Search found 13 matches

by Vincent Daanen
Fri, 2006-02-17, 11:42
Forum: DCMTK - Installation
Topic: running version of DcmTk
Replies: 3
Views: 5916

[quote="Michael Onken"]Hi Vincent, take a look in dcmdata/include/dcuid.h. There are several "define constants" declared, like OFFIS_DCMTK_VERSION_STRING or OFFIS_DCMTK_VERSION. Are you looking for this kind of stuff? dcm2xml (e.g.) shows, how you can use them. Regards, Michael[/...
by Vincent Daanen
Thu, 2006-02-16, 17:22
Forum: DCMTK - Installation
Topic: running version of DcmTk
Replies: 3
Views: 5916

running version of DcmTk

Hi all, because I do not succeed in using DcmTk 3.5.4 on a linux powered PC, I'd like to install Dcmtk 3.5.3 and try to use it on Linux. But My own library uses some dcmtk features which changes from 3.5.3 to 3.5.4. Is there any way to know which version is being used ( a 'DCMTK_VERSION global varia...
by Vincent Daanen
Fri, 2006-02-10, 10:42
Forum: DCMTK - Installation
Topic: DcmTk 3.5.4, Cmake fails
Replies: 7
Views: 10842

[quote="Marco Eichelberg"]The trick is that the top level makefile is [i]not[/i] generated by configure, but by the rootconf script. That is because the content of the top level makefile does not depend on the results of the configure script but only on the list of modules to be compiled (...
by Vincent Daanen
Thu, 2006-02-02, 17:05
Forum: DCMTK - Installation
Topic: your C++ compiler cannot handle class templates
Replies: 4
Views: 11568

so
I did this : add
-DHAVE_CONFIG_H and
#include "dcmtk/config/osconfig.h" as the first header file in my main.cpp

but it changes nothing :x

V
by Vincent Daanen
Thu, 2006-02-02, 13:35
Forum: DCMTK - Installation
Topic: your C++ compiler cannot handle class templates
Replies: 4
Views: 11568

your C++ compiler cannot handle class templates

Dear dcmtk users what's that :shock: I compile DcmTk 3.5.4 on a linux based pc (gcc -v = 3.4.1) with the following lines : > ./configure --enable-std-includes --prefix = blablabla > make > make install-lib > make distclean When I want to compile my small application (which compiles and runs perfect ...
by Vincent Daanen
Thu, 2006-02-02, 13:16
Forum: DCMTK - Installation
Topic: DcmTk 3.5.4, Cmake fails
Replies: 7
Views: 10842

No I don't !

I read that it culd be used to remove some modules from the compilation process !

and that's not what want to do !

Vince
by Vincent Daanen
Thu, 2006-02-02, 08:46
Forum: DCMTK - Installation
Topic: DcmTk 3.5.4, Cmake fails
Replies: 7
Views: 10842

Ok, seems there was a pb ! I delete the dcmtk tree and reinstall it. I then execute ./configure --prefix=... --enable-std-includes The toplevel Makefile was created and is currently compiling but it still strange to me why multiple execution of ./configure does not generate a Makefile every time ! V...
by Vincent Daanen
Thu, 2006-02-02, 08:38
Forum: DCMTK - Installation
Topic: DcmTk 3.5.4, Cmake fails
Replies: 7
Views: 10842

Hi Mickael, thanks for your response. However, I try to build dcmTk 3.5.4 with autoconf tools : * I run ./configure --prefix=/usr/GMCAO1/vdaanen-data/dcmtk-3.5.4 --enable-std-includes * at the end of the configure process, I can read this : config.status: creating ./Makefile but there is no Makefile...
by Vincent Daanen
Wed, 2006-02-01, 16:44
Forum: DCMTK - Installation
Topic: DcmTk 3.5.4, Cmake fails
Replies: 7
Views: 10842

DcmTk 3.5.4, Cmake fails

Hi all,

I'm trying to install dcmtk 3.5.4 on a Linux powered PC.

When I execute ccmake CMakeList.txt and hit 'c' to configure, I got the following message :
Please use GNU autoconf for Unix systems.

Is it possible to use cmake (mine is v 2.0.6) to generate the makefile ?

Thanks

Vincent
by Vincent Daanen
Tue, 2006-01-31, 16:08
Forum: DCMTK - Installation
Topic: how to solve compile errors while using dcmtk in vc applicat
Replies: 2
Views: 6930

[quote="Jörg Riesmeier"]Please check [url=http://forum.dcmtk.org/viewtopic.php?t=60]this thread[/url].[/quote] Dear DcmTk users, I'm running in the same troubles as veda, altough I'm using 'new' ANSI C++ i.e. : #include <fstream> #include <iostream> etc.. When compiling a vc6.0 application...
by Vincent Daanen
Mon, 2005-05-09, 13:16
Forum: DCMTK - General
Topic: How can I read "RT Structure Set IOD" file ?
Replies: 5
Views: 7522

Hi, the problem is that when I open this file with DcmFileFormat, The opening process reports lots of errors about duplicate fields (see output below !) So I wonder if the contour data can be read or not ! Vince Output of DcmFileFormat.loadfile() : ---------------------------------------------------...
by Vincent Daanen
Wed, 2005-05-04, 20:20
Forum: DCMTK - General
Topic: How can I read "RT Structure Set IOD" file ?
Replies: 5
Views: 7522

My problem is I do not know what to do to retrieve some data such as points and so on I donot know if I can attach text file so I paste the output of the dcmdump of such a file here. Hope you will be able to do something with that ! Vincent # Dicom-File-Format # Dicom-Meta-Information-Header # Used ...
by Vincent Daanen
Wed, 2005-05-04, 16:19
Forum: DCMTK - General
Topic: How can I read "RT Structure Set IOD" file ?
Replies: 5
Views: 7522

How can I read "RT Structure Set IOD" file ?

Hi there, not really newbee with Dicom Images, I have to read "RT Structure Set IOD" files which contain contour points (in 3D) and the position of seeds (also in 3D). I can 'export' the dicom files in XML with the dcm2xml program. Now, I would like to read theses files to get the 3D posit...