G
Guest
Good Day All,
I have an ActiveX DLL written in VB6. It defines a COM interface.
I need to be able to use this interface in C++. However, since I don't have
a header file I am not sure how to reference it. I have the lib file and the
exp file created when the dll is compiled in VB6.
I tried using an "import" statement but that didn't seem to work. Is there a
way to generate a header file from the dll?
Any help is appreciated. Thanks!
I have an ActiveX DLL written in VB6. It defines a COM interface.
I need to be able to use this interface in C++. However, since I don't have
a header file I am not sure how to reference it. I have the lib file and the
exp file created when the dll is compiled in VB6.
I tried using an "import" statement but that didn't seem to work. Is there a
way to generate a header file from the dll?
Any help is appreciated. Thanks!