|
-
April 20th, 1999, 08:05 AM
#1
Loading DLL :Module not found.
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,
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
|