now I have a little problem.
I want to open music files which are not in the work folder but this somehow doesnt work.

Code:
stream = fsoundStreamOpen("D:\music\blabla.mp3", FSOUND_LOOP_OFF, 0, 0); // doesn't work

stream = fsoundStreamOpen("blabla.mp3", FSOUND_LOOP_OFF, 0, 0); // & the file is located in the work folder -> works



POTATO-MAN saves the day! - Random