Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Annonces
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

Intel Fortran Compiler 7.1 and Visual Studio 6.0

niklson
Débutant
1 318 Visites
Hi
I've installed Microsoft Visual C++ 6.0 and Intel Fortran Compiler 7.1. It seems that Visual Studio development environment doesn't recognize fortran projects. The only thing I found is: Tools -> Customize -> Add-ins and Macro files -> Intel Fortran Compiler Build tool. But fortran files are not recognized by environment. Will you please help to solve this issue?
0 Compliments
4 Réponses
Steven_L_Intel1
Employé
1 318 Visites
I suggest you report this to Intel Premier Support. I haven't used Intel Fortran in this mode much at all. What specifically do you mean by the files not being recognized? There is limited functionality of the VS6 "plugin".

Steve
0 Compliments
niklson
Débutant
1 318 Visites
yes, i mean that some features like source colorizer, etc are not available in VS 6.0. The most of them are available in VS.net, i've already installed it and was really surprised by the functionality.

A new question appeared: could you please advise me some links on how to port the project from CVF to IF. When I am trying to build CVF project at VS.net with IF compiler the system reports: "error PRJ0019: A tool returned an error code from "Intel Fortran Compiler Build Tool".
0 Compliments
Steven_L_Intel1
Employé
1 318 Visites
The VS6 functionality in IF7 is very limited and does not extend to source coloring. If you use VS.NET, it's much closer to CVF in its integration.

For projects, I think you need to recreate them with IF7 - for Intel Visual Fortran, there will be a CVF project converter, but what you're getting is MSVC trying to convert the project and its not doing it completely.

Steve
0 Compliments
niklson
Débutant
1 318 Visites
I recreated project structure and files in Intel Fortran 7.1 (using vs.net) and specified includes in tools -> options.
But now i face a problem during compilation. It specifies "error 173: array element subscript is not within array bounds"
0 Compliments
Répondre