Life is Good.

Enhance Tech and English
随笔 - 65, 文章 - 20, 评论 - 21, 引用 - 0
数据加载中……

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

rxapi.lib(libinit.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in AceGXImgcbBox.obj

Solutions:
Change
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
To:
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>

 If still has problems, remove the below settings values:

<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<IgnoreSpecificDefaultLibraries>msvcrtd.lib;libcd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>

posted on 2011-05-18 13:46 Mike Song 阅读(3346) 评论(0)  编辑 收藏 引用


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理