Author Topic: What's Resource Compiler for?  (Read 9054 times)

GreatFireWallBlocks

  • Guest
What's Resource Compiler for?
« on: March 26, 2009, 09:15:50 pm »
There's a tab "Resource Compiler" in the Search directories tab of build options. What's Resource Compiler for? What should be included in Resource compiler paths?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: What's Resource Compiler for?
« Reply #1 on: March 26, 2009, 09:23:20 pm »
There's a tab "Resource Compiler" in the Search directories tab of build options. What's Resource Compiler for? What should be included in Resource compiler paths?
A resource compiler compiles resource files (obviously). Under Windows these are typically *.rc files with resources of different types (e.g. UI definitions, strings, icons...) embedded.

However - your question is not truly related to C::B. Please continue reading in a book about development basics.

Topic locked.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ