Search found 3 matches

by Bremen
Tue, 2007-01-23, 11:54
Forum: DCMTK - General
Topic: Null Reference Exception on DcmFileFormat::loadFile method
Replies: 4
Views: 5078

I use WinXP and Visual Studio .Net 2003. I follow yuor suggestion and then post the result.

Thx
by Bremen
Thu, 2007-01-18, 11:07
Forum: DCMTK - General
Topic: Null Reference Exception on DcmFileFormat::loadFile method
Replies: 4
Views: 5078

The first program i've made didn't contain C++ exceptions.
There are exceptions only for tests.
by Bremen
Wed, 2006-10-11, 12:28
Forum: DCMTK - General
Topic: Null Reference Exception on DcmFileFormat::loadFile method
Replies: 4
Views: 5078

Null Reference Exception on DcmFileFormat::loadFile method

Hi all, i'm a new DCMTK's user. I've made a sample program #include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */ #include "dcmtk/dcmdata/dctk.h" /* for various dcmdata headers */ #include "dcmtk/dcmimgle/dcmimage.h" /* for DicomI...