Getting this when linking a lib via 'lnk' command line in project options...
Warning: .drectve `/DEFAULTLIB:"LIBC" /DEFAULTLIB:"OLDNAMES" ' unrecognized
I think its in a format not to GCC's taste but it seems to work all the same?
Not sure if it should worry me or not?
tha's options for the microsoft/intel compiler, no?
I use a GCC. What are you trying to do?
I am using Glee for GL Extensions. As I said, it does seem to work but the warning is worrying.
Got rid of the warning, found a static win32 .a lib on the web, exchanged it for the .lib one. :whistle: