COM Basic links
folks can you provide me the tutorial link or .pdf for learning basic COM?. i do google it.. still i recommend answers of stack开发者_如何学运维overflow so please pass me..
Thanks
Here are some of my better bookmarks:
- Wikipedia - Component Object Model
- Introduction to COM - What It Is and How to Use It.
- Introduction to COM Part II - Behind the Scenes of a COM Server
- Finally Understanding COM After Changing a Light Bulb
- Introduction to COM
- MSDN - Component Object Model
Though you have asked for links, I would recommend you the book: Inside COM by Dale Rogerson.
Step by Step COM Tutorial.
I would recommend Essential COM by Don Box. He explains things from the bottom up, and gives you the Why as well as the How
Another good link for COM that has a lot of information. I used this one to help me write an application in C++ that uses office automation.
精彩评论