We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vcpkg install azure-storage-cpp --triplet x64-windows-static
#define _NO_WASTORAGE_API
In the project's Configuration Properties -> C/C++ -> Code Generation -> Runtime Library: Select Multi-threaded or Multithreaded Debug
Configuration Properties -> Linker -> Input -> Additional Dependencies:
bcrypt.lib xmllite.lib Rpcrt4.lib Crypt32.lib Winhttp.lib
.vcproj
<PropertyGroup Label="Globals"> <!-- .... --> <VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet> <VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet> </PropertyGroup>
Then build as normally do.