Solve error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'

 

This error happens in Release mode of VS2010, solve this problem by do following:

.

Go to Project Pages / Configuration Properties / C,C++ / Preprocessor / Preprocessor Definitions, add the following:

_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH

posted @ 2015-04-23 00:22  Grandyang  阅读(2485)  评论(0编辑  收藏  举报
Fork me on GitHub