主题:程序编译通过,运行不了?
surpasscxc
[专家分:60] 发布于 2010-07-11 11:22:00
程序编译通过,运行不了?
用的是vs2008+ivf11
提示信息是:
------ 已启动生成: 项目: Console2, 配置: Debug Win32 ------
mt.exe not found.
Build log written to "file://E:\vs2008\Console2\Console2\Debug\BuildLog.htm"
Console2 - 1 error(s), 0 warning(s)
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
回复列表 (共5个回复)
沙发
surpasscxc [专家分:60] 发布于 2010-07-11 20:53:00
自己先顶下
板凳
shmech [专家分:120] 发布于 2010-07-11 21:04:00
忘记了,好像是前一个窗口没有关闭的原因
3 楼
surpasscxc [专家分:60] 发布于 2010-07-11 21:31:00
终于找到问题所在了
I did not have any files in Microsoft SDK/Windows/v6.0A/bin even though MS VS had createn the directory during the install. A repair if VS using the repair CD did not fix the problem. I found an on-line version of the SDK for Vista but this created the files in the v6.0/bin directory and not v6.0A. Instead of a repair I went to the add/remove section of the installer. I first needed to remove the Visual C++ Tools > Win32 Tools. Then I could add the Visual C++ Tools > Win 32 Tools by restarting the installer from the CD. The files for v6.0A/bin immediately appeared and the Intel Visual Fortran could build the exe file without any problems.
This problem with the SDK could have been related to a problem with MS Document Explorer. The program was not installing properly with MS VS, and trying to open the MS help filesin VS. There was no problem with opening the Intel help files. I was able to fix this problem by first locating the DExplore.exe installer file on the VS CD. I uninstalled the program, restarted the computer, and reinstalled the program using the DExplore.exe file. After a long wait (5+ minutes) after the initial loading of Document Explorer, I can now view the MS help files.
This was not an Intel software problem. It was a problem with the way the MS Visual Studio 2008 installed on my Vista system. I would still be waiting on a solution without your help.
4 楼
中立国人 [专家分:0] 发布于 2010-07-13 21:22:00
我都是在那个命令窗口直接用命令行cl abc.c这么来编译的,然后接着在命令行里运行。
5 楼
surpasscxc [专家分:60] 发布于 2010-07-17 11:02:00
是ivf的那个命令行窗口?
我来回复