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

libguide40.dll and unresolved import due to a missing export function in an implicitly dependent module

Anonymous32
Beginner
1,023 Views

Dear forum,

I managed to create my *.dll with Intel Visual Fortarn (ported from CVF).

Since the *.exe can't load it, I ran the dependency walker and it got stuck at MKL_LAPACK64.dllnode tree, specifically at libguide40.dll (marked red).

What could be causing this error ? I used libguide40.lib from C:\Program Files\Intel\Compiler\Fortran\10.1.011\IA32\lib.

The dependency walker's message is:

Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module

Many thanks in advance, Patricia

0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,023 Views

Check the PATH environment variable - it probably contains two (or more) folders containing different versions of libguide40.dll. The compiler's lib folder should be earliest in the list.

0 Kudos
Reply