Search found 5 matches

by hmeyer
Wed, 2010-02-17, 15:31
Forum: DCMTK - General
Topic: storescu and RLE encoded images
Replies: 4
Views: 8181

Thank you very much!
by hmeyer
Sat, 2010-01-30, 03:08
Forum: DCMTK - General
Topic: storescu and RLE encoded images
Replies: 4
Views: 8181

ON_THE_FLY_COMPRESSION

It does not work for me either.
Did ON_THE_FLY_COMPRESSION actually work before?
It seems storescu does not even try to check whether an appropriate decoder extists or not.
Which would be the right place in the code-chain to do this?
I really would like to get this working.
Any help appreciated.
by hmeyer
Tue, 2005-07-26, 08:26
Forum: DCMTK - Installation
Topic: VC7.1: cmdApps crash:INTERNAL ERROR: cannot map stderr
Replies: 4
Views: 7769

no..I had the same trouble with VC7.
A I doing something stupid?
Unpack the zip, delete all dsp and dsw files, start cmake, give cmake the path to the zlib, open the project and build ....

Henning
by hmeyer
Thu, 2005-07-21, 14:24
Forum: DCMTK - Installation
Topic: VC7.1: cmdApps crash:INTERNAL ERROR: cannot map stderr
Replies: 4
Views: 7769

no support for VC7?

So I need to switch back to VC6.
You still don't have support for VC7?
Did nobody else have these problems before???
by hmeyer
Fri, 2005-07-15, 11:50
Forum: DCMTK - Installation
Topic: VC7.1: cmdApps crash:INTERNAL ERROR: cannot map stderr
Replies: 4
Views: 7769

VC7.1: cmdApps crash:INTERNAL ERROR: cannot map stderr

Hello, I successfully build storescp.exe and storescu.exe with VC7.1 from dcmtk-3.5.3. But when starting one of these I get: INTERNAL ERROR: cannot map stderr This happens in: dcmtk-3.5.3\dcmdata\libsrc\cmdlnarg.cxx(115) Something about duplicating the stderr file descriptor be the same as stdout.. ...