博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
关于C++ error PRJ0003 : Error spawning 'rc.exe'.
阅读量:6679 次
发布时间:2019-06-25

本文共 462 字,大约阅读时间需要 1 分钟。

Project : error PRJ0003 : Error spawning 'cmd.exe'.

解决方案如下:
在Visual Studio中,选择工具->选项->工程和解决方案->VC++目录
点击上方的像文件夹的按钮-新建行,然后在空白处添加cmd.exe所在的目录C:\Windows\System32\ (如果你是默认装在C盘的话)点击确定,就OK了。 对于我这个方法管用了,如果你遇到这个问题,不妨先试一下。

backup:

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\

转载于:https://www.cnblogs.com/kungfupanda/archive/2010/07/13/1776668.html

你可能感兴趣的文章
Crystal Reports for Visual Studio 2015 安装
查看>>
iOS UI 15 网络编程下载 图片 音乐 大文件 视频 get/ post方法
查看>>
linux文件系统 - 初始化(二)
查看>>
Python的可视化图表工具集
查看>>
《条目二十九:对于逐个字符的输入请考虑istreambuf_iterator》
查看>>
Python的优点与功能
查看>>
三个文件,
查看>>
webpack的总结
查看>>
hibernate 一级缓存和二级缓存
查看>>
javac不是内部或外部命令
查看>>
mvc SelectList selected失效的解决方法
查看>>
JAVA 设计模式 中介者模式
查看>>
我的软件工程课目标
查看>>
var a={n:1}; var b=a; a.x=a={n:2}; console.log(a.x); console.log(b.x);
查看>>
【HDOJ】3016 Man Down
查看>>
window.open打开新页面,并将本页数据用过url传递到打开的页面;需要两个页面;...
查看>>
查看本机IP分为两种情况:
查看>>
Scala进阶之路-Scala特征类与unapply反向抽取
查看>>
洛谷P3057 [USACO12NOV]远处的牧场Distant Pastures
查看>>
hdu3415 Max Sum of Max-K-sub-sequence 单调队列
查看>>