From: regrain Date: Wed, 12 Jan 2005 13:21:49 +0000 (+0000) Subject: * gdcmPython/gdcm.i : bug fix when compiling with MSCV X-Git-Tag: Version1.0.bp~376 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=edbee79e15e8c0beccecc7fff0a05ca4592239d2;p=gdcm.git * gdcmPython/gdcm.i : bug fix when compiling with MSCV -- BeNours --- diff --git a/ChangeLog b/ChangeLog index b2f6f6e7..86e8643a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2005-01-11 Benoit Regrain + * gdcmPython/gdcm.i : bug fix when compiling with MSCV + 2005-01-11 Mathieu Malaterre * Untangle TransferSynatx from gdcm::Document. Now Document only manipulate a string and should ask the global TS dict what are the propreties of @@ -13,11 +16,11 @@ * Replace the french 'Transfert Syntax' by the english 'Transfer Syntax' 2005-01-10 Mathieu Malaterre - * Hopefully fix the bug on MacOSX and static global initialization. - This is the only -minor- patch I found that both please MacOSX and VS6. - Other patch would be to declare a const std::string & GDCM_UNFOUND() instead, - but this would require a lot of change. Another approach would be that Global - create those string and GDCM_UNFOUND becomes a pointer to a string (which + * Hopefully fix the bug on MacOSX and static global initialization. + This is the only -minor- patch I found that both please MacOSX and VS6. + Other patch would be to declare a const std::string & GDCM_UNFOUND() instead, + but this would require a lot of change. Another approach would be that Global + create those string and GDCM_UNFOUND becomes a pointer to a string (which gdcm::Global would destroy at exit). 2005-01-08 Mathieu Malaterre diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index 2678d19f..3daa580d 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -271,6 +271,12 @@ using namespace gdcm; %ignore gdcm::Header::Header(); %ignore gdcm::DicomDir::DicomDir(); +%ignore GDCM_UNKNOWN; +%ignore GDCM_UNFOUND; +%ignore GDCM_BINLOADED; +%ignore GDCM_NOTLOADED; +%ignore GDCM_UNREAD; + //////////////////////////////////////////////////////////////////////////// // Warning: Order matters ! %include "gdcmCommon.h"