hello,
I have written codes on wince device like this:
PlaySound(CString("a.wav"), NULL, SND_FILENAME | SND_ASYNC | SND_LOOP);
My means are repeated forever. But always after several minutes, it will
stop. I changed some wav files, it runs different time. but it all stop
automaticly. It seems repeated , but not forever.
I migrated the same codes to xp pc, it works correctly.
I am puzzled. Please help me.