So i've started a project to make a player for SunVox files (therefore called SunPlay), so i've found its released sourcecode(v1.3b from year 2009 i guess from this link) and trying to compile with no results (using DevC++, then MinGW).
The compiling that i've trying is to the windows port but i can't find headers for DirectSound(the sound output for windows, i not want that) so i've been stuck for now.
So, i ask for help if anyone knows how to start, i'm attaching the sources i've worked for now (changed multicharacter values to hexadecimal code like 'MEOS' = 0x4D454F53)
what i really want, is a way to add sound to my app (through Infinity Sound System -default KolibriOS sound output-) and a (simple) window interface, if not, command-line interface.
thx