Need good book on VB/VC++ COM coding
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!
Re: Need good book on VB/VC++ COM coding