Search found 35 matches

by simeon
Sun, 2007-02-11, 21:44
Forum: DCMTK - Installation
Topic: A question about error Link2005(MSDV)
Replies: 21
Views: 45470

I have successfully recompiled all the support libraries using the /MD flag. I can package them up in a zip file if Offis would like to host them somewhere, such as an alternate download to dcmtk-3.5.4-win32-i386-support.zip. (The one variation is a newer point releas of libtiff -- for some reason ...
by simeon
Fri, 2007-01-19, 14:40
Forum: DCMTK - General
Topic: Change Dicom image
Replies: 2
Views: 3884

Change Dicom image

Hi How can i modify Dicom image? I want to: 1. load a dicom image. 2. change the image (for instance: set red pixel in the center of image) 3. save the modified image. my problems are over point 2. I use findAndGetUint8Array(DCM_PixelData, ...) and putAndInsertUint8Array(DCM_PixelData, ...) method o...
by simeon
Mon, 2006-09-18, 21:34
Forum: DCMTK - Installation
Topic: Need Help Compliling DCMTK
Replies: 1
Views: 5310

You must build libraries zlib,tiff,png,... with /MD.
Test

http://debian.fmi.uni-sofia.bg/~tarikat ... tonov).zip
by simeon
Mon, 2006-09-18, 21:31
Forum: DCMTK - Installation
Topic: Problem with dcmtk-3.5.4-win32-i386-md-support.zip
Replies: 2
Views: 7686

Libraries were built with /MD flag on Visual Studio 6.0 SP6.

http://debian.fmi.uni-sofia.bg/~tarikat ... tonov).zip
by simeon
Fri, 2006-09-15, 09:49
Forum: DCMTK - Installation
Topic: Problem with dcmtk-3.5.4-win32-i386-md-support.zip
Replies: 2
Views: 7686

Problem with dcmtk-3.5.4-win32-i386-md-support.zip

Hi. I've got problem with dcmtk-3.5.4-win32-i386-md-support.zip(by Dennis Ballance). I compiled dcmtk 3.5.4 with VS 6.0. wiht Multi-threaded Dll. But above libraries are compiled with VS 2005 (maybe). But the problem is that libraries is build dynamically, but in zip file have only libs? For Instanc...