# HG changeset patch # User Alain Mazy # Date 1638454292 -3600 # Node ID b55babf15e4fa6462761699c4edbe16416c26f43 # Parent ee2c35896145072799251afe19177075aed08d82 clarified error message diff -r ee2c35896145 -r b55babf15e4f OrthancServer/Plugins/Engine/OrthancPlugins.cpp --- a/OrthancServer/Plugins/Engine/OrthancPlugins.cpp Thu Dec 02 14:51:55 2021 +0100 +++ b/OrthancServer/Plugins/Engine/OrthancPlugins.cpp Thu Dec 02 15:11:32 2021 +0100 @@ -82,7 +82,7 @@ #include #include -#define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc SDK is necessary and it is currently not available !" +#define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc SDK is necessary to use buffers > 4GB and it is currently not available !" namespace Orthanc