|
|
#1 |
![]() Join Date: Jun 2009
Reputation: 0
Posts: 21
|
Error Compiling release in VS2010
I just set a fresh copy of 2009 to compile release, it compiled successfully in debug mode.
I added the weapon_sdkbase etc like the wiki said, only to get this error: Code:
4>tier1.lib(strtools.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(strtools.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:ICF' specification 4>tier1.lib(convar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 3> ScratchPadUtils.cpp 4>tier1.lib(KeyValues.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(newbitbuf.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(tier1.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(interface.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(utlstring.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(datamanager.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(rangecheckedvar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(byteswap.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(memstack.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(utlbuffer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(checksum_crc.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(mempool.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(utlsymbol.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(characterset.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(stringpool.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 3> server_class.cpp 4>tier1.lib(checksum_md5.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(bitbuf.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj 4>tier1.lib(uniqueid.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in achievement_notification_panel.obj |
|
|
|
|
|
#2 |
![]() Join Date: Aug 2011
Reputation: 12
Posts: 320
|
Rebuild all in debug, then rebuild all in release.
That worked for me. Not just "build" but "rebuild"
|
|
|
|
|
|
#3 |
![]() Join Date: Jun 2009
Reputation: 0
Posts: 21
|
Thankyou! That fixed it, all I could find on this in google was some 2 year old thread that no one ever answered.
|
|
|
|
|
|
#4 |
![]() Join Date: Aug 2011
Reputation: 12
Posts: 320
|
+1 if you like
|
|
|
|
|
|
#5 |
![]() Join Date: Aug 2011
Reputation: 152
Posts: 218
|
Trying right now!
|
|
|
|
|
|
#6 |
![]() Join Date: Mar 2012
Reputation: 204
Posts: 895
|
|
|
|
|
|
|
#7 |
![]() Join Date: Aug 2004
Reputation: 0
Posts: 70
|
|
|
|
|
|
|
#8 |
![]() Join Date: Aug 2011
Reputation: 12
Posts: 320
|
|
|
|
|
![]() |
|
||||||
| Thread Tools | |
| Display Modes | |
|
|