VS2005下error PRJ0003 : Error spawning 'cmd.exe'的解决方法

In the Options go into Projects and Solutions -> VC++ Directories page and place this rows:html

$(SystemRoot)\System32
$(SystemRoot)
$(SystemRoot)\System32\wbemweb

适用VC8的各类工程项目(包括移动设备的项目),若是在加了之后还出现这样的错误提示,将上面的三句删除掉,从新加一次就能够。
posted on 2009-02-16 16:09  Benjamin  阅读(2494)  评论(1)    编辑  收藏  引用  所属分类:  VC

VS2005下error <wbr>PRJ0003 <wbr>: <wbr>Error <wbr>spawning <wbr>'cmd.exe'的解决方法


评论

#  re: VS2005下error PRJ0003 : Error spawning 'cmd.exe'的解决方法   2010-09-19 11:27  Macshine
在Visual Studio中,选择工具->选项->工程和解决方案->VC++目录  点击上方的像文件夹的按钮-新建行,而后在空白处添加cmd.exe所在的目录C:\Windows\System32\ (若是你是默认装在C盘的话)点击肯定,就OK了。  In VS, go to  tools>options>projects and solutions>VC++ Directories  click the little folder button (new line) then in the new line that appears put:  C:\Windows\System32\
相关文章
相关标签/搜索