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

Import libraries Debug/Release

Adrian_F_1
Beginner
598 Views

Are import libraries the same for Debug / Release DLL builds?

The reason I'm asking is that I have a Fortran main program which calls various DLLs.  I'd prefer to have one version (ie. Debug) of this driver program.  Can I link in the Debug import libraries and still be able to run Release DLLs if these are in the same DIR as the EXE?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
598 Views

Yes. Import libraries are simply a connection between procedure names and a DLL. They have no real code of their own.

0 Kudos
Reply