DCOM Tutorial Announcement
-
Hello Everybody :) I have written what I think to be a comprehensive, seven-step tutorial which is easy enough for beginners to use, and posted it on The Code Project to help you get started on DCOM programming. It guides you through using and doing: + Implementing a DCOM server as a Windows NT Service; + using the ATL COM AppWizard; + using all of the Visual C++-IDE features like New ATL Object Wizard, Add Method to Interface, etc etc - implementing Connection Points: + Over the network with DCOM + On the client side with MFC and ClassWizard (!) + MFC and AppWizard and ClassWizard on the client side Full source code provided for each step of the tutorial, and a full client that reports status is provided with the last step, plus a source code archive and Questions and Answers page. Check it out! It's as yet an "unedited reader contribution" but I want to invite you to look at it anyway and let me know what you think. Feedback is so very needed on this kind of a project. The tutorial starts with Step 1. Enjoy! (NOTE: "Step 1" above is a hyperlink to the tutorial.)