Hi,
I follow the below instruction on windows box to build the orthanc-object-storage library to support Azure blob storage. The build is failing with the error
C:\development\sai\OrthancSrc\orthanc-object-storage\Azure\AzureBlobStoragePlugin.cpp(192,21): error C2678: binary ‘==’: no operator found which takes a left-hand operand of type ‘utility::string_t’ (or there is no acceptable conversion) [C:\development\sai\OrthancSrc\orthanc-object-storage\build\azure\OrthancAzureBlobStorage.vcxproj]
Can Anyone help me to resolve this error? Also, what is the output of the successful build (is it .dll,so etc…?). I am not that familiar with Orthanc and C/C++
implementation of it as I always worked on Java based DCM4CHEE and Merge VNA in my career.
Assuming if the build is successful and the plugin library is created, where and how should I use it inside the Orthanc server that is already installed and running?
Any help is very much appreciated.
This is the the screenshot of the instructions I followed to create the Azure blob storage plugin for the latest Orthanc server.
Thanks and Regards
Renukaprasad