Link errors after following the "Creating from scratch"

mpof7
Posts: 1
Joined: Tue Nov 23, 2010 8:53 am

Link errors after following the "Creating from scratch"

Post by mpof7 »

Hi all,


I'm new in Bullet physics and i found it realy interesting, so decided to integrate it into a project i currently run for my masters. So far i followed the wiki's "Creating a project from scratch using Visual Studio (any version) " and tried to get Bullet working with Visual Studio 2010 in Windows 7 64bit, but with no success. I get linking errors (unresolved external symbols) and after a search i did in the Bullet's forum i didn't find a standard solution. So from what i managed to figure out, i tried linking with .lib files (BulletCollision.lib, BulletDynamics.lib, LinearMath.lib) in the "myStartupProject-->Properties-->Linker-->Input-->Additional Dependencies" and also add references for the respective projects into my startup project properties page. After these steps i still get a link error of:


Error 1 error LNK1181: cannot open input file 'LinearMath.lib' C:\develop\tutorial\BulletTestApp\BulletTestApp\LINK


Any help would be very appreciated and thanks in advance.