Compiling an irrbp project

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
Soranne
Posts: 7
Joined: Thu Sep 30, 2010 10:17 am

Compiling an irrbp project

Post by Soranne »

Hello all,

Still having problem using bullet ,so i changed of wrapper, now using irrbp, but I still have problems. I think I linked the libs in the right order :

Image

But I get the following errors, trying to compile the example.cpp given irrbp :

Image

Where is the problem?

I already compiled bullet libs (v 2.79) by myself using cmake.

Thank you.

Regards.
zerochen
Posts: 273
Joined: Wed Jan 07, 2009 1:17 am
Location: Germany

Re: Compiling an irrbp project

Post by zerochen »

you forget to link the multithreaded bullet lib
Post Reply