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

Error in linking Fortran dll

tom_c_lin
Beginner
173 Views
Good Tuesday Morning everyone,
I am encountering an error, i.e., 'fatal error LNK1136: invalid or corrupt file', while linking my IVF program with a Fortran dll. Does any of you have experience about this problem before and how do you solve it? Thanks in advance.
Tom Lin
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
173 Views
If I parse your question literally -- you cannot link with a DLL directly in Windows. You can only link with its export library (.lib). If you don't have the lib,... well, you have a problem.
0 Kudos
Reply