help for COM ebooks
-
I recommend you to have a look in the MSDN library[^] . There is a lot of information there. And there are a lot of articles very helpful here in The Code Project. For example... From Joao C. Morais -- All of them. The articles are a very good introduction to COM Architecture[^] From Lim Bio Liong -- All of them are indispensables. Have a look in the Beginners and COM sections. -- modified at 11:43 Tuesday 4th October, 2005
-
Perhaps more information on the nuts and bolts of how one actually *writes* this software may be helpful.. I have a step-by-step DCOM tutorial, where I build a simple server which says "Hello, world!" back to the client, may help put some of this in practical perspective... The tutorials are written as a series of separate articles, called Steps, which cover the major breakpoints in the development of the system. Step 1 of the tutorial for VC 6 is at http://www.codeproject.com/com/HelloTutorial1.asp[^] And Step 1 of the turtorial for Visual C++.NET 2003 is at http://www.codeproject.com/useritems/HelloTutorial1NET.asp[^] I tried to write the tutorials in Microsoft-ese, so you can follow along as if you were reading the Scribble tutorial. The VS.NET version is still a work in progress; that's why it's still in "Unedited User Constributions." Not all the Steps have been written for the VS.NET version yet. But I am working on it! Stay tuned! Sincerely Yours, Brian Hart Department of Physics and Astronomy University of California, Irvine
-
A great intro is here: http://www.codeproject.com/com/comintro.asp[^] Sincerely Yours, Brian Hart Department of Physics and Astronomy University of California, Irvine