From 1fad5ff2d076c7dafa56b8cda37cca2118c5230e Mon Sep 17 00:00:00 2001 From: malaterre Date: Sun, 23 Jan 2005 01:09:13 +0000 Subject: [PATCH] ENH: update for CreateUniqueUID --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.45.1