Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Loadlibrary call gives 14001 error

michael_green
Beginner
1,037 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,037 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