Search found 5 matches

by OliWe
Wed, 2021-11-03, 16:59
Forum: DCMTK - Installation
Topic: Compiling dcmtk 3.6.6 with C++ Builder 11 using CMake
Replies: 1
Views: 7496

Compiling dcmtk 3.6.6 with C++ Builder 11 using CMake

Hi all, I am trying to compile dcmtk 3.6.6 with Embarcadero C++Builder 11.0 - bcc64 the clang base C++ compiler. CMake 3.19.4 is in use (version recommended by Embarcadero). When pressing the configure Button in Cmake the configuration runs almost to the end - but stops with the following error (Err...
by OliWe
Fri, 2019-12-13, 17:55
Forum: DCMTK - General
Topic: storescp: execution of command fails
Replies: 5
Views: 3612

Re: storescp: execution of command fails

I have identified and fixed the problem. Here, just for the record, the story in short: I am developing a processmanager.exe, a tool for organizing image processing tasks on a windows workstation. This tool starts a storescp.exe on start up in order to receive images. storescp.exe is created by call...
by OliWe
Fri, 2019-12-13, 12:08
Forum: DCMTK - General
Topic: storescp: execution of command fails
Replies: 5
Views: 3612

Re: storescp: execution of command fails

Hi Michael, thanks for your reply. On one of the tested PCs a network share is used, and I had the same idea than you some days ago. But not on the other two PCs where I was able to reproduce the problem. The share is stable. All PCs are on Win 10. I replaced -xcs "yacta_worklist64.bat #p"...
by OliWe
Thu, 2019-12-12, 16:48
Forum: DCMTK - General
Topic: storescp: execution of command fails
Replies: 5
Views: 3612

Re: storescp: execution of command fails

I compared the storescp log (with -v -d option) for the same CT data once when the command triggered by -xcs is executed once when it was not executed. No difference. Once the -xcs option stops working, storescp is still receiving images - just the -xcs command will not be executed because the cmd.e...
by OliWe
Tue, 2019-12-10, 13:26
Forum: DCMTK - General
Topic: storescp: execution of command fails
Replies: 5
Views: 3612

storescp: execution of command fails

Dear all, we are using storescp without any problems since years on Windows platforms. The -xcs option is used to call a batch file after the DICOMs are stored on a HD. Now, after an upgrade of one PC from Win 7 to Win 10 we are running in problems. The call of the batch file works for some time - t...