Search found 9 matches

by eninyo
Thu, 2021-03-11, 10:31
Forum: DCMTK - Installation
Topic: problem cross compiling
Replies: 7
Views: 11446

Re: problem cross compiling

hi,
i don't remember what i did eventually.
but i guess i went back to 3.6.4.
there is not much support as you can see.

if you manage to do something, please share.
by eninyo
Fri, 2020-12-18, 06:29
Forum: DCMTK - General
Topic: scu is blocking the network
Replies: 3
Views: 2058

Re: scu is blocking the network

Thanks for the response. I haven't touch the qos configuration on my router. You're right that there is bandwidth limits due to reception. The question is can something be done from the scu configuration side? Like dividing big one file scans to small frames so that in between the frame the other ne...
by eninyo
Thu, 2020-12-17, 10:33
Forum: DCMTK - General
Topic: scu is blocking the network
Replies: 3
Views: 2058

scu is blocking the network

hi, i'm using scu executable to send dicom data. since the scan is of enhanced CT it is very large (about 500MB). since i'm using wifi (2.4Ghz), the transmission blocks anything else on the network while it didn't finish. can i set some flags or something that won't block the network while sending t...
by eninyo
Tue, 2019-06-11, 15:18
Forum: DCMTK - Installation
Topic: problem cross compiling
Replies: 7
Views: 11446

Re: problem cross compiling

hi,
thanks for your response.

i'm too new for that, so i don't understand why cmake can do this...
you say that compiling arith.cc will generate arith.h file? (just compile? no make?)
and then what? how can i tell cmake to continue with the configuration?
by eninyo
Tue, 2019-06-11, 10:45
Forum: DCMTK - Installation
Topic: problem cross compiling
Replies: 7
Views: 11446

problem cross compiling

hello, i'm trying to cmake dcmtk 3.6.4 on windows 10 cross compiling to linux ARM. this is the error i get: CMake Warning at CMake/dcmtkTryRun.cmake:78 (message): Emulation for your target platform is not available, please fill in the required configure test results manually. Call Stack (most recent...
by eninyo
Wed, 2019-05-29, 07:10
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11536

Re: Error during build solution : VS 2015 + DCMTK 3.2.6

thanks,
i eventually unset the macro although i don't like it.
by eninyo
Sun, 2019-05-12, 08:28
Forum: DCMTK - General
Topic: error C2678: binary '+': no operator found (DCMTK 3.6.4 & VS2017_x64)
Replies: 3
Views: 2785

Re: error C2678: binary '+': no operator found (DCMTK 3.6.4 & VS2017_x64)

hi, the problem is not when compiling the DCMTK library. it happens when i compile my application that use (link) to the DCMTK. my solution was manually write #undef UNICODE above the problematic line, but i want to know if there is a more supportive way to do it without changing the code of DCMTK. ...
by eninyo
Tue, 2019-05-07, 08:25
Forum: DCMTK - General
Topic: error C2678: binary '+': no operator found (DCMTK 3.6.4 & VS2017_x64)
Replies: 3
Views: 2785

error C2678: binary '+': no operator found (DCMTK 3.6.4 & VS2017_x64)

hello, i download DCMTK version 3.6.4. run CMake and compile it with VS2017 64bit. i didn't set any special flag. while i'm compiling my application, i get the following error in a file thaat is not mine and i'm not using. ...\include\dcmtk\oflog\tracelog.h:59: error: C2678: binary '+': no operator ...
by eninyo
Tue, 2019-05-07, 08:17
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11536

Re: Error during build solution : VS 2015 + DCMTK 3.2.6

hi, i have the same problem using DCMTK version 3.6.4 and VS2017 (64bits). the setting in the INSTALL project is "Use Multi-Byte Character Set". still i get the error of: \3rdParty\include\dcmtk\oflog\tracelog.h:59: error: C2678: binary '+': no operator found which takes a left-hand operan...