代码执行无法继续,因为找不到 cpprest_2_10.dll

问题描述 投票:0回答:0

我的目标是在 Visual Studio 中使用 Rest API。 我从 https://github.com/Microsoft/vcpkg 下载了 C++ 工具 vcpkg,并按照 https://github.com/Microsoft/cpprestsdk 上的说明安装 cpprestsdk。效果很好。

然后,在 Visual Studio 解决方案资源管理器的属性中,我将 vcpkg 文件夹中的以下路径包含到“VCC++ 目录 -> 包含目录”中:

vcpkg-master cpkg-master uildtree

c++ dll visual-studio-2017 unresolved-external
© www.soinside.com 2019 - 2024. All rights reserved.