April 20th, 1999, 08:05 AM
Hi,
I've being trying to load a DLL in VC++ 5 using LoadLibrary.
I'm specifing the path correctly and the DLL exists but I get a Module not Found Error when the code executes.
The code loading the DLL is part of another DLL which is accessed through JNI from a java program.
Any Ideas why LoadLibrary can't find the DLL. I've used LoadLibrary sucessfully previously in other projects and the code is similar.
Thanks,
I've being trying to load a DLL in VC++ 5 using LoadLibrary.
I'm specifing the path correctly and the DLL exists but I get a Module not Found Error when the code executes.
The code loading the DLL is part of another DLL which is accessed through JNI from a java program.
Any Ideas why LoadLibrary can't find the DLL. I've used LoadLibrary sucessfully previously in other projects and the code is similar.
Thanks,