I don't want any libs *.dll

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
netrix
Posts: 3
Joined: Mon Jan 29, 2007 1:22 pm

I don't want any libs *.dll

Post by netrix »

I am doing small aplication on Devcpp, and I would like to have one file as result. But now when I am using this application I have to have 2 files more: irrKlang.dll and ikpMP3.dll.

My question is:
How do it if I want to have all that libs in my result file.
netrix
Posts: 3
Joined: Mon Jan 29, 2007 1:22 pm

Post by netrix »

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

Post by niko »

I think about adding a static lib version of irrKlang in the next release. However, because the mp3 decoder is LGPL, I am not able to include it as well yet. But as you have the source, you are free to static link it as well, if you don't violate any licenses with that. Or simply don't use mp3s and use ogg files instead.
Post Reply