|
-
May 27th, 1999, 08:11 AM
#1
Calling a VB ActiveX dll in VC++
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|