Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: SpeedyGonzales on November 16, 2007, 10:44:36 am

Title: How do I configure Code::Blocks in order to work with resource files ?
Post by: SpeedyGonzales on November 16, 2007, 10:44:36 am
I have no problems working with Code::Blocks till I have to use resource files.
For editing I use ResEd.
After I add the .rc file to the project and start compiling I get the message:
Execution of 'rc.exe /I "C:\Program Files\Microsoft Visual C++ Toolkit\include" -fo.objs\XYZ.res XYZ.rc' in c:\test\XYZ' failed.
I think it's not a problem with the .rc file because I tried to use the rc.exe direct from a console and I could generate a .res file.
Help !
Title: Re: How do I configure Code::Blocks in order to work with resource files ?
Post by: SpeedyGonzales on November 19, 2007, 02:05:08 pm
Problem is resolved.
Thanks for the many reply's. :(
Title: Re: How do I configure Code::Blocks in order to work with resource files ?
Post by: Dahman on November 20, 2007, 11:36:53 am
Thanks for sharing the solution!

Dahman