有关c中背景音乐问题,求大神指点
#include<stdio.h>#include<Windows.h>
main()
{
PlaySound (TEXT("D:czq.wav"), NULL,SND_FILENAME | SND_ASYNC);
system("color 3C");
printf("生");
Sleep(1200);
printf("日");
Sleep(1200);
printf("快");
Sleep(1200);
printf("乐");
Sleep(1200);
printf("\n");
}
运行时出现错误,求大神改正,没学过音乐处理搞不懂
iuhyni.obj : error LNK2001: unresolved external symbol __imp__PlaySoundA@12
Debug/iuhyni.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
iuhyni.exe - 2 error(s), 0 warning(s)