[Dcmlib] gdcm vs Borland C Compiler
Jean-Pierre Roux
Jean-Pierre.Roux at creatis.insa-lyon.fr
Fri Jan 27 12:39:19 CET 2006
Luca Picello wrote:
> ------------------
> I had a try to latest cvs too, with borland c++ builder 2006 and there
> are some files which need to be modified:
>
> gdcmRLEFramesInfo.cxx
> gdcmPixelReadConvert.cxx
> gdcmJpeg2000.cxx
> gdcmJpeg.cxx
> gdcmFileHelper.cxx
> gdcmDocument.cxx
> gdcmDocEntrySet.cxx
> gdcmDicomDir.cxx
>
> need:
> #if defined(__BORLANDC__)
> #include <mem.h> // for memset
> #endif
>
> and gdcmDataEntry.cxx
> need:
>
> #if defined(__BORLANDC__)
> #include <mem.h> // for memcpy
> #include <stdlib.h> // for atof
> #include <ctype.h> // for isdigit
> #endif
>
> also some examples needs the same.
> I wonder if I can get the write permission to gdcm repository to
> adjust it for BCB when needed.
I've no objection.
I'll ask system administrator to give you the write permission.
Thx again for your help.
JP
> thanks,
> Luca
>
More information about the Dcmlib
mailing list