VS2005中报”error PRJ0003 : 生成“cmd.exe”时出错“

来源:互联网 发布:佛山淘宝二手车网 编辑:程序博客网 时间:2024/04/30 13:46

原文来自:http://yecon.blog.hexun.com/13403604_d.html

Visual Studio 2005调试程序时老是提示"生成“cmd.exe”时出错".

------ 已启动生成: 项目: bstore, 配置: Debug Win32 ------ 
正在编译资源清单... 
正在链接... 
正在嵌入清单... 
项目 : error PRJ0003 : 生成“cmd.exe”时出错。 
生成日志保存在“file://e:\来自C盘\我的文档\Visual Studio 2005 

\Projects\bstore\bstore\Debug\BuildLog.htm” 
first - 1 个错误,0 个警告 
========== 生成: 0 已成功, 1 已失败, 0 最新, 0 已跳过 ========== 

直接Visual Studio 2005中进行如下设置:

tools= >   Options   = >   Projects   and   Solutions   - >   VC++   Directories   page   

把$(PATH)改成:$(SystemRoot)\System32;$(SystemRoot) ;$(SystemRoot)\System32\wbem

------ 已启动生成: 项目: bstore, 配置: Debug Win32 ------ 
正在嵌入清单... 
生成日志保存在“file://e:\来自C盘\我的文档\Visual Studio 2005 

\Projects\bstore\bstore\Debug\BuildLog.htm” 
0727 - 0 个错误,0 个警告 
========== 生成: 1 已成功, 0 已失败, 0 最新, 0 已跳过 ==========





————————————————————

vs这鬼东西真是各种初学者杀手……


原创粉丝点击