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.

LoadLibraryA error 193

Sayok_R_
Beginner
1,716 Views

Hello 

I am trying to run an UMAT on but it gives the following error...I am attaaching screenshot of the error along with the details...I am using VS2013 64 bit version along with parallel studio 2017 and abaqus 6.14..

It says Unexpected LoadLibraryA error 193..The executable standard.exe exited with error code 1073741819 in the command prompt...

0 Kudos
2 Replies
jcarbaut
Beginner
1,716 Views

Error 193 means ERROR_BAD_EXE_FORMAT (see here on MSDN). It is likely you are mixing a 64 bit program with a 32 bit DLL.

See also this about a possible issue in your VS project options (target CPU) that could lead to this error.

0 Kudos
dawei_q_
Beginner
1,716 Views

I meet the same problem, have you fixed it?

0 Kudos
Reply