Search found 2 matches

by Winner
Mon, 2006-09-18, 10:47
Forum: DCMTK - General
Topic: Error for getMinMaxValues
Replies: 2
Views: 3720

Hi Jörg, thank you for you reply. but my quertion is still existed. :oops:

can i output debug info to files in vs.net 2003?
by Winner
Mon, 2006-09-18, 10:22
Forum: DCMTK - General
Topic: Error for getMinMaxValues
Replies: 2
Views: 3720

Error for getMinMaxValues

This is my code, developed by vs.net 2003: // DicomImage *image = new DicomImage(pDataSet, EXS_Unknown); if (image != NULL) { if (image->getStatus() == EIS_Normal) { image->getMinMaxValues((double&)nMinPixel, (double&)nMaxPixel); } } delete image; // image->getStatus() was returned:EIS_Inval...