]> Creatis software - gdcm.git/commit
* Adaptation for porting to VC++:
authorfrog <frog>
Fri, 8 Nov 2002 14:07:05 +0000 (14:07 +0000)
committerfrog <frog>
Fri, 8 Nov 2002 14:07:05 +0000 (14:07 +0000)
commit1a4c3a039ea7c7fc09419ffe3c28ed7827866788
treee36aed37e58908e55a14fa509665bcb083e58f2d
parent0a67200981727adbc1b4f34437b9256010ac8422
  * Adaptation for porting to VC++:
        - src/gdcm.h
          o forced to use std namespace (for string to be known)
          o all class use __declspec export style on WIN32
        - src/gdcmUtil.cxx new Exit method that wraps the exit call
          (in stdlib.h on Win32 but in std:: for gcc)
      * src/gdcmDictSet::SetDictPath adds a trailing / to environement
        variable GDCM_DICT_PATH.
      * src/gdcmHeader.cxx verbose comments made discrete. --- Frog
src/gdcm.h
src/gdcmDictSet.cxx
src/gdcmHeader.cxx
src/gdcmUtil.cxx
src/gdcmUtil.h