Running demo code on VC++ 2010

ireg
Posts: 3
Joined: Thu Feb 17, 2011 8:38 pm

Running demo code on VC++ 2010

Post by ireg »

I'm trying to build one of the demos that come with bullet, but I'm having trouble building the libraries in VC++ 2010. I followed the instructions on the wiki, I've added the BulletCollision, BulletDynamics and LinearMath projects into my solutions, and when I compile I get the following error:

Unable to start program
E:\....\BulletCollision.lib

The specified file is an unrecognized or unsupported binary format.

What could be going wrong?