can someone recommend a COM book?
-
need to know some COM stuff, can someone kindly recommend a good/popular COM/COM+ book?:)
I got a good deal out of Developers's Workshop to COM and ATL 3.0 by Andrew W. Troelsen. I knew nothing about COM -- read the book and did the exercises. Now my project has COM support. (This is a beginners COM book; but not for beginner C++ programmers.) Modified: (And read the reply to my question about a .Net alternative to COM -- there Zeta makes a recommendation to me.) WedgeSoft
-
I got a good deal out of Developers's Workshop to COM and ATL 3.0 by Andrew W. Troelsen. I knew nothing about COM -- read the book and did the exercises. Now my project has COM support. (This is a beginners COM book; but not for beginner C++ programmers.) Modified: (And read the reply to my question about a .Net alternative to COM -- there Zeta makes a recommendation to me.) WedgeSoft
One of the principal references for COM is: "Essential COM", by Don Box, published in 1998. He writes for the C++ developer (all the code examples are C++). But, he explains everything clearly and thoroughly. Retails for $45.