【发布时间】:2010-01-13 04:34:26
【问题描述】:
我有 C# 编程经验,但本学期我正在学习 C++ 课程,并且我正在编写我的第二个项目,但是当我尝试构建我的程序的调试配置时,我不断收到此错误。
我的构建日志如下,对发生了什么有什么想法吗?我很茫然。
谢谢大家!
1>------ Rebuild All started: Project: Project_2, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'Project_2', configuration 'Debug|Win32'
1>Compiling...
1>main.cpp
1>Linking...
1>LINK : C:\Users\Alex\Documents\Visual Studio 2008\Projects\Project_2\Debug\Project_2.exe not found or not built by the last incremental link; performing full link
1>Embedding manifest...
1>Project : error PRJ0002 : Error result 31 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\mt.exe'.
1>Build log was saved at "file://c:\Users\Alex\Documents\Visual Studio 2008\Projects\Project_2\Project_2\Debug\BuildLog.htm"
1>Project_2 - 1 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
【问题讨论】:
-
您需要向我们展示构建日志的内容:file://c:\Users\Alex\Documents\Visual Studio 2008\Projects\Project_2\Project_2\Debug\BuildLog.htm跨度>
-
嗯,错误似乎消失了,我清理了我的项目,所以我没有构建日志,但为了将来的参考,我会检查构建日志。
标签: c++ build-process build-error