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

Not working with Visual Studios

legacycode
Beginner
354 Views

Using Intel Visual Fortran 9.1 for Windows, I am trying to edit, compile and build legacy fortran codesthorugh IDEMicrosoft Visual Studio 20089.0.21022.8RTM, Microsoft .NET Framework Version 3.5 SP1.
I have gone through the steps outlined in http://software.intel.com/en-us/articles/troubleshooting-fortran-integration-issues-with-visual-studio/ with no success. How can I get MVS to recognize IVF9.0?

Installed products in MVS:
Visual Basic 2008, Visual C# 2008, Visual C++ 2008, Visual Studio 2008 Tools for Office, Visual Web Developer2008, Crystal Reports.



If I try to compile using ifort file in the shell, I get the following error: (I know the code works, as it was originally compiled in digital visualfortran std edition)

Intel Fortran Compiler for Intel EM64T-based applications, Version 9.1 Build 20070109

Copyright (C) 1985-2007 Intel Corporation. All rights reserved.

ifort: warning: Microsoft Visual C++ not found in path

ifort: error: could not find 'cl'

ifort: error: could not find 'link'

0 Kudos
1 Reply
Steven_L_Intel1
Employee
354 Views
You can't. The earliest version of Intel Fortran to support VS2008 is 10.1.019. You will need to find a copy of VS2003 or 2005 to use with the no-longer-supported Intel Fortran 9.1. The current version is 12.0 (Intel Visual Fortran Composer XE 2011.)
0 Kudos
Reply