第一次用vs2008
新建一个console 应用,运行报错:error PRJ0003:Error spawning 'cmd.exe'
搜了下解决方法:
tools=> Options => Projects and Solutions -> VC++ Directories page
then place below rows:
$(SystemRoot)\System32
$(SystemRoot)
$(SystemRoot)\System32\wbem
好了。
新建一个console 应用,运行报错:error PRJ0003:Error spawning 'cmd.exe'
搜了下解决方法:
tools=> Options => Projects and Solutions -> VC++ Directories page
then place below rows:
$(SystemRoot)\System32
$(SystemRoot)
$(SystemRoot)\System32\wbem
好了。
本文介绍了解决VS2008创建控制台应用程序时出现的errorPRJ0003错误的方法。通过调整项目的VC++目录设置,将$(SystemRoot)System32, $(SystemRoot), 和$(SystemRoot)System32wbem添加到路径中,可以成功解决'cmd.exe'启动失败的问题。
1万+

被折叠的 条评论
为什么被折叠?



