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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…