Search found 6 matches

by marco
Wed, 2006-06-28, 12:55
Forum: DCMTK - Installation
Topic: link errors while linking agains /MD-built dcmtk
Replies: 2
Views: 5726

Hello Marco, thanks for your reply :) I have checked the link order. I am currently linking against the following libs in the given order: dcmnet.lib dcmimage.lib dcmimgle.lib dcmjpeg.lib ijg8.lib ijg12.lib ijg16.lib dcmdata.lib ofstd.lib Unfortunately it still does not work, although the link order...
by marco
Tue, 2006-06-27, 18:25
Forum: DCMTK - Installation
Topic: link errors while linking agains /MD-built dcmtk
Replies: 2
Views: 5726

link errors while linking agains /MD-built dcmtk

Hello all, I have checked the FAQ but I am still clueless about my linking errors... I have successfully compiled dcmtk 3.5.4 with /MD replaced in the CMakeLists.txt using the support /MD-libraries. But I get the following error while linking my own app against dcmtk (though I am linking against dcm...
by marco
Mon, 2006-05-08, 09:31
Forum: DCMTK - General
Topic: strange behaviour of DcmItem::findAndGetUint16() on Linux
Replies: 5
Views: 5502

Hello Jörg,

thanks for this hint. Another user who did not read the docu ;)

Now it all works, thanks for your help :)

Best regards

Marco
by marco
Fri, 2006-05-05, 11:37
Forum: DCMTK - General
Topic: strange behaviour of DcmItem::findAndGetUint16() on Linux
Replies: 5
Views: 5502

Hello again, I have just checked your dicom.dic-solution and it works! Thanks :) But I still want to know, if there is a possibility to include the dicom.dic into my application directly. This is because I am linking the necessary dicom libs directly into my application. I do not install dcmtk to re...
by marco
Fri, 2006-05-05, 11:20
Forum: DCMTK - General
Topic: strange behaviour of DcmItem::findAndGetUint16() on Linux
Replies: 5
Views: 5502

Hi Marco, I would guess that you have simply not installed the DICOM dictionary (dicom.dic) correctly on Linux. On Windows this is compiled into the toolkit, i.e. nothing you can forget. If the dicom dictionary cannot be found, then files in Explicit VR transfer syntax will work correctly and files ...
by marco
Thu, 2006-05-04, 12:13
Forum: DCMTK - General
Topic: strange behaviour of DcmItem::findAndGetUint16() on Linux
Replies: 5
Views: 5502

strange behaviour of DcmItem::findAndGetUint16() on Linux

Hello all, first of all: thanks for this great piece of software :) I have encountered a strange problem with dcmtk 3.5.3 while importing a dicom data set. I am using dcmtk to display dicom data sets on windows and Linux systems. On windows all data sets get displayed and can be read correctly. But ...