[解决办法] Windows NT/2000/XP: Included in Windows NT 3.1 and later. Windows 95/98/Me: Included in Windows 95 and later. Header: Declared in Mmsystem.h; include Windows.h. Library: Use Winmm.lib. Unicode: Implemented as Unicode and ANSI versions on Windows NT/2000/XP. Also supported by Microsoft Layer for Unicode. [解决办法] #include<Mmsystem.h> #include<Windows.h> #pragma comment(lib, "Winmm.lib")