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

Intel Fortran Compiler 7.1 and Visual Studio 6.0

niklson
Beginner
1,304 Views
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 Kudos
4 Replies
Steven_L_Intel1
Employee
1,304 Views
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 Kudos
niklson
Beginner
1,304 Views
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 Kudos
Steven_L_Intel1
Employee
1,304 Views
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 Kudos
niklson
Beginner
1,304 Views
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 Kudos
Reply