Search found 1445 matches

by Marco Eichelberg
Fri, 2004-11-12, 09:48
Forum: DCMTK - General
Topic: TLS Protocol (Very Urgent)
Replies: 4
Views: 11872

The error message private key 'cakey.pem' and certificate 'cert.pem' do not match... means that the private key in file "cakey.pem" does not belong to the public key in certificate "cert.pem" - they are not a valid key pair. Regarding how to create valid key pairs, read the OpenS...
by Marco Eichelberg
Tue, 2004-11-09, 10:00
Forum: DCMTK - FAQ
Topic: FAQ #29: Compilation of DCMTK fails with error C1083 [MSVC]
Replies: 0
Views: 27325

FAQ #29: Compilation of DCMTK fails with error C1083 [MSVC]

:?: I am compiling DCMTK on Microsoft Visual C++ (MSVC) and compilation fails with fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory :!: You have not read the installation instructions in the INSTALL file! :oops: DCMTK needs some additional libraries such as zlib, libt...
by Marco Eichelberg
Tue, 2004-11-09, 09:39
Forum: DCMTK - FAQ
Topic: FAQ #28: Compilation of DCMTK fails with error C2679 [MSVC 6]
Replies: 0
Views: 25991

FAQ #28: Compilation of DCMTK fails with error C2679 [MSVC 6]

:?: I am compiling DCMTK with Visual C++ 6.0 and compilation fails with error C2679 complaining about operator '<<': error C2679: binary '<<' : no operator defined which takes a right-hand operand of type 'class DcmTagKey' (or there is no acceptable conversion) :!: This is a bug in Visual C++ 6.0. I...
by Marco Eichelberg
Tue, 2004-11-09, 09:37
Forum: DCMTK - FAQ
Topic: FAQ #27: Compilation of DCMTK-based program fails with LNK2001 [MSVC]
Replies: 0
Views: 48754

FAQ #27: Compilation of DCMTK-based program fails with LNK2001 [MSVC]

:?: I am developing an application on Microsoft Visual C++ (MSVC) that uses DCMTK. When I try to compile and link my application against the DCMTK libraries, the linker fails with error LNK2001, e.g. dcmdata.lib(dcuid.obj) : error LNK2001: unresolved external symbol _Netbios@4 :!: You are not linkin...
by Marco Eichelberg
Tue, 2004-11-09, 09:31
Forum: DCMTK - FAQ
Topic: FAQ #26: Compilation of DCMTK-based program fails w/ LNK2005
Replies: 0
Views: 48630

FAQ #26: Compilation of DCMTK-based program fails w/ LNK2005

:?: I am developing an application on Microsoft Visual C++ (MSVC) that uses DCMTK. When I try to compile and link my application against the DCMTK libraries, the linker fails with error LNK2005 and reports warning LNK4098, e.g. LIBCMTD.lib(dbgheap.obj) : error LNK2005: _malloc already defined in MSV...
by Marco Eichelberg
Tue, 2004-11-09, 09:25
Forum: DCMTK - FAQ
Topic: FAQ #25: How can I get my own UID root and use it with DCMTK
Replies: 0
Views: 28761

FAQ #25: How can I get my own UID root and use it with DCMTK

:?: How can I get my own UID root and use that with DCMTK? :!: UID roots can only be issued by ISO registered bodies and, in general, will cost a registration fee. For details, check the Medical Image Format FAQ at the following URLs: http://www.dclunie.com/medical-image-faq/html/part2.html#UID http...
by Marco Eichelberg
Thu, 2004-11-04, 18:45
Forum: DCMTK - FAQ
Topic: FAQ #15: Compiling DCMTK on Unixware
Replies: 0
Views: 25499

FAQ #15: Compiling DCMTK on Unixware

:?: I want to use DCMTK on Unixware. Is there anything I should know about? :!: Yes, we received many useful remarks about compiling DCMTK on Unixware from Wolfgang Rapp <w1 dot rapp at von dot ulm dot de>. If you want your Unixware binaries to run on all Unixware 2.x systems, you should compile on ...
by Marco Eichelberg
Thu, 2004-11-04, 18:41
Forum: DCMTK - FAQ
Topic: FAQ #14: ImageCTN always stores incoming images in /tmp [Unix]
Replies: 0
Views: 25656

FAQ #14: ImageCTN always stores incoming images in /tmp [Unix]

:?: When I run the "imagectn" application on my UNIX system, it seems to put image files in /tmp instead of the directory specified as the storage area in my "configrc" file, although the "index.dat" file does get put there. Is there anything I might be doing wrong? :!:...
by Marco Eichelberg
Thu, 2004-11-04, 18:37
Forum: DCMTK - FAQ
Topic: FAQ #13: Creating DCMTK libraries as shared objects (.so-files)
Replies: 0
Views: 33151

FAQ #13: Creating DCMTK libraries as shared objects (.so-files)

:?: How can I create the DCMTK libraries as shared objects (.so-files) which are dynamically loaded when the DCMTK applications are started? :!: This depends on your C++ compiler and operating system. When building shared objects containing C++ code, special handling for templates and constructors/d...
by Marco Eichelberg
Thu, 2004-11-04, 18:31
Forum: DCMTK - FAQ
Topic: FAQ #12: sorry, not implemented: cannot expand value-returning inline [HP-UX]
Replies: 0
Views: 34082

FAQ #12: sorry, not implemented: cannot expand value-returning inline [HP-UX]

:?: I am trying to compile DCMTK on a HP-UX 10 machine with the HP C++ compiler. Compilation fails with the following error message: CC: sorry, not implemented: cannot expand value-returning inline ... with call of non-value-returning inline ... :!: You should use the compiler options "+d +a1&q...
by Marco Eichelberg
Thu, 2004-11-04, 18:28
Forum: DCMTK - FAQ
Topic: FAQ #11: configure error: C compiler cannot create executables [IRIX 6]
Replies: 0
Views: 34850

FAQ #11: configure error: C compiler cannot create executables [IRIX 6]

:?: I am trying to compile DCMTK on a SGI IRIX 6.x machine with gcc 2.7.2. The configure script terminates with the following error messsage: checking whether the C compiler (gcc ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. The "dc...
by Marco Eichelberg
Thu, 2004-11-04, 18:25
Forum: DCMTK - FAQ
Topic: FAQ #10: Compiling DCMTK on Irix 6, "shared object did not resolve any symbols" warning
Replies: 0
Views: 33335

FAQ #10: Compiling DCMTK on Irix 6, "shared object did not resolve any symbols" warning

:?: I am compiling DCMTK on a SGI IRIX 6.x machine, and I receive many warnings of the type /usr/bin/ld: The shared object /usr/lib/libsocket.so did not resolve any symbols. You may want to remove it from your link line. :!: On some IRIX machines, the BSD socket functions are contained both in the l...
by Marco Eichelberg
Thu, 2004-11-04, 18:23
Forum: DCMTK - FAQ
Topic: FAQ #9: Compiling DCMTK on Solaris with Sun Workshop 4.x
Replies: 0
Views: 33973

FAQ #9: Compiling DCMTK on Solaris with Sun Workshop 4.x

:?: I am trying to compile DCMTK on Solaris with Sun Workshop 4.x. The code compiles without problems, but when trying to link applications, the linker reports unresolved externals in the DCMTK libraries and fails. :!: The Sun Workshop 4.x compilers use a new method of handling C++ template classes ...
by Marco Eichelberg
Thu, 2004-11-04, 18:21
Forum: DCMTK - FAQ
Topic: FAQ #8: configure script fails with "permission denied" [Cygwin]
Replies: 0
Views: 39006

FAQ #8: configure script fails with "permission denied" [Cygwin]

:?: The INSTALL file says that DCMTK can be compiled using the Cygwin development environment for Windows. However, Step 1 of the install instructions does not work because the configure script fails completely (it reports "permission denied" problems and generates strange files in all the...
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: 40744

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) ...