News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

What's Resource Compiler for?

Started by GreatFireWallBlocks, March 26, 2009, 09:15:50 PM

Previous topic - Next topic

GreatFireWallBlocks

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?

MortenMacFly

Quote from: GreatFireWallBlocks 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?
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]