Originally my code is like below:
mciSendString("play bgm.wav", NULL, 0, NULL);
However, I find that when the music is finished, it can not repeat. I try the
mciSendString("play bgm.wav repeat", NULL, 0, NULL);
as well, and it does not work. Can someone help me?