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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Linking a DLL containing some Compaq Libs and some Intel Libs

mattintelnetfort
Beginner
339 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
339 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