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.

IVF 9.0 in Visual Studio 2005

Phares__Cliff
Beginner
528 Views

I've upgraded from Compaq Visual Fortran Professional 6.6a to your IVF 9.0.

I've also upgraded from Microsoft Visual Basic 6.0 to MS Visual Studio 2005.

I have an XP Professional OS v2002 (SP2) with Intel Pentium 4CPU 1.8GHz.

I load in my CD and get to the SetUp assistant. I select "Install Visual Fortran Compiler for 32-bit and Itanium-based systems.". I accept the license agreement and choose "Complete" SetUp type. It cannot find Microsoft Platform SDK (it is installed) so I choose "Do not install the IVF Compiler for Itanium-based applications". It says that it didn't find Microsoft Visual C++.NET 2002 or 2003 (it is also installed) so I choose "Continue installing". It says that setup was successful.

I'm now back to the SetUp assistant. I select "Install IVF Compiler Integrations into Microsoft Visual Studio". I accept the license agreement and choose "Complete" SetUp type. It says installation was successful.

I cleanly exit the SetUp assistant.

I gotoMicrosoft Visual Studio 2005 and start a new C++ project.

I goto Intel Software Development and my only option for IVF Compiler 9.0 is the command line.

What am I doing wrong ?

Thanks,

Cliff

0 Kudos
2 Replies
TimP
Honored Contributor III
528 Views
You should be able to find the answer with the forum search window, or by checking the files in your /docs directory. I believe ifort 9.0 pre-dates VS2005, so you will need ifort 9.1.
0 Kudos
Steven_L_Intel1
Employee
528 Views

Tim is correct. 9.0 does not support VS2005, 9.1 does. If your support term (12 months from purchase) has not expired, you can download the current version from the Intel Registration Center Product Downloads. You will need to download the package with a filename that begins "w_fcp_p_9.1" to get the updated IMSL component. After you have installed that, download and install the latest compiler update. w_fc_c_9.1.033.

9.1 was released in May 2006.

0 Kudos
Reply