Search found 318 matches

by Jan Schlamelcher
Tue, 2014-04-22, 15:24
Forum: DCMTK - General
Topic: size_t conversion warnings when building on windows 64 bit
Replies: 2
Views: 3484

Re: size_t conversion warnings when building on windows 64 b

Hi Aaron, we know about this issue and i've already been working on a patch. We are currently discussing which parts of our API shall be changed to "std::size_t" and which occurences of "unsigned long" will be replaced by "Uint32" and appropriate usage of "OFstatic...
by Jan Schlamelcher
Tue, 2014-04-22, 08:48
Forum: DCMTK - Installation
Topic: Install external libraries (e.g. libtiff 3.9.4)
Replies: 14
Views: 37441

Re: Install external libraries (e.g. libtiff 3.9.4)

Hi Oliver, [...] I downloaded the pre-compiled libraries for Windows (ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/support/dcmtk-3.6.0-win32-i386-support_MT.zip) and built dcmtk [...] Unfortunately, after compilation of the subproject "Install", I got the following result: ...
by Jan Schlamelcher
Thu, 2014-04-17, 08:42
Forum: DCMTK - General
Topic: Linking error during compilation
Replies: 3
Views: 3848

Re: Linking error during compilation

Hi Oliver, you might take a look at this page: http://support.dcmtk.org/wiki/dcmtk/modules/start, which shows that the dcmdata module depends on the modules oflog and ofstd. Therefore you also have to link the respective libraries in you program. The OFString class for example is implemented in the ...