继续求助 怎么用C\C++播放音乐
#include <mmsystem.h>
PlaySound("K:\\111.MP3", NULL, SND_FILENAME | SND_ASYNC);
组合使用编译的时候提示
c:\program files\microsoft visual studio\vc98\include\mmsystem.h(113) : error C2146: syntax error : missing ';' before identifier 'MMVERSION'
c:\program files\microsoft visual studio\vc98\include\mmsystem.h(113) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.