Hello,
I’m new to OpenFrameworks.
My environment is Windows 7 64 bit, CodeBlocks 13.12, OpenFrameworks 0.8.1.
I believe everything is installed all right, because I can build and run all the examples fine.
But I find I’m always getting the following 17 warnings, even with an empty project, without any addOns.
Warning: .drectve "-defaultlib:LIBCMT ’ unrecognized
Warning: .drectve "-defaultlib:OLDNAMES ’ unrecognized
Warning: .drectve "-defaultlib:LIBCMT ’ unrecognized
Warning: .drectve "-defaultlib:OLDNAMES ’ unrecognized
Warning: .drectve "-defaultlib:LIBCMT ’ unrecognized
Warning: .drectve "-defaultlib:OLDNAMES ’ unrecognized
Warning: .drectve "-defaultlib:LIBCMT ’ unrecognized
Warning: .drectve "-defaultlib:OLDNAMES ’ unrecognized
Warning: .drectve "-defaultlib:LIBCMT ’ unrecognized
Warning: .drectve "-defaultlib:OLDNAMES ’ unrecognized
Warning: .drectve "-defaultlib:uuid.lib ’ unrecognized
Warning: .drectve "-defaultlib:uuid.lib ’ unrecognized
Warning: .drectve "-defaultlib:LIBCMT ’ unrecognized
Warning: .drectve "-defaultlib:OLDNAMES ’ unrecognized
Warning: .drectve "-defaultlib:LIBCMT ’ unrecognized
Warning: .drectve "-defaultlib:OLDNAMES ’ unrecognized
Warning: .drectve "/DEFAULTLIB:“LIBCMT” /DEFAULTLIB:“OLDNAMES” ’ unrecognized
I know these are not errors, but still pretty annoying.
How can I get rid of these warnings?