Search found 1446 matches

by Marco Eichelberg
Thu, 2004-11-04, 18:18
Forum: DCMTK - FAQ
Topic: FAQ #7: Warning: no data dictionary loaded, check environment variable: DCMDICTPATH
Replies: 0
Views: 42675

FAQ #7: Warning: no data dictionary loaded, check environment variable: DCMDICTPATH

:?: All of the programs print the message Warning: no data dictionary loaded, check environment variable: DCMDICTPATH then seem to produce strange results. :!: The DICOM data dictionary could not be loaded. It has probably not been properly installed. The default location for this file (under Unix) ...
by Marco Eichelberg
Thu, 2004-11-04, 18:12
Forum: DCMTK - FAQ
Topic: FAQ #6: How to compile the data dictionary (dicom.dic) into the binaries?
Replies: 0
Views: 39002

FAQ #6: How to compile the data dictionary (dicom.dic) into the binaries?

:?: All of the programs load a data dictionary from the text file "/usr/local/dicom/lib/dicom.dic" before they can do anything. The overhead for this flexibility is very high. I want my programs to start much faster. :!: You can use a built-in in data dictionary instead. The code for this ...
by Marco Eichelberg
Thu, 2004-11-04, 18:09
Forum: DCMTK - FAQ
Topic: FAQ #5: configure claims my compiler is a cross-compiler [NeXTStep]
Replies: 0
Views: 35830

FAQ #5: configure claims my compiler is a cross-compiler [NeXTStep]

:?: I'm using a Nextstep system. I run the configure script but it claims that my compiler is a cross-compiler (produces the message: 'checking whether cross-compiling... yes') and produces nonsense results. :!: Your compiler seems to be producing code which cannot always be executed. There seems to...
by Marco Eichelberg
Thu, 2004-11-04, 18:07
Forum: DCMTK - FAQ
Topic: FAQ #4: Does DCMTK compile on Microsoft Windows?
Replies: 0
Views: 39999

FAQ #4: Does DCMTK compile on Microsoft Windows?

:?: Does DCMTK compile on Microsoft Windows? :!: Yes, DCMTK supports both 32 and 64 bit Windows platforms. Look at the INSTALL file for instructions on how to compile under Windows. Notes: The last DCMTK version to officially support Windows 95/98/ME was DCMTK 3.5.1 (2001), using Microsoft Visual C+...
by Marco Eichelberg
Tue, 2004-11-02, 18:03
Forum: DCMTK - FAQ
Topic: FAQ #2: Where is rest of the documentation?
Replies: 0
Views: 42668

FAQ #2: Where is rest of the documentation?

:?: Where is rest of the documentation? :!: All of the available DCMTK documentation is distributed in the DCMTK package. There is documentation about how to configure and run the programs. What is missing is documentation about how to use the libraries. Currently, the only way to learn how to use t...
by Marco Eichelberg
Tue, 2004-11-02, 17:54
Forum: DCMTK - FAQ
Topic: FAQ #1: All DCMTK tools crash as soon as they are started [gcc]
Replies: 0
Views: 33056

FAQ #1: All DCMTK tools crash as soon as they are started [gcc]

:?: None of the programs do anything, they all crash as soon as they get started! :!: We have received reports of configuration problems relating to a GNU C++ library libiostream.a. This library was part of older (pre 2.7 ??) releases and is incompatible with newer versions of the GNU C++ library. I...