Bullet in Visual C++ 6.0
-
gustav
- Posts: 12
- Joined: Mon Jan 11, 2010 9:40 am
Bullet in Visual C++ 6.0
Hi everybody! How to create the Bullet application in Visual C++ 6.0? I tried, but I do not get ... thanks
-
Erwin Coumans
- Site Admin
- Posts: 4221
- Joined: Sun Jun 26, 2005 6:43 pm
- Location: California, USA
Re: Bullet in Visual C++ 6.0
Bullet 2.75 or Bullet trunk from the http://code.google.com/p/bullet/downloads/list should compile out-of-the-box for Visual Studio 6. See the Bullet/msvc/6 folder.
Thanks,
Erwin
Thanks,
Erwin
-
gustav
- Posts: 12
- Joined: Mon Jan 11, 2010 9:40 am
Re: Bullet in Visual C++ 6.0
What's "out of the box"?
-
gustav
- Posts: 12
- Joined: Mon Jan 11, 2010 9:40 am
Re: Bullet in Visual C++ 6.0
What means that error?
libbulletcollision_d.lib(btConvexShape.obj) : fatal error LNK1103: debugging information corrupt; recompile module
libbulletcollision_d.lib(btConvexShape.obj) : fatal error LNK1103: debugging information corrupt; recompile module
-
gustav
- Posts: 12
- Joined: Mon Jan 11, 2010 9:40 am
Re: Bullet in Visual C++ 6.0
I found a solution to the problem. I used "bullet-2.75\out\debug71\libs" in additiional library path but not "bullet-2.75\out\release6\libs" ...
... Nevertheless thanks to all! )