Need help setting up bullet

monk
Posts: 7
Joined: Tue Dec 08, 2009 1:38 pm

Need help setting up bullet

Post by monk »

Hi all, I'm new here and need some help.

I'm trying to build and run the sample from here: http://www.bulletphysics.org/mediawiki- ... ello_World

I've built the wksbullet project that in turn created the libs, then I created a new project and did the following:
include path: K:\bullet-2.75\src
library path: K:\bullet-2.75\out\debug8\libs
additional dependencies: libbulletcollision_d libbulletdynamics_d libbulletmath_d

When I press F5 to build and run i get the error:
Error 1 fatal error LNK1104: cannot open file 'libbulletcollision_d.obj' BulletTest


Any help would be greatly appreaciated.

Thanks
monk
Posts: 7
Joined: Tue Dec 08, 2009 1:38 pm

Re: Need help setting up bullet

Post by monk »

solved it. Forgot to put the .lib extention on the dependencies files :roll: