Life is Good.

Enhance Tech and English
随笔 - 65, 文章 - 20, 评论 - 21, 引用 - 0

导航

<2011年5月>
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

常用链接

留言簿(1)

随笔分类

随笔档案

文章档案

Blogs

Websites for learning

搜索

  •  

最新评论

阅读排行榜

评论排行榜

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 阅读(3389) 评论(0)  编辑 收藏 引用


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