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
8.01k stars 1.65k forks source link

VS 2017 support #547

Open dsailesh opened 7 years ago

dsailesh commented 7 years ago

When can we expect builds which directly compile with Visual Studio 2017?

shkim commented 7 years ago

Current version works with VS2017, but only under "Debug", "Release" configuration name, If I create a New Configuration from existing one (Debug or Release), no dependency files are copied to the new output directory so failed with LNK2019 error

syedalamabbas commented 7 years ago

It does not work with VS2017. I downloaded and upgraded 140 solution, and it gives a bunch of errors. Some crt - related others cannot find related.

dsailesh commented 7 years ago

@syedalamabbas I have built with VS 2017 without doing "Retarget Solution" and it built fine for me.