Hello,
I'm pretty new to bullet and I'm in the process of trying to learn the physics engine.
Right now I've followed the instructions and when I try to build the a demo I get the error:
1>------ Build started: Project: AppRagdollDemo, Configuration: Release Win32 ------
1>LINK : fatal error LNK1181: cannot open input file '..\..\lib\Release\OpenGLSupport.lib'
========== Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========
I'm wondering what I can do to fix this.
How to run demos on bullet
-
- Posts: 463
- Joined: Fri Nov 30, 2012 4:50 am
Re: How to run demos on bullet
Try going to the builds/vs2010 folder and opening the solution (rather than project file) there. You can just click build solution after to have all of them ready to go.