anyone know a good book for learning DCOM?

  • Thread starter Thread starter Bruno van Dooren
  • Start date Start date
B

Bruno van Dooren

Hi,

currently we have an intern writing an OPC server for us in C++.
OPC is a hierarchy of classes based on DCOM.
When the intern leaves I will have to maintain that server.

since i am new to DCOM, I was wondering if anyone could
recommend a good book for learning DCOM: what it is, what it can do,
how to program and use it ...

kind regards,
Bruno.
 
Richard Grimes "ATL 3 COM" is a great book for learning COM. (WROX so it is
out of print)

Ewald "Transactional COM+" and Brill "Applying COM+" are also good
alternatives.

All books above are C++ oriented.

If you are looking for a strictly intro book to DCOM and don't have a
language preference, there is a Wrox Book that covers DCOM, Windows DNA,
etc. Strictly intro book; good for managers/IT sales people to get them
acclimated with the language and terminology.

todd
 
Back
Top