Visual Studio 2008调试程序时提示"生成“cmd.exe”时出错".
------ 已启动生成: 项目: bstore, 配置: Debug Win32 ------
正在编译资源清单...
正在链接...
正在嵌入清单...
项目 : error PRJ0003 : 生成“cmd.exe”时出错。
生成日志保存在“file://e:\来自C盘\我的文档\Visual Studio 2008
\Projects\bstore\bstore\Debug\BuildLog.htm”
first - 1 个错误,0 个警告
========== 生成: 0 已成功, 1 已失败, 0 最新, 0 已跳过 ==========
直接Visual Studio 2008中进行如下设置:
tools= > Options = > Projects and Solutions - > VC++ Directories page
把$(PATH)改成:$(SystemRoot)\System32;$(SystemRoot) ;$(SystemRoot)\System32\wbem
------ 已启动生成: 项目: bstore, 配置: Debug Win32 ------
正在嵌入清单...
生成日志保存在“file://e:\来自C盘\我的文档\Visual Studio 2008
\Projects\bstore\bstore\Debug\BuildLog.htm”
0727 - 0 个错误,0 个警告
========== 生成: 1 已成功, 0 已失败, 0 最新, 0 已跳过 ==========
相关文章
- 使用Maven构建javaWeb项目时,启动tomcat出错:严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.conte
- iOS11 xcode9Cocoapods生成workspace文件时出错
- 生成pods项目时出错 - Pod安装
- FastAdmin 在线命令生成时出错的分析
- 【Error】Python安装gevent时出错:“致命错误: Python.h:没有那个文件或目录”
- MySql建表时出错ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that correspond
- 尝试删除外键时出错:“ERROR 1025(HY000):”
- ERROR 1025(HY000):重命名时出错..(错误号:-1)
- Cocos2d-x 3.2编译生成Android程序出错Error running command, return code: 2的解决方法
- mysql导入备份数据时出错 ERROR 2005(HY000) unkonw MySQL server host。。。