below is the source code that i type, but it can't play the wav sound
#include <windows.h>
#include <mmsystem.h>
int main()
{
PlaySound("chimes.wav",NULL,SND_FILENAME|SND_LOOP|SND_ASYNC);
return o;
}
when i compile this source code the compiler prompt link error
can anyone help to show the problem
i using windows xp and dec c++ 4.9.9.0 compiler