Visual Studio 2019 Libraries like RestSDK for C++

  • Thread starter Thread starter GBears
  • Start date Start date
G

GBears

Guest
How do I install and use Visual Studio libraries such as RestSDK with C++.

It's not clear to me if RestSDK is already include when Visual Studio 2019 was installed, or if I need to add it.

I see RestSDK on Git, but the instructions using VCMgr indicate I need to set up some kind of automatic update so each time I Build, a new version of the library may be installed. I don't want that moving target with a production app. I would prefer to update any libraries on my schedule.

How do I install the RestSDK library?

How do I specify where it will be located?

How do I reference that library in my code?

Should I use NuGet?

I saw a library on NuGet with Rest and Soap capability which could be useful. It''s not a Microsoft library, it by some person. How do I know if the code is stable or appropriate to use?

I'm trying to set up an appropriate development environment for production apps. I'm new to Visual Studio and would appreciate some guidance.

Thanks much.

Continue reading...
 
Back
Top