[Dcmlib] "function <unknow>,Already present:fffe|e0dd "
Vincent Daanen
vincent.daanen at imag.fr
Wed Mar 1 10:41:59 CET 2006
Hi gdcm-users,
I wrote a small piece of code which seems to run perfectly in a small
test program.
I say 'seem' because when loading the dicom dictionnary, this error
message is displayed :
"function <unknow>,Already present:fffe|e0dd "
and then, when integrating this code in a 'big' MFC M$ application, the
appli terminated immediatly with this strange error cause :
std::operator<<(std::basic_ostream<char,std::char_traits<char> > &
I think the error is caused by the
Global Glob
in gdcmGlobal.cxx :
but the stranger is the 'tag' fffe|e0dd already exists in the map
because it appears only once in the gdcm.dic file.
I try to remove the 'buggy' tag (i.e fffe|e0dd) but then, it's the tag
fffe|e00d which fails the application.
It seems like gdcm tries to add twice the last tag !
Is it a real bug or a pb on my gdcm ?
please help,
Vince
More information about the Dcmlib
mailing list