]> Creatis software - gdcm.git/commitdiff
Forgotten comments. --- Frog
authorfrog <frog>
Mon, 2 Dec 2002 13:37:46 +0000 (13:37 +0000)
committerfrog <frog>
Mon, 2 Dec 2002 13:37:46 +0000 (13:37 +0000)
ChangeLog

index 89c9142db5f3c7c818e47bee5292f7019669fdcf..ad6e4a18be55982c746e320bdc823402d9c78dbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
         VR files.
       * src/gdcmHeader::FindVR: hard way fix of falsely explicit vr files.
 
+2002-11-8 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
+      * 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.
+
 2002-11-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
       * python/gdcm.i: added a typemap that converts a C++ hashing table
         to native Python dictionary.