Friday, July 31, 2009

Problem compiling with multiple resource files?

I'm using MinGW. Here is what I do:





C:\%26gt; gcc -o winapp.exe winapp.cpp winappres.o iconres.o -mwindows





It complies with no errors or warnings, but only the first object file gets linked in.





How can i make this compile correctly?

Problem compiling with multiple resource files?
Try this site from IBM that talks about JIT , a Just in Time Compiler :


http://www.trl.ibm.com/projects/jit/inde...


No comments:

Post a Comment