gpt4 book ai didi

windows - 在 Windows XP 上使用 cpprestsdk 编译的 dll 库

转载 作者:行者123 更新时间:2023-12-05 07:00:27 26 4
gpt4 key购买 nike

我有一个在 Visual Studio 2019 中使用 cpprestsdk 的 dll 项目(以及用于测试目的的控制台应用程序)。在 Windows 7 和 Windows 10 上,原始包按预期工作,但我很难在 Windows XP 上编译和运行。

cpprestsdk通过NuGet包含在项目中,版本:cpprestsdk.v141但是,它对编译器不可见。专线 #include <cpprest/http_client.h>抛出错误。

我所做的改变:

  • 平台工具集设置为 Visual Studio 2017 - Windows XP (v141_xp)
  • 预处理器定义更新为包括 CPPREST_TARGET_XP
  • 静态包含cpprest141_2_10.dll
  • 静态链接cpprest141_2_10.lib
  • 控制台应用程序设置 ConformanceMode设置为 false

现在应用程序正在编译,但它在 Windows 10 上无法正常工作(发送请求时崩溃)。并且它没有在 Windows XP 上启动(未找到 dll 入口点)

有人知道发生了什么事吗?

@编辑:添加到程序文件夹后缺少 dll:

  • api-ms-win-core-crt-l1-1-0.dll
  • api-ms-win-core-crt-l2-1-0.dll
  • httpapi.dll

它来到了ntdll.dll

Entry Point Not Found error screenshot

The procedure entry point WinSqmAddToStreamEx could not be located in the dynamic link library ntdll.dll

最佳答案

您需要做的就是将您的 Visual Studio 降级到 2013 并下载同样支持 VS 2013 (msvc 120) 的 cpprest SDK 版本,例如 2.9.1,希望对您有所帮助

关于windows - 在 Windows XP 上使用 cpprestsdk 编译的 dll 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64119057/

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