ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.76k stars 2k forks source link

MSVCRT.lib(MSVCR100.dll) : error LNK2005 #280

Open ghost opened 10 years ago

ghost commented 10 years ago

x already defined in y I have tried setting the Runtime Library to MT and MD. Using Release in both solutions and the v100 Platform Toolset.

Some outputs: 2>MSVCRT.lib(MSVCR100.dll) : error LNK2005: _rand already defined in randoverride.obj

3>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library

3>LIBCMT.lib(_wctype.obj) : error LNK2005: _iswcntrl already defined in MSVCRT.lib(MSVCR100.dll