Linker warning after toolkit upgrade!

Started by
0 comments, last by Maega 18 years, 10 months ago
I downloaded and install the VC++ 2003 toolkit, and made the necessary adjustments and my code compiles, except I constantly get this linker warning: LINK : warning LNK4224: /PDBTYPE is no longer supported; ignored And then when I rebuild again after making no changes, it compiles with 0 warnings and 0 errors. How do I get rid of that warning if possible?
There are some things so stupid that only an intellect could believe them.
Advertisement
In your project file, you have that linker setting set in your settings. Remove it.

This topic is closed to new replies.

Advertisement