Hi, this is actualy not a problem, it's just something that seems strange...
I'm using VC++ 2003 toolkit, and everytime I compile a project I get the following warnings (I have lvl 3 warnings enabled):
Linking executable: Debug\lightmapper.exe
LINK : warning LNK4044: unrecognized option '/lstdc++'; ignored
LINK : warning LNK4044: unrecognized option '/lgcc'; ignored
LINK : warning LNK4044: unrecognized option '/lgdi32'; ignored
LINK : warning LNK4044: unrecognized option '/lcomdlg32'; ignored
LINK : warning LNK4044: unrecognized option '/lodbc32'; ignored
LINK : warning LNK4044: unrecognized option '/lwsock32'; ignored
LINK : warning LNK4044: unrecognized option '/lwinspool'; ignored
LINK : warning LNK4044: unrecognized option '/lwinmm'; ignored
LINK : warning LNK4044: unrecognized option '/lshell32'; ignored
LINK : warning LNK4044: unrecognized option '/lcomctl32'; ignored
LINK : warning LNK4044: unrecognized option '/lctl3d32'; ignored
LINK : warning LNK4044: unrecognized option '/ladvapi32'; ignored
LINK : warning LNK4044: unrecognized option '/lopengl32'; ignored
LINK : warning LNK4044: unrecognized option '/lglu32'; ignored
LINK : warning LNK4044: unrecognized option '/lole32'; ignored
LINK : warning LNK4044: unrecognized option '/loleaut32'; ignored
LINK : warning LNK4044: unrecognized option '/luuid'; ignored
Process terminated with status 0 (0 minutes, 10 seconds)
0 errors, 0 warnings
I just wanted to know why is Code::Blocks sending invalid options for the compiler (is it something I forgot to configurate?)
Also, I've tried tweaking some options in the compiler settings like "Optimize for windows application" and "Produce debugging symbols" but, when I open the compiled exe in an hex-editor and compare it with one that was compiled with these options disabled, then both are identical (??)
The programs work perfectly so this isn't a problem, I just want to know whether I'm doing something wrong with the compiler configurations...
Thanks