Search found 4 matches

by Bob666
Tue, 2012-11-06, 11:01
Forum: DCMTK - Installation
Topic: DCMTK doesn't find zlib.lib etc
Replies: 2
Views: 5222

DCMTK doesn't find zlib.lib etc

Hi I tried to compile DCTMK with zlib, tiff and png as a shared lib (BUILD_SHARED_LIBS), but dcmdata cannot find zlib.lib because the additional linker directories are empty. Is it possible that something such as [code]# declare directories containing used libraries LINK_DIRECTORIES(${dcmdata_BINARY...
by Bob666
Fri, 2011-02-11, 14:43
Forum: DCMTK - Installation
Topic: Building DCMTK 3.6 with PNG 1.5.1
Replies: 4
Views: 7579

Hi

Thanks for the tipps, I solved it with using CMake to create solution files instead of using the solution files provided by libpng... looks like a compiler or linker setting wasn't as DCMTK wants it to be...

Thanks to all
by Bob666
Mon, 2011-02-07, 22:17
Forum: DCMTK - Installation
Topic: Building DCMTK 3.6 with PNG 1.5.1
Replies: 4
Views: 7579

No, I don't think they changed everything, the made the API more consistent, but there's also a new header file to include.. So there are some changes...

Yes, I compiled it more or less the same way, the compiler and linker settings should be the same and should match DCMTK.
by Bob666
Mon, 2011-02-07, 15:20
Forum: DCMTK - Installation
Topic: Building DCMTK 3.6 with PNG 1.5.1
Replies: 4
Views: 7579

Building DCMTK 3.6 with PNG 1.5.1

Hi all I can't build DCMTK 3.6.0 with the new PNG 1.5.1 on Win7 x64. If I use PNG 1.4, there's no problem. The problem is, 3 projects can't link because they can't find the png functions: 1>dcmimage.lib(dipipng.obj) : error LNK2001: unresolved external symbol png_write_end 1>dcmimage.lib(dipipng.obj...