gpt4 book ai didi

c++ - 它说头文件mmsystem.h有问题,我不能使用PlaySound()

转载 作者:行者123 更新时间:2023-11-28 05:40:49 28 4
gpt4 key购买 nike

<分区>

#include <iostream>
#include <stdlib.h>
#include <mmsystem.h>
#include <string>
#include <windows.h>
#pragma comment (lib, "winmm.lib")

using namespace std;

int main() {
PlaySound(TEXT("Happy Birthday To You.wav"), NULL, SND_SYNC);
system("pause");
return 0;
}

C:\Program Files (x86)\CodeBlocks\MinGW\include\mmsystem.h|905|error: 'DWORD' does not name a type|

C:\Program Files (x86)\CodeBlocks\MinGW\include\mmsystem.h|906|error: 'UINT' does not name a type|

C:\Program Files (x86)\CodeBlocks\MinGW\include\mmsystem.h|907|error: typedef 'UINT' is initialized (use decltype instead)|

它只是在头文件中出现了很多这样的错误,我链接到 -lwinmm 并检查了库,它仍然弹出。

PS 我正在使用代码块。

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com