Bullet in Visual C++ 6.0

gustav
Posts: 12
Joined: Mon Jan 11, 2010 9:40 am

Bullet in Visual C++ 6.0

Post by gustav »

Hi everybody! How to create the Bullet application in Visual C++ 6.0? I tried, but I do not get ... thanks
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Bullet in Visual C++ 6.0

Post by Erwin Coumans »

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
gustav
Posts: 12
Joined: Mon Jan 11, 2010 9:40 am

Re: Bullet in Visual C++ 6.0

Post by gustav »

What's "out of the box"?
gustav
Posts: 12
Joined: Mon Jan 11, 2010 9:40 am

Re: Bullet in Visual C++ 6.0

Post by gustav »

What means that error?

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

Post by gustav »

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" ... :oops: ... Nevertheless thanks to all! )