zoukankan      html  css  js  c++  java
  • 关于C++ error PRJ0003 : Error spawning 'rc.exe'.

    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\

  • 相关阅读:
    模块和包
    mysql视图、存储过程等
    mysql 索引
    sql语句
    HTTP协议
    Django中的form组件
    数据结构
    一些常用函数
    C/C++中tag和type
    什么是compile-time-constant
  • 原文地址:https://www.cnblogs.com/kungfupanda/p/1776668.html
Copyright © 2011-2022 走看看