I checked all the points from MSDN 2005 regarding LNK2005
and everything seems to be fine.
Forcing linking with /FORCE:MULTIPLE is OK... the program
behaves as expected.
However I do not want to make a production release this way.
So my question is what should I try about this?
Any suggestion is welcome
, Regards
Daniel
Which compiler and Platform SDK are you using? I can't find "_local_unwind"
in any of the C Runtime libraries (though there is a _local_unwind2), and
kernel32.lib doesn't have anything that looks like this at all (this in VC6
and .NET2003).
Steve
--
Steve Friedl -- Tustin, California USA -- www.unixwiz.net
Unix Wizard -- Microsoft MVP/Security -- I speak for me only