From: malaterre Date: Sun, 23 Jan 2005 01:09:13 +0000 (+0000) Subject: ENH: update for CreateUniqueUID X-Git-Tag: Version1.0.bp~208 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1fad5ff2d076c7dafa56b8cda37cca2118c5230e;p=gdcm.git ENH: update for CreateUniqueUID --- diff --git a/ChangeLog b/ChangeLog index 7dafde23..2e038e7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-01-22 Mathieu Malaterre + * Finish the CreateUniqueUID stuff. Seems to compiled/runs on every + plateforms ITK support. Had some troubles with uint64_t on Win32, go to + http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/_langref_data_type_ranges.asp + for more info. Basically you can not used 'unsigned' __int8 in an ostream. + So can't you use __int64 in ostream at all. + 2005-01-22 Benoit Regrain * bug fix for compilation on MSVC6 * gdcmPython/gdcm.i : rename of classes missed