Hi!
I'm trying to update my project to Ogre 14.2, and at the same time uses the Ogre Bullet component and stop using the old BtOgre.
I can compile Ogre in Release, but in Debug I have those errors:
Code: Select all
BulletDynamics.lib(btDiscreteDynamicsWorld.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in OgreBullet.obj
I'm using VC++ 2019, Ogre source from the Ogre webpage.
Is there anything I should do?
S.