changeset 4839:ee2c35896145

clarified error message
author Alain Mazy <am@osimis.io>
date Thu, 02 Dec 2021 14:51:55 +0100
parents 8557729ebaa2
children b55babf15e4f
files OrthancServer/Plugins/Engine/OrthancPlugins.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPlugins.cpp	Thu Dec 02 13:00:47 2021 +0100
+++ b/OrthancServer/Plugins/Engine/OrthancPlugins.cpp	Thu Dec 02 14:51:55 2021 +0100
@@ -82,7 +82,7 @@
 #include <dcmtk/dcmdata/dcdicent.h>
 #include <dcmtk/dcmnet/dimse.h>
 
-#define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc API is necessary"
+#define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc SDK is necessary and it is currently not available !"
 
 
 namespace Orthanc