Search found 15 matches

by MED_G
Tue, 2018-01-09, 08:55
Forum: DCMTK - General
Topic: Issues with dcmtk Qtcreator and visual studio
Replies: 1
Views: 1828

Issues with dcmtk Qtcreator and visual studio

Hello, Since couple of weeks before, I was faced some issues with dcmtk for my project. In the begin, it was a compilation problem, but next it went fine, so I compile successfully the library. but, when I tried to integrate if in my project environment, a lot of problem was appeared. Now, I'm total...
by MED_G
Fri, 2017-12-15, 16:24
Forum: DCMTK - Installation
Topic: Unavailable 64bits support lib, for dcmtk 3.6.0 !
Replies: 2
Views: 3545

Re: Unavailable 64bits support lib, for dcmtk 3.6.0 !

Hi Mr. Schlamelcher,

Thank you for your response :)

have a good day
by MED_G
Wed, 2017-11-29, 12:19
Forum: DCMTK - Installation
Topic: Unavailable 64bits support lib, for dcmtk 3.6.0 !
Replies: 2
Views: 3545

Unavailable 64bits support lib, for dcmtk 3.6.0 !

hi

I'm trying to install DCMTK 3.6.0 for 64bits target platform.
but I can't find a support lib, only 32bits are available

Can I use support lib from dcmtk 3.6.2 version?

Thank you
by MED_G
Wed, 2017-11-22, 12:20
Forum: DCMTK - Installation
Topic: Should I add ICU_* on Cmake step ?
Replies: 6
Views: 5802

Re: Should I add ICU_* on Cmake step ?

Hi Jan, I see. Both libraries are mutally exclusive. What happens if you add the paths for both is that one of them gets chosen, currently libiconv is the default. So it would in fact make no difference if you also add the ICU paths or not, since the ICU would be ignored if libiconv is available. ok...
by MED_G
Tue, 2017-11-21, 14:44
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11382

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

Hi, Example : there is an error in this function macros_get_logger (tchar const * logger) { return Logger::getInstance (logger); } but if I change #if defined (UNICODE) typedef wchar_t tchar; #else by this update, the error disappeared #if defined (UNICODE) typedef char tchar; #else even, I switched...
by MED_G
Tue, 2017-11-21, 14:34
Forum: DCMTK - Installation
Topic: Should I add ICU_* on Cmake step ?
Replies: 6
Views: 5802

Re: Should I add ICU_* on Cmake step ?

Hi,

I mean, during Cmake step, ( after configuration ), should I add ICU path, then run generation?
or just, use LIBICONV only ?


thanks
by MED_G
Tue, 2017-11-21, 12:40
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11382

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

Hello everyone, I tried with both Visual Studio 2015 and 2017. Cmake, ALL_BUILD and INSTALL, done without any problem. Also, I set the parameter as Hafiz said : Make sure that project properties->general->character set is set as "Use Multi-Byte Character Set" and not "Use Unicode Char...
by MED_G
Tue, 2017-11-21, 12:36
Forum: DCMTK - Installation
Topic: Should I add ICU_* on Cmake step ?
Replies: 6
Views: 5802

Re: Should I add ICU_* on Cmake step ?

Hi Jan,

Thank you for your fast feedback.
yes, I already followed those instructions.





Best regard
by MED_G
Mon, 2017-11-20, 13:03
Forum: DCMTK - Installation
Topic: Should I add ICU_* on Cmake step ?
Replies: 6
Views: 5802

Should I add ICU_* on Cmake step ?

Hello, I'm trying to install DCMTK 3.6.2 . I'm using Cmake 3.10.0-rc5. should I add ICU_* , before or just add WITH_LIB* ? Other question: I used MD on previous compilation/installation but I need know the difference between" dcmtk-3.6.2-win32-support_MD-msvc-14.0 " and "dcmtk-3.6.2-w...
by MED_G
Mon, 2017-11-20, 11:12
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11382

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

Hi Hafiz, Make sure that project properties->general->character set is set as "Use Multi-Byte Character Set" and not "Use Unicode Character Set" Hope that helps Thank you so much for your help. I found it as " Not Set" I checked that with my project, and re-build, but a...
by MED_G
Sun, 2017-11-19, 19:14
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11382

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

J. Riesmeier wrote:Make sure that the macro UNICODE or _UNICODE is not defined when including a DCMTK header file.
MED_G wrote:yes, I verified, but always the same files from come error :
tracelog.h and logmacro.h
Please check this :

http://prntscr.com/hcimxw

http://prntscr.com/hcio5j
by MED_G
Sun, 2017-11-19, 19:03
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11382

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

yes, I verified, but always the same files from come error :
tracelog.h and logmacro.h
by MED_G
Sun, 2017-11-19, 18:41
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11382

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

Hi

Thank you for your reply.
J. Riesmeier wrote:As you can read in the INSTALL file, compiling with UNICODE defined is not supported (in fact, it never was):
So, what do you suggest in this case ?
by MED_G
Sun, 2017-11-19, 02:00
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11382

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

Hi Thank you for your fast reply. In fact, after posting this topic, I re-compile and install DCMTK 3.2.6, I repeated all steps, just to ensure that everything is in a good way. next, I change the new DMTK folder, in my vs2015 project, re-build, and install now, it seems that problem-related to &quo...
by MED_G
Sat, 2017-11-18, 15:29
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11382

Error during build solution : VS 2015 + DCMTK 3.2.6

Hello everyone, After successfully compile and install DCMTK, some error appeared, most of them are related to setup path of DCMTK. But, some others still persist. My environment : - Microsoft Visual studio community 2015 / version 14.0.25123.00 Update2 - Windows 7 Professional 64 bits - Qt 5.6.3 - ...