Search found 318 matches

by Jan Schlamelcher
Mon, 2017-10-02, 13:46
Forum: DCMTK - Installation
Topic: 3.6.2 dcmj2pnm binary for Mac OS X 10.6.8 wanted
Replies: 6
Views: 7183

Re: 3.6.2 dcmj2pnm binary for Mac OS X 10.6.8 wanted

This is a (from my perspective) strange way to disable tiff and jpeg. I would have thought you would have to use the CMake variable DCMTK_WITH_TIFF for that, but, as long as it works. Regarding your question: I would expect this to disable reading and writing tiff images, jpeg will most likely still...
by Jan Schlamelcher
Mon, 2017-10-02, 10:51
Forum: DCMTK - Installation
Topic: 3.6.2 dcmj2pnm binary for Mac OS X 10.6.8 wanted
Replies: 6
Views: 7183

Re: 3.6.2 dcmj2pnm binary for Mac OS X 10.6.8 wanted

It seems that you have a x86_64 version of the tiff and jpeg libraries installed and CMake found and tried to use them although you are building for i386. Possible solutions: 1. Disable the use of libtiff and libjpeg in the DCMTK CMake Cache 2. Point CMake to the i386 version of both libraries (may ...
by Jan Schlamelcher
Thu, 2017-09-28, 10:14
Forum: DCMTK - General
Topic: How to Run stroscp as listener(Background Service) on Linux
Replies: 2
Views: 2757

Re: How to Run stroscp as listener(Background Service) on L

Or, the more complete answer would probably be to write a systemd unit so that it is e.g. automatically started during boot, restarted in case an error occured etc. See e.g. here: https://wiki.archlinux.org/index.php/systemd#Writing_unit_files (from my experience the Arch Linux Wiki is often very go...
by Jan Schlamelcher
Mon, 2017-09-25, 10:32
Forum: DCMTK - Installation
Topic: Installing DCMTK 3.6.2. for Visual Studio 2017 Community
Replies: 12
Views: 16071

Re: Installing DCMTK 3.6.2. for Visual Studio 2017 Community

Hi Chris,

we had a problem with the server the wiki is running on. It is currently rebooting and should be back in a few minutes (hopefully).

Best
Jan
by Jan Schlamelcher
Wed, 2017-09-20, 10:03
Forum: DCMTK - Installation
Topic: Does v3.6.2 support Unicode?
Replies: 2
Views: 4655

Re: Does v3.6.2 support Unicode?

By the way, I' ve known v3.6.1 doesn' t support Unicode. That's not correct, alt least some of the DCMTK 3.6.1 versions support conversion between e.g. ISO Latin 1 and UTF-8 etc. IFF you link the correct support libraries (GNU iconv or ICU). It is the same for DCMTK 3.6.2. What is not supported is ...
by Jan Schlamelcher
Tue, 2017-09-12, 12:33
Forum: DCMTK - Installation
Topic: DCMTK3.6.2 dcmprscu updateJobList
Replies: 1
Views: 3096

Re: DCMTK3.6.2 dcmprscu updateJobList

It prevents an error that could otherwise occur if there was a print job with a file name that is effictively a prefix of the file name of another print job. In that case one of the print jobs could be processed twice while the other one would not be processed at all, leading to an error and a dealo...
by Jan Schlamelcher
Mon, 2017-09-11, 12:10
Forum: DCMTK - General
Topic: dcmtk 3.6.2 build error with AIX xlC 12
Replies: 4
Views: 3832

Re: dcmtk 3.6.2 build error with AIX xlC 12

Sorry, if adding 'public:' doesnt help I have no idea how to get the compiler to allow access to types defined inside structs/classes outside of them. Perhaps changing struct -> class will trigger different compiler behavior (although that would be idiotic, but the current behavior already is idioti...
by Jan Schlamelcher
Mon, 2017-09-11, 12:06
Forum: DCMTK - Installation
Topic: Compiling 64-bit dcmtk3.6.2 in vs2010
Replies: 4
Views: 6316

Re: Compiling 64-bit dcmtk3.6.2 in vs2010

I'm really not an expert when it comes to Visual Studio, but, as far as I know the .pdb files contain debugging information, so, the warning most likely means you would have a hard time debugging an error inside the zlib. As I don't expect you would ever need to do that, you can safely ignore the wa...
by Jan Schlamelcher
Fri, 2017-09-08, 10:33
Forum: DCMTK - Installation
Topic: Compiling 64-bit dcmtk3.6.2 in vs2010
Replies: 4
Views: 6316

Re: Compiling 64-bit dcmtk3.6.2 in vs2010

I fear one needs the fitting support libraries for the compiler, which we did not provide since we don't have the 64 bit version of Visual Studio 2010. Using a newer version of Visual Studio is probably the easiest solution.
by Jan Schlamelcher
Fri, 2017-09-08, 10:30
Forum: DCMTK - General
Topic: dcmtk 3.6.2 build error with AIX xlC 12
Replies: 4
Views: 3832

Re: dcmtk 3.6.2 build error with AIX xlC 12

To me it looks (at the first glance) like the compiler does not correctly apply the default public access rights to type members of structs, try adding 'public:' in lines 62 and 86 and see if the compliler understands that.
by Jan Schlamelcher
Thu, 2017-09-07, 14:28
Forum: DCMTK - Installation
Topic: DCMTK on visual studio 2017 with ssl
Replies: 15
Views: 19682

Re: DCMTK on visual studio 2017 with ssl

Btw, you saw these, right? Did we miss to create binaries for your specific Compiler/Settings? If so, I might be able to add them (the files are auto generated using a script; I'm also thinking about making the script public but it would need some polishing first).
by Jan Schlamelcher
Thu, 2017-09-07, 14:24
Forum: DCMTK - General
Topic: Access violation Float32
Replies: 4
Views: 4073

Re: Access violation Float32

:wink:
by Jan Schlamelcher
Wed, 2017-09-06, 17:13
Forum: DCMTK - General
Topic: Access violation Float32
Replies: 4
Views: 4073

Re: Access violation Float32

Don't let him teach you bad practice (new operator), use an std::vector!
by Jan Schlamelcher
Mon, 2017-09-04, 17:01
Forum: DCMTK - Installation
Topic: Compiling DCMTK 3.6.2 on Fedora 25: invalid conversion
Replies: 7
Views: 8019

Re: Compiling DCMTK 3.6.2 on Fedora 25: invalid conversion

The file is generated by CMake while running it before compiling DCMTK. So it seems that our scripts don't understand how multi threading works on Fedora 25 (which seems strange, since it is a rather normal Linux distribution, however, we currently do not test it in our nightly builds - maybe we sho...
by Jan Schlamelcher
Mon, 2017-09-04, 16:53
Forum: DCMTK - General
Topic: on DcmFileFormat::validateMetaInfo
Replies: 2
Views: 2561

Re: on DcmFileFormat::validateMetaInfo

I'm not sure I understand your question entirely, but, you can ONLY compress the dataset, not the whole DICOM file. The DcmFileFormat consists of two components: the meta header and the actual file (data set). So I guess that what happens is that you "accidentally" also compress the meta h...