bullet的安装问题

今天安装bullet出现了两个问题;

1.

1>DomsFourthTest.obj : error LNK2019: unresolved external symbol "public: __thiscall btRigidBody::btRigidBody(struct btRigidBody::btRigidBodyConstructionInfo const &)" (??0btRigidBody@@QAE@ABUbtRigidBodyConstructionInfo@0@@Z) referenced in function _wmain

2.

log4cplusSD.lib(logger.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“2”不匹配值“0”(BACKUPDLG.obj 中)

1>log4cplusSD.lib(logger.obj) : error LNK2038: 检测到“RuntimeLibrary”的不匹 配项: 值“MDd_DynamicDebug”不匹配值“MT_StaticRelease”(BACKUPDLG.obj 中)

问题1.放弃cmake编译,直接用bat方式编译lib  参考http://www.tuicool.com/articles/UJnUNf

问题2:是release和debug库版本的问题,没有匹配正确;参考http://bbs.csdn.net/topics/390728036

这四个方式分别对应lib方式下的release debug    dll方式下的release和debug

posted @ 2014-12-21 13:31  dust_fly  阅读(264)  评论(0编辑  收藏  举报