Search found 4 matches

by daviddavid
Tue, 2005-05-17, 20:22
Forum: DCMTK - General
Topic: Display a DICOM image
Replies: 2
Views: 4435

Display a DICOM image

Hi,
I am programming with DICOM and MSVC 7.0. I want to do an application which loads a DICOM file and display it on the screen. Can anyone provide some sample code on how to display DICOM with DCMTC on Windows platform? Thank you very much
by daviddavid
Tue, 2005-05-17, 05:04
Forum: DCMTK - Installation
Topic: Compilation of DCMTK-based program fails with LNK2019 [MSVC]
Replies: 7
Views: 18379

I finally figured this out. Thanks.
by daviddavid
Mon, 2005-05-16, 22:39
Forum: DCMTK - Installation
Topic: Compilation of DCMTK-based program fails with LNK2019 [MSVC]
Replies: 7
Views: 18379

Hi, After linking in the zlib_d.lib library, the error message list was shortened. But I still have one error left. What else library I should link into the project to eliminate it? Thanks a lot. Here is the new error message: --------------------------------- testdicom fatal error LNK1120: 1 unreso...
by daviddavid
Mon, 2005-05-16, 19:17
Forum: DCMTK - Installation
Topic: Compilation of DCMTK-based program fails with LNK2019 [MSVC]
Replies: 7
Views: 18379

Compilation of DCMTK-based program fails with LNK2019 [MSVC]

Hi, I am using dcmimgle library. According to the library dependency, the libraries are included as: ofstd.lib, dcmdata.lib, dcmimgle.lib. And when compiling the program, I got the following errors. What is the cause of this error? Thank you a lot for the help. Here is the error message: -----------...