Search found 3 matches

by lavoiekeven
Wed, 2011-11-16, 18:43
Forum: DCMTK - General
Topic: 3.5.4 to 3.6.0 : crash in log4cplus::Logger::isEnabledFor()
Replies: 1
Views: 3004

3.5.4 to 3.6.0 : crash in log4cplus::Logger::isEnabledFor()

Hi, I recently upgraded the version of DCMTK in my application to 3.6.0 and my MFC application often crash. The crashing is always in the same function. Here is my call stack : VXL.exe!log4cplus::Logger::isEnabledFor() + 0x21 bytes VXL.exe!OFLogger::isEnabledFor() + 0x1a bytes VXL.exe!DcmPresentatio...
by lavoiekeven
Fri, 2009-10-30, 17:42
Forum: DCMTK - General
Topic: Create DicomDir
Replies: 2
Views: 5286

Thanks for your help
by lavoiekeven
Fri, 2009-10-30, 15:52
Forum: DCMTK - General
Topic: Create DicomDir
Replies: 2
Views: 5286

Create DicomDir

Hi i'm trying to create a dicomdir and having some problem I'm working with DCMTK 3.5.4 here what i'm doing : { DicomDirInterface dcmDir; dcmDir.createNewDicomDir(DicomDirInterface::Ap_Default, "c:\\Temp\\DICOMDIR"); dcmDir.addDicomFile("DICOM\\VIEW0001","c:\\Temp"); dc...