[Insight-users] itk-gdcm, GetEntryValue & GDCM_UNFOUND identifier not found

Mathieu Malaterre mathieu.malaterre at gmail.com
Wed Apr 22 06:29:01 EDT 2009


On Tue, Apr 21, 2009 at 8:26 PM, Hsiang-Chi Kuo <kuoxgx at gmail.com> wrote:
>   Hi all,
>   I am using the internal gdcm (1.2 version) of the itk (3.12) to do dicom
> in out
>    application. Can anyone tell me why do I get the following error message?
> Thanks.
> Howard
>    27>..\..\..\ITK3.12\Examples\IO\DicomImageReadWrite.cxx(56) : error
> C3861:
>    'GetEntryValue': identifier not found

This is a member function of class gdcm::DocEntrySet.

>    27>..\..\..\ITK3.12\Examples\IO\DicomImageReadWrite.cxx(59) : error
> C2065:
>    'GDCM_UNFOUND' : undeclared identifier

I believe it is in the 'gdcm' namespace.


-- 
Mathieu


More information about the Insight-users mailing list