Click to See Complete Forum and Search --> : Calling a VB ActiveX dll in VC++


May 27th, 1999, 08:11 AM
I have a *.dll file that was created using VB 5.0 !
I want to call a function inside the *.dll but I don't know how.
Using the DUMPBIN utility I only see the DllCanUnloadNow, DllGetClassObject, DllRegisterServer and DllUnregisterServer functions.

By using the LoadLibrary and GetProcAddress function I can't make a call to the desired function inside the *.dll.

Than you
Andrej