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.
I don't want any libs *.dll
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.