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?