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
Updated by Marco Eichelberg 7 days ago
- Description updated (diff)
- Status changed from New to Rejected
It makes no sense to implement this feature in the DCMTK command line tools, this needs to be done in real GUI applications that use DCMTK in the background.
Actions