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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29305 Discussions

ifort dll and dependency walker circular dependency

pascal_M_
Beginner
2,175 Views

When I open the dll `dll.dll` from this question :

https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/783560#comment-1925220

inside dependency walker for wnidows 64bits, I have a strange error :

Error: At least one required implicit or forwarded dependency was not found.
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: A circular dependency was detected.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

I am not that worried the "At least one*" errors/warning (I am right not to be ?) but the circular dependency one puzzles me.

Any idea ?

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
2,175 Views

In Dependency Walker, select File > Save As. Save a .dwi file, ZIP it and attach it to a reply here.

0 Kudos
Reply