Actions
Bug #846
closedDCMTK by default ignores DCMDICTPATH since release 3.6.3 (when compiled with built-in dictionary)
Start date:
2018-08-28
Due date:
% Done:
0%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
Apparently the DCMTK 3.6.3 binaries for Windows ignore the DCMDICTPATH environment variable and cannot be instructed to read a private dictionary.
This is caused by the following commit from November 2017:
49b2a66de67628a103ca3577c6b13991f53ecf01
Binaries compiled with the CMake defaults should always honor the DCMDICTPATH environment variable, which now requires macro ENABLE_EXTERNAL_DICTIONARY to be defined.
Actions