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
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