Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Loadlibrary call gives 14001 error

michael_green
Beginner
1,132 Views
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
0 Kudos
1 Reply
DavidWhite
Valued Contributor II
1,132 Views
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
0 Kudos
Reply