Ok, so I think I'm not understanding what your use case is here.
roschuma
-
If you're making a library, (such as a DLL or a static lib), other programs which use your library will need to install the C++ REST SDK NuGet package to use your library. They will need to also follow the guidance below for applications.
-
If you're making an application, then you don't need to worry about other C++ applications. You just make sure to copy the
cpprest120_2_4.dll
file along with yourConsoleApplication1.exe
and everything will work fine.
roschuma