Actions
Feature #146
closedmake DCMTK applications aware/enabled for DCMTK_GUI flag
Status:
Rejected
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Module:
all
Operating System:
Compiler:
Description
If DCMTK is compiled with the new DCMTK_GUI flag, the applications
will run very quietly and might run out of memory because they
never flush/print the string streams to which COUT, CERR and CLOG
are redirected.
The applications should be modified to either periodically flush
the streams to stdout/stderr, or they should upon startup make sure
that COUT, CERR and CLOG point to the standard streams.
Furthermore, a number of directories have not yet been adapted
to the DCMTK_GUI scheme:
* wlistctn/apps
* imagectn/apps
* dcmnet/apps
Actions