- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
My colleage has created a DLL which runs well when he calls it from a test program. When I try torun his DLLfrommy program I get a 14001 error on the attempt to Loadlibrary, but when I take his source code and rebuild the DLL it works just fine for me. As far as we can tell, all the project settings are identical on the two machines, and we have run out of ideas. Can anyone suggest what we should look for?
With many thanks in advance,
Mike
My colleage has created a DLL which runs well when he calls it from a test program. When I try torun his DLLfrommy program I get a 14001 error on the attempt to Loadlibrary, but when I take his source code and rebuild the DLL it works just fine for me. As far as we can tell, all the project settings are identical on the two machines, and we have run out of ideas. Can anyone suggest what we should look for?
With many thanks in advance,
Mike
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have the same versions of runtime libraries on each machine?
Are you building the DLL's with static libraries or dynamic linking them? Suggest you try linking statically.
Regards,
David
Are you building the DLL's with static libraries or dynamic linking them? Suggest you try linking statically.
Regards,
David

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page