[opensource-dev] Eliminate VS2010 LNK4099 errors

Jonathan Welch jhwelch at gmail.com
Mon Oct 17 17:41:06 PDT 2011


I've got tired of seeing blasts of LNK4099 errors fly up the screen
when I compile so I looked into how to eliminate them.  It seems the
only way to do this is to hack link.exe and change the 4 bytes that
equal 4099 to something else.  See
http://www.bottledlight.com/docs/lnk4099.html

In my case this was at location 15a0.

Of course it would be nice if the files in question did not cause this
to happen in the first place.

-Jonathan


More information about the opensource-dev mailing list