In C, my PlaySound
is not throwing any errors... but instead of playing the file I want, it just beeps.
Any suggestions?
I tried :
PlaySound("song1.wav", NULL, SND_ALIAS | SND_APPLICATION);
And:
PlaySound("song1.wav", NULL, SND_FILENAME);
But I got the same result.