Search found 3 matches

by flang
Sun, 2010-12-19, 14:37
Forum: DCMTK - General
Topic: dicomdir with 3.6.0 rc2
Replies: 7
Views: 8002

Ok, thanks. I think I found at least one thread you were referring to and I will look into it. Just for the record: The difference in behavior I observe between 3.5.4 and 3.6.0rc2 is most likely due to the modified Debug logging. Also, the recursion in DcmDicomDir::moveRecordToTree() is not a major ...
by flang
Sat, 2010-12-18, 11:58
Forum: DCMTK - General
Topic: dicomdir with 3.6.0 rc2
Replies: 7
Views: 8002

I'm on Windows 7 / vs2010. Meanwhile I found out that the problem only occurs in Debug mode and with DICOMDIRs of a certain size. In Release mode or with small files the problem does not occur. I moved to 3.6.0 to see if I could increase the performance of the command DcmDicomDir vDicomDir("DIC...
by flang
Fri, 2010-12-17, 11:51
Forum: DCMTK - General
Topic: dicomdir with 3.6.0 rc2
Replies: 7
Views: 8002

dicomdir with 3.6.0 rc2

Hi,

I tried release 3.6.0 RC2 but I receive a stack overflow when trying to read DICOMDIRs using

Code: Select all

DcmDicomDir vDicomDir(vFileName);
I traced it down to a recursive call to DcmDicomDir::moveRecordToTree()

The same code with 3.5.4 reads the same DICOMDIRs without problems.

Any ideas?