What is a Resource Compiler?

Dec 8, 2010 at 3:04am
In CodeBlocks under the project build options there is a tab to add search directories to a resource compiler. What is it and what does it do?
Dec 8, 2010 at 3:14am
I think Resource compiler could be referring to your picture files like jpg, bmp, png and possibly those <filename>.properties files etc etc and need to be "compiled" into some C++ constant so you can reference them by say ID in your C++ program ? This is same concept in Android SDK for those external picture files and <filename>.properties.

I presume you are developing on Windows platform ?
Last edited on Dec 8, 2010 at 3:16am
Dec 8, 2010 at 11:23am
I normally use Linux, but this question started to bother me when I was setting up a library on CodeBlocks on Windows 7.
Topic archived. No new replies allowed.