Thread: How do I fix the RC.exe problem?

  1. #1
    Registered User
    Join Date
    Oct 2009
    Posts
    1

    How do I fix the RC.exe problem?

    Hi, sorry not sure if this post goes here, I assume it does since its C++, well Microsoft´s Visual C++.
    I just started using 2008 express ed. and after writting some code in version 6 and converting to the 2008 express ed. I tried to compile it, and everything else looks great.
    Except this error. Erro Spawning Rc.Exe,

    I know RC. means Resource compiler, but what does it mean?,
    where does this file go?,

    How can I fix or avoid this problem?
    thanks in advance.

  2. #2
    Grey Wizard C_Sparky's Avatar
    Join Date
    Sep 2009
    Posts
    50
    I've never done .rc files in MSVC++, but they are quite simple in devc++ and code::blocks.

    You just simply right click the class viewer thing on the left and add file, name it a .rc file and it will adjust the syntax coloring and should compile automatically.

  3. #3
    Registered User
    Join Date
    Apr 2004
    Location
    Ohio
    Posts
    147
    You're experiencing a known issue with Visual Studio's resource compiler. There is a hotfix for it but I don't remember the link.

    If you submit an error report in full, you should be presented with a link to a knowledge base article which will have a link to a hotfix download.

    Good luck! Those VS crashes are irritating but all of the ones I've encountered have been resolved with hotfixes.

  4. #4
    Registered User
    Join Date
    Aug 2006
    Posts
    100
    It's not a "Bug". Some tools are left out of the Express Editions.

    See here:
    VC++ Express External Res Editor: Attach External Tool to Visual C++ Express for Editing Resources | Suite101.com

  5. #5
    Registered User
    Join Date
    Apr 2004
    Location
    Ohio
    Posts
    147
    Oh that's right. I forgot about that. Visual Studio Express doesn't include the resource compiler so you can't, for instance, provide version information or program icons, without providing an external program to do it for you.

    I have Visual Studio Pro and I had an issue with RC either not spawning or crashing which was resolved with a hotfix so that's where I was drawing my information. Whoops...
    Last edited by leeor_net; 11-10-2009 at 04:10 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem located but not sure how to fix MouseWheel problem
    By jeppesenbrian in forum C# Programming
    Replies: 2
    Last Post: 07-01-2006, 01:43 PM
  2. small reference problem
    By DavidP in forum C++ Programming
    Replies: 6
    Last Post: 06-21-2004, 07:29 PM
  3. Replies: 5
    Last Post: 12-03-2003, 05:47 PM
  4. plz help me fix this problem
    By Joe100 in forum C++ Programming
    Replies: 8
    Last Post: 07-13-2003, 01:25 PM
  5. half ADT (nested struct) problem...
    By CyC|OpS in forum C Programming
    Replies: 1
    Last Post: 10-26-2002, 08:37 AM