Search found 7 matches

by sas
Sat, 2005-01-29, 00:32
Forum: DCMTK - Installation
Topic: Documention to develop application linking to DCMTK libraries and including required DCMTK files
Replies: 13
Views: 23124

Hi Thomas,
Thanks a lot. Your suggestion was really helpful. Now I am able to link my application to dcmtk :-)
by sas
Mon, 2005-01-24, 17:11
Forum: DCMTK - Installation
Topic: Documention to develop application linking to DCMTK libraries and including required DCMTK files
Replies: 13
Views: 23124

Hi, I am trying to link the Debug version of my application to the Debug version of dcmtk. Any clues as to why I am getting linking errors as mentioned in my previous posts?? Congfiguration- Debug Platform- Win32 Command line options as displayed when clicked at "Command Line" under "...
by sas
Fri, 2005-01-21, 19:22
Forum: DCMTK - Installation
Topic: Documention to develop application linking to DCMTK libraries and including required DCMTK files
Replies: 13
Views: 23124

Hi, This is in continuation with my previous post. While linking to the libraries, I have excluded the "LIBCMTD.lib" from the set of default libraries to be linked to, because of linking errors saying that many of the methods have been already defined in "LIBCD.lib". If I include...
by sas
Fri, 2005-01-21, 18:59
Forum: DCMTK - General
Topic: Retrieve of dicom files through movescu
Replies: 6
Views: 11431

Hi hblanco, Joerg Riesmeier has correctly pointed out that the port at which the client (movescu) is listening should be mentioned in the host table of the config file of imagectn. In case it does not resolve your problem, let us know. Also, hope you have registered all your dicom files (which the c...
by sas
Fri, 2005-01-21, 18:41
Forum: DCMTK - Installation
Topic: Documention to develop application linking to DCMTK libraries and including required DCMTK files
Replies: 13
Views: 23124

Hi, I still have problems in linking my application which provides the same fuctionality as findscu application does, and also has a GUI to it. I am developing my application on Windows XP platform and have linked to the following libraries: dcmdata.lib ofstd.lib netapi32.lib wsock32.lib dcmnet.lib ...
by sas
Mon, 2005-01-17, 20:58
Forum: DCMTK - Installation
Topic: Documention to develop application linking to DCMTK libraries and including required DCMTK files
Replies: 13
Views: 23124

Documention to develop application linking to DCMTK libraries and including required DCMTK files

Hi, I am looking for some documentation which describes in details how we can link to DCMTK libraries and develop our own executable. Some documentation that mentions the include files that needs to be included in my application and what all libraries I need to link to for developing a GUI based Que...
by sas
Wed, 2005-01-05, 19:30
Forum: DCMTK - General
Topic: Retrieve of dicom files through movescu
Replies: 6
Views: 11431

Retrieve of dicom files through movescu

Hi, I am using the imagectn application to run the C-MOVE SCP and at the same time act as an C-STORE SCU. I am using the movescu application to run the C-MOVE SCU and at the same time act as C-STORE SCP. I am able to retrieve the images but my problem is that the retrieved images are not of the same...