Feature #146
Updated by Marco Eichelberg 8 days ago
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