irrklang not working with devcpp

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
wildrj
Posts: 301
Joined: Thu Mar 23, 2006 12:49 am
Location: Texas/ Cyberspace
Contact:

irrklang not working with devcpp

Post by wildrj »

for some odd reason irrklang just dosnt want to compile with dev any idea on how to fix this.
sgt_pinky
Posts: 149
Joined: Sat Oct 14, 2006 11:20 am
Location: Melbourne, Australia

Post by sgt_pinky »

LOL.

<sarcasm>
That's great. A really informative post. You clearly explained the problems you were having, showing output from the compiler with any linking errors. Someone will be able to help you in no time!
</sarcasm>

For starters, I assume you are using dev-cpp on Windows? Since irrKlang currently only supports that O/S.

Provide some more information if you actually want help.
Intellectuals solve problems - geniuses prevent them. -- Einstein
#irrlicht on irc.freenode.net
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

I think irrKlang will only work with Visual Studio on win32. DevCPP uses GCC under the covers, right? If so, it probably won't work because the name mangling in the dll is not the same, so you'll get a linker error.

Travis
wildrj
Posts: 301
Joined: Thu Mar 23, 2006 12:49 am
Location: Texas/ Cyberspace
Contact:

Post by wildrj »

that ansers it XD.
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Just download irrKlang 0.4 or later (here: http://www.ambiera.com/irrklang/downloads.html), it supports DevCpp and Code::Blocks.
Post Reply