I need a little help here.
I am attempting to connect VB 6 to LiveLink. To do so there are some LiveLink DLLs that VB needs to use.
The instructions to do this are simply:
"The application's working directory must include all referenced LAPI *.dll files."
Ok, can someone please tell me what that means..
I have tried to put the DLLs in my code directory but it complains it cant find them (file not found).
I attempted to user regsvr32 on it but it gave me an error :
...DLL was loaded but the DLLRegisterServer entry Point ws not found (WHAT DOES THAT MEAN???)
...DLL may not be exported or a corrupt version of ...DLL may be in memory. Consider using PView to detect and remove it.
OK, first of all can someone point me to some good doc that explains the .DLL thing. What is it, how it works, how to register them so on..
And also any help in the above error would be great.
Thanks
Alley
I am attempting to connect VB 6 to LiveLink. To do so there are some LiveLink DLLs that VB needs to use.
The instructions to do this are simply:
"The application's working directory must include all referenced LAPI *.dll files."
Ok, can someone please tell me what that means..
I have tried to put the DLLs in my code directory but it complains it cant find them (file not found).
I attempted to user regsvr32 on it but it gave me an error :
...DLL was loaded but the DLLRegisterServer entry Point ws not found (WHAT DOES THAT MEAN???)
...DLL may not be exported or a corrupt version of ...DLL may be in memory. Consider using PView to detect and remove it.
OK, first of all can someone point me to some good doc that explains the .DLL thing. What is it, how it works, how to register them so on..
And also any help in the above error would be great.
Thanks
Alley