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\
相關文章
相關標籤/搜索