The installation didn't seem to integrate correctly with Visual Studio 2003. The tools were installed in the Visual Studio folder, but the executable doesn't recognize the Fortran install, and thus cannot work with such files. I've downloaded the trial version.
链接已复制
Try this. Close Visual Studio. Open C:Program FilesIntelDownloadIntelFortranCompiler91IDEIA32 and run setup.exe. Pay very careful attention to any error messages as you progress through the install. What happens?
A common problem is failure to remove the VS integration from an earlier version of Intel Fortran.
I saw no error messages during installaion. I used the uninstall tools to remove both Intel Fortran and Visual Studio.net 2003 completely, and then reinstalled Visual Studio and then Intel Fortran (all program options). Same issue...no recognition of Fortran.
A colleague suggested that the issue could be related to the registry, as there may have been older versions of both on this machine that were not uninstalled properly, as I'm not the first to have it.
Did you solve your problem? I think I am having the same problem: cannot compile Fortran routines. The VS .net 2003 have the 'compile' option grayed out. I am using Intel Fortran 9.1. Did not receive any error messages during installation.
Thanks in advance for any comments.
Does this help?
Thanks Steve. That is the behavior I expect: automatic compilation. These are existing projects using MS VS 6 and Compaq V fortran 6.6. We have hundreds so I picked a smaller one, a library with C and .FOR routines.
The C routines compile. The *.FOR do not. The linker says everything is OK. The *.LIB file is there but none of the *.FOR routinescompile (no *.OBJ files). Maybe I will look at one of the Intel Fortran examples and see if I can compile/link it. That should tell me if the Fortran is correctly link to MS VS .NET 2003.
I suggest you read Migrating Applications from Compaq Visual Fortran to Intel Visual Fortran.
