comparison OrthancServer/Plugins/Engine/OrthancPlugins.cpp @ 4840:b55babf15e4f

clarified error message
author Alain Mazy <am@osimis.io>
date Thu, 02 Dec 2021 15:11:32 +0100
parents ee2c35896145
children 02d77189d8ba
comparison
equal deleted inserted replaced
4839:ee2c35896145 4840:b55babf15e4f
80 #include <boost/regex.hpp> 80 #include <boost/regex.hpp>
81 #include <dcmtk/dcmdata/dcdict.h> 81 #include <dcmtk/dcmdata/dcdict.h>
82 #include <dcmtk/dcmdata/dcdicent.h> 82 #include <dcmtk/dcmdata/dcdicent.h>
83 #include <dcmtk/dcmnet/dimse.h> 83 #include <dcmtk/dcmnet/dimse.h>
84 84
85 #define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc SDK is necessary and it is currently not available !" 85 #define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc SDK is necessary to use buffers > 4GB and it is currently not available !"
86 86
87 87
88 namespace Orthanc 88 namespace Orthanc
89 { 89 {
90 static void CopyToMemoryBuffer(OrthancPluginMemoryBuffer& target, 90 static void CopyToMemoryBuffer(OrthancPluginMemoryBuffer& target,