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

LoadLibraryA error 193

Sayok_R_
Beginner
772 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
772 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
772 Views

I meet the same problem, have you fixed it?

0 Kudos
Reply