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

    技术2026-09-03  2

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

    $(SystemRoot)/System32$(SystemRoot)$(SystemRoot)/System32/wbem

    适用VC8的各种工程项目(包括移动设备的项目),如果在加了以后还出现这样的错误提示,将上面的三句删除掉,重新加一次就可以。
    最新回复(0)