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

Visual Studio 6?

AndrewC
New Contributor III
699 Views
Is it possible to use Intel Fortran Compiler 8.0 with Visual C++ 6. Is it required that .NET Studio be installed for the command line tools?

I understand we cannot have true integration with the Studio, but as IFORT can be executed from the command-line, I was hoping that we could compile the FORTRAN .f files as a custom build step using ifort.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
699 Views
There is no support for building with VC6 and the VC6 linker does not understand the object format of the Intel compiler.
See if this helps.
0 Kudos
AndrewC
New Contributor III
699 Views
My comment is that we are very happy with Intel C/C++ 8.0 compiler which is supported well under Visual C++ 6, but we have some Fortran code in our project and were hoping to update our version of Compaq Fortran.
It is baffling to me that the Fortran compiler is not supported under VC6 - I know that decision to go .NET only was made a long ago, but I don't like it and don't understand it.

We have to stick with VC 6 for the moment as we use a number of third party C/C++ libraries that have not been rebuilt for .Net C++ compiler.
0 Kudos
Reply