我正在使用来自 github 的开源脚本,它在顶部包含以下几行:
#include <urlmon.h>
#pragma comment(lib, "urlmon.lib")
但是,当我尝试构建它时,它显示以下错误:
fatal error: urlmon.h: No such file or directory
我已经环顾了几个小时,但没有找到解决方案。
此标头包含 Microsoft 组件对象模型 (COM) 和 Windows Shell 使用的函数。
https://docs.microsoft.com/en-us/windows/win32/api/urlmon/
您需要为 Win32 开发设置环境
https://docs.microsoft.com/en-us/windows/win32/desktop-programming