Author Topic: How do I configure Code::Blocks in order to work with resource files ?  (Read 3025 times)

Offline SpeedyGonzales

  • Single posting newcomer
  • *
  • Posts: 3
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 !

Offline SpeedyGonzales

  • Single posting newcomer
  • *
  • Posts: 3
Re: How do I configure Code::Blocks in order to work with resource files ?
« Reply #1 on: November 19, 2007, 02:05:08 pm »
Problem is resolved.
Thanks for the many reply's. :(

Offline Dahman

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: How do I configure Code::Blocks in order to work with resource files ?
« Reply #2 on: November 20, 2007, 11:36:53 am »
Thanks for sharing the solution!

Dahman