Greetings, i'm trying to link 2 different resource files into my application. It works fine with vc8, but with gcc, only the first one is used. I don't have any warning or error during the link stage. Is there a way to link multiple resource files into an executable with gcc ? Or is there a way to merge resource files into one big file ? Thank in advance. Note: i'm using gcc 3.4.5 mingw