Bullet Physics and Code::Blocks

limited000
Posts: 1
Joined: Thu Jul 07, 2011 7:55 am

Bullet Physics and Code::Blocks

Post by limited000 »

Hello all,
I want to use Bullet Physics into my OpenGL projects.
I prefer to use Code::Blocks because it's free.
I followed the tutorial at: http://www.bulletphysics.org/Bullet/php ... f=9&t=3871
After I compiled the source code I found a file named libdemo.a - lib + demo (name of project) + extension .a
The problems start here. I don't know how to integrate libdemo.a into my OpenGL c++ game.
For example: I want to compile a demo project from bullet-2.77/Demos/BasicDemo.
How can I compile BasicDemo project using Code::Blocks?
Thanks for reading this message.