gpt4 book ai didi

c++ - 错误 : identifier :"SHGetKnownFolderPath" is unidentified

转载 作者:搜寻专家 更新时间:2023-10-31 02:18:32 31 4
gpt4 key购买 nike

我正在 Windows 10 上使用 Visual Studio 2015 编写 Windows 应用商店应用程序。我的代码如下:

#define WINVER 0x0A00
#define _WIN32_WINNT 0x0A00
#include <Shlobj.h>

...
HRESULT hr;
hr= SHGetKnownFolderPath(FOLDERID_LocalAppData, 0, NULL, &tempPath);

我尝试添加以上版本和头文件。仍然没有改变。我该如何解决这个问题?

最佳答案

根据documentation的功能,此功能仅在桌面上可用。

Minimum supported client Windows Vista [desktop apps only]

您正在编写商店应用程序,因此您无法使用该功能。

关于c++ - 错误 : identifier :"SHGetKnownFolderPath" is unidentified,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34432213/

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