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.
29306 Discussions

Linking a DLL containing some Compaq Libs and some Intel Libs

mattintelnetfort
Beginner
374 Views

We've determined that some of our codebase runs much faster with code compiled with Intel compiler (9.1.034), but much of our code base is not built with the Intel compiler. What should be considered when attempting to link a single DLL (Compaq Fortran and Visual Studio 6) containing some libs that are compiled/archived with Compaq Fortran and some Intel Fortran? Note all objects in a given library would be compiled with a single compiler. Is this possible?

Thanks

0 Kudos
1 Reply
Steven_L_Intel1
Employee
374 Views
No, not possible. The only thing you can do is build two DLLs, one with the CVF pieces and one with the Intel Fortran pieces. You cannot mix CVF and ifort objects in a single EXE or DLL.
0 Kudos
Reply