Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: joeman on May 31, 2006, 10:51:40 am

Title: Ressource compiler setting for Linux fedora core
Post by: joeman on May 31, 2006, 10:51:40 am
Hello
My project compiles ok until the RC ressource file has to be compiled.
When looking at the command line, it starts with -i, with no info about the compiler to use.
This obviously results in a error, due to the $rescomp variable which is not properly set.

Anybody here compiles ressource file (rc) in the following environment ?
- wx 2.6.3
- codeblocks 1.0 rev 2420
- fedora core 5

Where can I specify the rc compiler to use ?
Thanks to all ..
J
Title: Re: Ressource compiler setting for Linux fedora core
Post by: mandrav on May 31, 2006, 11:09:00 am
Uhm, resources are compiled only in windows platforms...
Title: Re: Ressource compiler setting for Linux fedora core
Post by: joeman on May 31, 2006, 11:19:37 am
hmm
My application was indeed compiled using vc++ and wx, I'm trying to compile it on linux.
So I have to remove the rc file from my project ?
I'll try this. Thnaks
J