gpt4 book ai didi

c++ - C++的新手,想知道如何使用VS Code 2019播放音频文件

转载 作者:行者123 更新时间:2023-12-03 02:30:12 25 4
gpt4 key购买 nike

我一直在网上寻找如何在C++上播放音频文件,并查看了视频,但是大多数人都说要将“链接器”更改为winmm库。我遇到的问题是找到在VSCode 2019中更改属性的位置。此外,当我尝试使用#Include时,它将显示错误。例:

#Include "stdafx.h"
#Include <Windows.h>
#Include <playsoundapi.h>
int main()
{
PlaySound(TEXT("C:\Users\User\Desktop\Sound\Blop.wav"), NULL, SND_FILENAME);
return 0;
}

我的目标是仅使用VSCode中的C++播放音频文件。

Error -: cannot open source file "stdafx.h"´ ´cannot open source file "Windows.h"´ ´#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\Users\User\Desktop\Sound\Audio.cpp).´ ´cannot open source file "playsoundapi.h"

最佳答案

它不是#Include。正确的#include

关于c++ - C++的新手,想知道如何使用VS Code 2019播放音频文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60032774/

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