Hi all!
I have created a ActiveX DLL in VB and I want to use their functions in VC. How can I get the DLL function pointer in VC?
Thanks.
Thomas
Here is where a book on COM programming would come in handy!
You can either CoCreateInstance the object by its CLSID and then query for the interface you need, or you can check out the #import directive.
__________________________________________
Yeah, sure... we are laughing WITH you ...
Yeah, sure... we are laughing WITH you ...
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement