]> Creatis software - gdcm.git/commit
* Bugs fix for the Windows build with VC6
authorregrain <regrain>
Tue, 9 Nov 2004 11:21:31 +0000 (11:21 +0000)
committerregrain <regrain>
Tue, 9 Nov 2004 11:21:31 +0000 (11:21 +0000)
commit45490622810d0706cb4ec538634c4a886f39737b
treec8dc37847a343e7549a69024d60aec2cf28701ff
parent24a0635a8871074306d25000a2989d4959841e8a
  * Bugs fix for the Windows build with VC6
  * CMakeLists.txt : bug fix - The include of the VTK lib is made only when it's
    needed (only for projects required VTK). If the VTK is included in all
    projects, there is conflicts with the jpeg lib of vtk when compiling the
    gdcmjpeg[8,12,16] projects. The first conflict is on the jmorecfg.h file.
  * src/gdcmUtil.h : export binary_write methods. Otherwise, there's problems
    when compiling the gdcm_wrap.cxx file (created by the compilation of the
    gdcm.i file)
  * vtk/vtkGdcmDemo.cxx : remove the use of std namespace for the cerr use
    (like it's already made for the cout use). Otherwise, conflict with the
    std::cerr of vtk.
   -- BeNours
CMakeLists.txt
ChangeLog
Testing/CMakeLists.txt
gdcmPython/CMakeLists.txt
src/gdcmUtil.h
vtk/CMakeLists.txt
vtk/vtkGdcmDemo.cxx