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

visual studio can not see intel fortran compiler

Fang_Xu
Beginner
476 Views

The version of my intel fortran compiler is 9.1-32; I downloaded Microsoft visual studio 2010.

I installed the visual studio before the intel fortran compiler. But visual studio can not see intel fortran.

Could you help me on this issue?

0 Kudos
2 Replies
TimP
Honored Contributor III
476 Views
The first version of ifort for which development was completed after VS2010 was released (and thus could be adjusted to support the new VS) was 12.0. You could check the installation notes in the documents folder which ifort installed to see which VS versions were supported (I suppose VS2003 for 32-bit only, VS2005 for 32- or 64-bit). With VS2010 and an older ifort, the best you could hope for is to run ifort from the command line and use the option /Qlocation,link to tell ifort where to find Microsoft link.exe.
0 Kudos
Steven_L_Intel1
Employee
476 Views
As Tim says, version 9.1 (from 2005-2006) doesn't know about VS2010 - the earliest version that does is Intel Visual Fortran Composer XE 2011 (compiler versions 12.0 and 12.1). Versions 10.0 and later included the needed Microsoft files to do development in Visual Studio without the need for a separate purchase.
0 Kudos
Reply