Hi, everyone. I am a new user with intel visual fortran. On my computer I installed visual studio 2005 and Intel Visual Fortran Compiler professional for Windows* Version 11.1.052.
Previoius they worked well. However, several days ago, a little problem happpened: when I debugged the code, the command line window couldn't show up. Then I uninstalled the intel compiler and MVS relatied programs. Now after re-installed the IVF compiler and MVS 2005, they didn't work. The error message "mt.exe not found" always showed up when debugging the programs generated before. I uninstall and re-install them several time but it didn't work. Could you guys tell what I should do. Thanks a lot.
Bisheng
链接已复制
mt.exe is the Manifest Tool which is run as part of the linking of the application. It should be found in the Program Files\Microsoft Visual Studio 8\VC\bin folder. If it is there but the build does not find it, select Tools > Options > Intel Visual Fortran > Compilers and click Reset All. Exit and restart Visual Studio and see if that fixes the problem.
If mt.exe is not in that folder, then you have not correctly installed Visual Studio and should redo the install, making sure that the Visual C++ component is selected.
Thanks a lot, steve. I checked the installation components, they are listed as the following. I have re-installed them several times, but I don't know if they are enough.
ntel Visual Fortran Compiler Professional 11.0.072 for Windows*
Destination Folder
C:\Program Files\Intel\Compiler\11.0\072\fortran\
Components
Intel Math Kernel Library
Intel MKL for applications running on IA-32
Intel MKL for applications running on Intel 64
Intel Visual Fortran Compiler Professional Edition
Microsoft Visual Studio 2005 Premier Partner Edition - ENU
Intel Visual Fortran Compiler for applications running on IA-32
Intel Visual Fortran Compiler for applications running on Intel 64
Integration(s) in Microsoft Visual Studio*
In your original post, you siad you had 11.1.052, and in the newer post, 11.0.074. Which is it? For the 11.0.074, you have installed Visual Studio 2005 Premier Partner Edition, not a retail copy of VS2005. The 11.0 install with VSPPE should install mt.exe, but it's not clear to me just what you are trying to work with.
I'm sorry that I made it confused. The original one Iusedwas Intel Visual Fortran Compiler Professional 11.0.072 for Windows*+Microsoft Visual Studio 2005 Premier Partner Edition - ENU. After the problem happened, I updated the compiler to 11.1.054.
Now I uninstalled all the compilers and reinstalled 11.0.072 again, but still cannot find the mt.exe file. When I debug the programs, the errorsstill show up.
I have reinstalled thme many times, but it didn't work.Are there other solutions to this problem?
Regards
Bisheng
