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

a newbie in using MS Visual Studio 2005.

Intel_C_Intel
Employee
721 Views

Hi

I am a newbie in using MS Visual Studio 2005.

I follow the documentation (section : Performing Common Tasks with Microsoft Visual Studio*) and build my first solution.

However, in Error List, it shows: "Error1mt.exe not found."

What is the problem?

Thank you.

Chien-Hui

0 Kudos
4 Replies
Steve_Nuchia
New Contributor I
721 Views

"Manifest Tool" is part of the platform SDK. If you have Microsoft C++ installed with your Visual Studio it should be there and it should be on the build engine's path, so investigate in that direction. If you do not have C++ installed either install it or download and install the PSDK from Microsoft. I could be wrong but I think the PSDKis a free download.

0 Kudos
Steven_L_Intel1
Employee
721 Views
You should not have to download anything extra. You say you have Visual Studio 2005 - is this the "Premier Partner Edition" included with Intel Visual Fortran or a separately purchased copy? If the latter, did you install the Visual C++ component? Please post the full and complete text from the build log - a link to it is displayed after you build the project.
0 Kudos
Intel_C_Intel
Employee
721 Views

Hi

I create new solution with one new project Console3 (Console Application).

I Build it with (Build->Build Solution), then following appears:

------ Build started: Project: Console3, Configuration: Debug Win32 ------
Compiling with Intel Fortran Compiler 10.1.011 [IA-32]...
Console3.f90
mt.exe not found.

Build log written to "file://D: empConsole3Console3DebugBuildLog.htm"
Console3 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I first installed IVF following instructions.

Then I installMS Visual Studio 2008. I also installed Visual C++.

But I remember I had this error message before MSVS 2008 was installed.

Mike

0 Kudos
Steven_L_Intel1
Employee
721 Views
Please uninstall IVF and then reinstall. It has to be installed after Visual Studio. If it still doesn't work, let us know and I'll make further suggestions.
0 Kudos
Reply