btBulletWorldImporter access violation -version 2.79 rev2440

thegabman
Posts: 1
Joined: Tue Feb 14, 2012 1:43 pm

btBulletWorldImporter access violation -version 2.79 rev2440

Post by thegabman »

Im trying to use the world importer by following this guide:
http://bulletphysics.org/mediawiki-1.5. ... _the_world

Code: Select all

btBulletWorldImporter* fileLoader = new btBulletWorldImporter(m_dynamicsWorld);
fileLoader->loadFile("C:/testFile.bullet");
Im getting an access violation while using the loadFile() method with the provided testFile.bullet,
the verbose output shows this:

http://pastebin.com/T1j1AFfc

I imported this libs and added all include-paths:
BulletWorldImporter, BulletFileLoader, BulletDynamics, BulletCollision, LinearMath

am i doing something wrong?