> No, directly GDCM_LD_NOSHADOWSEQ because it's a #define... that's why I hate #define...best way to shoot yourself in the foot. > Or, you can call gdcm::LD_NOSHADOWSEQ > The LoadModeType is an enum containing all GDCM_LD_ definitions. > > >> Comments ? > > I have removed the #define and let the enum... Thanks :) Mathieu