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

Installing Intel Visual Fortran Compiler

pvillers
Beginner
1,632 Views
Hello,
I have installed Intel Visual Fortran Compiler version 9.0 but I can't use it. However, I have Microsoft Visual Studio .NET 2003 installed with Microsoft Visual Basic .net.
Can you help me ? Is it necessary to install Visual C++.NET if I have installed Visual Basic .net
Thanks.
Pierre Villers
0 Kudos
11 Replies
Steven_L_Intel1
Employee
1,632 Views
Yes, Visual C++.NET 2002 or 2003 is required. Visual Basic alone does not provide the tools and libraries required by Intel Fortran.
0 Kudos
pvillers
Beginner
1,632 Views
Steve,
Thanks for your answer but I find that it's not very correct to buy two programming languages to use only one of them.
Pierre
0 Kudos
Steven_L_Intel1
Employee
1,632 Views
We know, and are looking for ways of removing this requirement in the future (not near future.)
0 Kudos
edr
Beginner
1,632 Views
All right Steve now you have confused me.....According to the CVF Migration stuff you EITHER need Visual Studio OR Visual C++ installed .....If I understood (this post) correctly you are saying you need both (or at least that his Visual Studio isn't enough)......This is important to me as I will have to upgrade from CVF before the end of the year to get the upgrade price break and was planning on checking into getting one or the other of the above packages (probably Visual Studio)......Pleaseclarify this for me......
Ed.R.
0 Kudos
Steven_L_Intel1
Employee
1,632 Views
Pierre asked if VB alone was sufficient. It is not. One can buy VB as an independent product, and as such, it will not allow for installation of Intel Visual Fortran. If that's all you have, you need to also buy and install Visual C++.NET or Visual Studio.NET. The same is true if all you have is C#.

Visual Studio.NET 2002 or 2003 includes both VB and C++ (and C# and J# and other stuff). If you have that, as long as you have the C++ component installed, you're fine.

Message Edited by sblionel on 08-29-2005 12:03 PM

0 Kudos
edr
Beginner
1,632 Views
Thanks Steve.....Think I've got it now....
Ed.R.
0 Kudos
Steven_L_Intel1
Employee
1,632 Views
Also, I think I may have confused things. Pierre has Visual Studio.NET. All he has to do is install the C++ component of it and he'll be fine.
0 Kudos
sgongola
Beginner
1,632 Views
I remember a discussion way back about the
downloadable Microsoft Visual C++ Toolkit.
Wouldn't that satisfy the requirement, at no cost?

sol
0 Kudos
Steven_L_Intel1
Employee
1,632 Views
It does not satisfy the requirement. You can use that, in conjunction with the Microsoft Platform SDK, to do command-line builds as long as you don't want to build DLLs. You get no MS IDE support, of course.
0 Kudos
thealchemist
Beginner
1,632 Views
I know that Visual C++ 2005 is not supported by the Visual Fortran compiler. Is this also valid for the 2005 C++ Express edition?

Thanks.

Ankur
0 Kudos
Steven_L_Intel1
Employee
1,632 Views
It is also true. In fact, the Express Editions are designed by Microsoft to exclude non-MS compilers from the IDE. so even when we do release the new version with VS2005 support. you will have to have at least the Standard Edition of VS2005.

You can make Intel Fortran work with the Express Edition from the command line without much effort. We may offer that level of support automatically in the future.
0 Kudos
Reply