首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

VC2008运行C++程序出错,该如何处理

2012-02-24 
VC2008运行C++程序出错在VC2008里面运行C++程序,老是出现如下错误,不知道到底是怎么回事,还有怎么在VC2008

VC2008运行C++程序出错
在VC2008里面运行C++程序,老是出现如下错误,不知道到底是怎么回事,还有怎么在VC2008里面能正确运行C++程序? 
1>------ Build started: Project: 1111, Configuration: Debug Win32 ------ 
1>Embedding manifest... 
1>mt.exe : general error c101008a: Failed to save the updated manifest to the file ".\Debug\1111.exe.embed.manifest". Bpcn 
1>Build log was saved at "file://d:\学习\VC练习\1111\1111\Debug\BuildLog.htm" 
1>1111 - 1 error(s), 0 warning(s) 
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 


[解决办法]
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=329908
重新生成项目便可解决
[解决办法]
可以先把debug目录下的所有.obj文件删除了,然后点击build->build。或者直接build->rebuild

热点排行