Click to See Complete Forum and Search --> : Error spawing RC.exe
Icyculyr
October 1st, 2008, 06:48 AM
I just installed Visual Studio 2008 Professional Edition onto my computer, freshly formatted computer, and when I click "DEBUG" in the C++ IDE, it shows an error saying Error spawning RC.exe...
Does anyone know what this is?
Cheers
Icyculyr
olivthill
October 1st, 2008, 07:59 AM
rc.exe is the resource compiler.
Resources are predefined dialog boxes, icons, menus, bitmaps, etc.
They are defined in a ".rc" file which is compiled with rc.exe to produce a ".res" file.
Icyculyr
October 1st, 2008, 06:32 PM
Thanks, that's good to know.. know I have to figure out why theirs an error spawning it lol... maybe I didn't install all the necessary components with VC++... might re-install them.
Cheers
Icyculyr
JetCoder
November 28th, 2008, 09:06 AM
Yep, you are rite! Some components are missing, make sure you select all of the following: h_p://www.sevenforums.com/software/647-visual-studio-2008-pro-sp1-error-spawning-rc-exe-finally-fixed.html
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.