AshMcConnell wrote:
Hi Erwin,
Just a slight problem with the libbullet project in VC8, it doesn't include btQuickprof.cpp, therefore when you go to use the collision detection lib on its own it gives a few linking errors relating to btQuickprof.
Hope this helps!
Thanks!
All the best,
Ash
Hi Ash,
libbulletcollision.vcproj depends on libbulletmath.vcproj, just include that and you should be fine.
Alternatively, comment out the define #USE_QUICKPROF in LinearMath/btQuickProf.h and you are fine.
Hope this helps,
Thanks,
Erwin