How do I make a C++ class library COM-Visible, and call it from VB6 code?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a very generic question. A lot depends on the complexity of the class you wish to expose and your familiarity with COM. If you’re already using Visual Studio, then I’d suggest exploring ATL as the shortest path to happiness.
This article should help get you started.
http://msdn.microsoft.com/en-us/library/3ax346b7(VS.80).aspx