IrrBullet doesn't work with Irrlicht in Code::Blocks

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Hsyenoh05
Posts: 5
Joined: Tue Oct 18, 2022 12:29 pm

IrrBullet doesn't work with Irrlicht in Code::Blocks

Post by Hsyenoh05 »

I built both IrrBullet and Bullet using Code::Blocks and MinGW, Irrlicht works perfectly while IrrBullet crashes the program whenever I compiled it, I changed the linker settings many times and tried everything and nothing seemed to work :( , Any help on that is appreciated.
CuteAlien
Admin
Posts: 9644
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: IrrBullet doesn't work with Irrlicht in Code::Blocks

Post by CuteAlien »

That's not enough information. What program crashes? Yours or code::blocks? Are there any errors? If your program crashes - where does it crash? It should show you the place usually (at least in debug). Please post that code (and the code around it).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply