Click to See Complete Forum and Search --> : Need good book on VB/VC++ COM coding


DBowman
August 6th, 2000, 10:09 AM
I am a VB programmer that needs to take a VC++ program that calculates several hundred values and turn it into a COM object that will report back to the VB program for the display of the information. So, I am looking for a book (or any other info on this) that will help me understand how to create C++ COM objects that get information form at VB user interface and then report back to the VB program the answers for display to the user.
Note: I have some limited C++ program experence.

Thank you for ANY HELP!

prog_newbie
August 8th, 2000, 08:40 AM
See if this helps: http://support.microsoft.com/support/kb/articles/Q194/8/73.ASP.

Good Luck