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

The application or DLL...imsl_dll.dll is not a valid window image

Cohen_Gilad
Beginner
596 Views

When attempting to run a fortran code (linked with IMSL) I get the message: "The application or DLL...imsl_dll.dll is not a valid window image. Please check this against your installation diskette". Any idea what to do?

0 Kudos
2 Replies
Steven_L_Intel1
Employee
596 Views

Check the PATH system environment variable. Make sure that there are no folders listed there for architectures different from the one you're on. For example, if you're on a 32-bit system, make sure there are no folders with INTEL64 or EM64T or IA64 in their names included in the list.

To edit PATH, right click on My Computer, select Properties, Advanced, Environment Variables.

0 Kudos
Mark_P_3
Beginner
596 Views
I had this same problem and Steve's advice worked perfectly. Thanks!
0 Kudos
Reply