You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facing challenges in accessing the azure blob storage using SDK in C++. Followed all procedures as mentioned in the documentation, yet having issues while linking the libraries. I've installed the libraries using Vcpkg. Have linked the following libraries in the cmakeList.txt,
azure-storage-common
azure-storage-blobs
azure-core
Even after linking the libraries, getting undefined reference to the functions of azure storage.
undefined reference to `Azure::Storage::Blobs::BlobServiceClient::CreateFromConnectionString(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Azure::Storage::Blobs::BlobClientOptions const&)'
I request to kindly guide me on resolving the error and let me know if this is due to any mistakes while library linking and installation.
Thanks
Regards
The text was updated successfully, but these errors were encountered:
Hi team,
Facing challenges in accessing the azure blob storage using SDK in C++. Followed all procedures as mentioned in the documentation, yet having issues while linking the libraries. I've installed the libraries using Vcpkg. Have linked the following libraries in the cmakeList.txt,
azure-storage-common
azure-storage-blobs
azure-core
Even after linking the libraries, getting undefined reference to the functions of azure storage.
undefined reference to `Azure::Storage::Blobs::BlobServiceClient::CreateFromConnectionString(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Azure::Storage::Blobs::BlobClientOptions const&)'
I request to kindly guide me on resolving the error and let me know if this is due to any mistakes while library linking and installation.
Thanks
Regards
The text was updated successfully, but these errors were encountered: