PlaySound(MAKEINTRESOURCE(IDR_WAVE1),AfxGetApp()->m_hInstance,SND_RESOURCE | SND_ASYNC | SND_LOOP);WAVE1 是WAV格式的音乐,为什么出现下面的错误?
:\常用文件\mingrisoft\04\121\复件 GifPlayer\GifPlayerDlg.cpp(186) : error C2065: 'PlaySound' : undeclared identifier
C:\常用文件\mingrisoft\04\121\复件 GifPlayer\GifPlayerDlg.cpp(186) : error C2065: 'SND_RESOURCE' : undeclared identifier
C:\常用文件\mingrisoft\04\121\复件 GifPlayer\GifPlayerDlg.cpp(186) : error C2065: 'SND_ASYNC' : undeclared identifier
C:\常用文件\mingrisoft\04\121\复件 GifPlayer\GifPlayerDlg.cpp(186) : error C2065: 'SND_LOOP' : undeclared identifier
Error executing cl.exe.