Search found 8 matches
- Wed, 2025-01-15, 17:04
- Forum: DCMTK - Installation
- Topic: Upgrading from dcmtk354
- Replies: 5
- Views: 719
Re: Upgrading from dcmtk354
Thx. addition: To implement compiler specific code for the new bcc64x this should be used: #if defined(__BORLANDC__) && defined(_WIN64) && defined(__MINGW64__) e.g. I used in another library where I am not using Cmake this in the inital cpp-file: #if defined(__BORLANDC__) && ...
- Tue, 2025-01-14, 16:50
- Forum: DCMTK - Installation
- Topic: Upgrading from dcmtk354
- Replies: 5
- Views: 719
Re: Upgrading from dcmtk354
Thank you for the answers. I started building dcmtk 3.6.9 with bcc64x using CMake. Configuration worked without problems. First build failed with: Error E2904 C:\PROGRA~2\EMBARC~1\Studio\23.0\lib\clang\15.0.7\include\intrin.h 158(13): conflicting types for '__intrinsic_setjmpex' int __cdecl _setjmp(...
- Fri, 2025-01-10, 16:02
- Forum: DCMTK - Installation
- Topic: Upgrading from dcmtk354
- Replies: 5
- Views: 719
Upgrading from dcmtk354
Hi - I've been using dcmtk354 with C++Builder for a long time :wink: Now I want to upgrade to a newer dcmtk in my projects. The compiler will be bcc64x (based on clang 15, C++Builder 12.2). Should I go straight to dcmtk369 or should I use an earlier version? Are the versions backwards compatible? Wh...
- Wed, 2021-11-03, 16:59
- Forum: DCMTK - Installation
- Topic: Compiling dcmtk 3.6.6 with C++ Builder 11 using CMake
- Replies: 1
- Views: 14890
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...
- Fri, 2019-12-13, 17:55
- Forum: DCMTK - General
- Topic: storescp: execution of command fails
- Replies: 5
- Views: 4774
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...
- Fri, 2019-12-13, 12:08
- Forum: DCMTK - General
- Topic: storescp: execution of command fails
- Replies: 5
- Views: 4774
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"...
- Thu, 2019-12-12, 16:48
- Forum: DCMTK - General
- Topic: storescp: execution of command fails
- Replies: 5
- Views: 4774
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...
- Tue, 2019-12-10, 13:26
- Forum: DCMTK - General
- Topic: storescp: execution of command fails
- Replies: 5
- Views: 4774
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...