Advertisement

DLL

Started by May 01, 2000 08:05 AM
0 comments, last by Thomas 24 years, 7 months ago
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 ...

This topic is closed to new replies.

Advertisement