microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.89k stars 1.63k forks source link

Running the example bingrequest.cpp resulted in a crash. #1797

Closed ChengduDreamer closed 1 day ago

ChengduDreamer commented 4 days ago

image

### Tasks
ChengduDreamer commented 4 days ago

It was compiled using vcpkg : vcpkg install cpprestsdk:x64-windows

ChengduDreamer commented 1 day ago

I understand the reason now. The cpprestsdk was compiled using Visual Studio 2022, while I was using it in Visual Studio 2019.