Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

persistent COM object

Status
Not open for further replies.
Dec 13, 2005
7
0
0
US
I would like to pass objects via MSMQ.

The body of an Message Queuing message can be any intrinsic Variant, including string, date, currency, any number type, an array of bytes, as well as any persistent COM object that supports IDispatch and IPersist (IPersistStream or IPersistStorage).

We are doing something like this:

Where can I learn more about making my class "persistable"?

Thanks,

Steve
stevenf@penchart.com
 
Try to study MFC serialization. Is not a requirement fo COM and IPersist*, but is something helpful. Also borlands classes should have some implementation of serialization. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top