How to use my COM object in a VS2003 - MFC exe?
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am a newbie to COM. (Part - I) I have created a VS2003-ATL project and a ATL class(MyClass) in it. I registered the output dll with regsvr32 (Result - succeeded). (Part - II) Next in order to use this COM class(MyClass), I created a VS2003-MFC exe project. Used the "Add References" to add the COM reference. (Result - I can see the component added in References) Now I need to use the MyClass in the project. How do I do this? Any help,links will be appreciated.