[Solved] Question about Irrlicht 1.8 and irrBullet

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
jrlago
Posts: 6
Joined: Sat May 04, 2013 8:36 am

[Solved] Question about Irrlicht 1.8 and irrBullet

Post by jrlago »

Hello and thanks for read this. Im a bit frustrated.

I have Visual C++ 2010 running with Irrlicht 1.8... runs fine... but i have a problem trying integrate irrBullet in his latest version: 0.1.8

irrBullet readme warning to:

Code: Select all

irrBullet Version: 0.1.8
 
Compatibilities:
Bullet Version: 2.75-2.77 (2.77 included)
Irrlicht Version: 1.6.1, 1.7, 1.7.1, 1.7.3
In sources directory have a project to build... build fine but... when i try configure VC++ to link libraries in my proyect with Irrlicht show me alot of Linker Error...

The question is: is my fault or irrBullet is not compatible with Irrlicht 1.8?

Thanks alot!

Jorge.
Last edited by jrlago on Wed May 29, 2013 3:23 am, edited 1 time in total.
jrlago
Posts: 6
Joined: Sat May 04, 2013 8:36 am

Re: Question about Irrlicht 1.8 and irrBullet

Post by jrlago »

Finally Solved.

I can't run this in Visual C++ 2010, but yes in 2008.

Irrlicht 1.8 and irrBullet 0.1.8

Before compile sources for get Debug/irrbullet.lib and follow this linker settings runs fine:

http://irrlicht.sourceforge.net/forum/v ... 92#p276545


Jorge.
kk_dhanuka
Posts: 4
Joined: Wed Jul 31, 2013 12:01 pm

Re: [Solved] Question about Irrlicht 1.8 and irrBullet

Post by kk_dhanuka »

If you really want to use Bullet physics engine WITH VS 2010 .then you can directly integrate bullet with irrLicht.
There is an amazing guide showing how to build bullet with irrLicht from scratch.
Post Reply