Mercurial > hg > orthanc
comparison OrthancServer/Plugins/Engine/OrthancPlugins.cpp @ 4839:ee2c35896145
clarified error message
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 02 Dec 2021 14:51:55 +0100 |
parents | 7053502fbf97 |
children | b55babf15e4f |
comparison
equal
deleted
inserted
replaced
4838:8557729ebaa2 | 4839:ee2c35896145 |
---|---|
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 API is necessary" | 85 #define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc SDK is necessary 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, |