Search found 10 matches

by ermando.ferrari
Wed, 2014-06-25, 13:51
Forum: DCMTK - General
Topic: mingw problems
Replies: 16
Views: 22371

Re: mingw problems

sorry again... when I compile the library using makefiles generated by cmake there are no problems, but when I compile my project using makefiles generated by qmake there are compiler errors: C:\LIBS\DCMTK\mingw32\include\dcmtk\oflog\tracelog.h:59: error: invalid conversion from 'const wchar_t*' to ...
by ermando.ferrari
Tue, 2014-06-24, 17:00
Forum: DCMTK - General
Topic: mingw problems
Replies: 16
Views: 22371

Re: mingw problems

GREAT... it compile...
thank you very much for the support
by ermando.ferrari
Tue, 2014-06-24, 13:12
Forum: DCMTK - General
Topic: mingw problems
Replies: 16
Views: 22371

Re: mingw problems

ok, with mingw downloaded by sourceforge it compile... I think problem is in mingw provided with QT configuration
maybe in the solution is in the _mingw_off_t.h defines
by ermando.ferrari
Tue, 2014-06-24, 11:45
Forum: DCMTK - General
Topic: mingw problems
Replies: 16
Views: 22371

Re: mingw problems

i downloaded qt5 for windows from http://qt-project.org/downloads
mingw is provided whith installation package

mingw32-make -v replies:
GNU Make 4.0.90
Built for Windows32
by ermando.ferrari
Thu, 2014-06-19, 15:44
Forum: DCMTK - General
Topic: mingw problems
Replies: 16
Views: 22371

Re: mingw problems

thank you, now I have some problems whith off64_t and fpos64_t definition, but I think is a mingw configuration problem...
by ermando.ferrari
Mon, 2014-06-16, 12:50
Forum: DCMTK - General
Topic: mingw problems
Replies: 16
Views: 22371

Re: mingw problems

hi everybody (especially to the horse)
any news about the patch? We can't use QT5 for that...
by ermando.ferrari
Wed, 2013-10-16, 12:38
Forum: DCMTK - General
Topic: mingw problems
Replies: 16
Views: 22371

Re: mingw problems

thank you for answer, and say hello to Oldenburg horse statue from me :D (maybe you have a picture of mine on it)
by ermando.ferrari
Tue, 2013-10-15, 00:51
Forum: DCMTK - General
Topic: mingw problems
Replies: 16
Views: 22371

mingw problems

dcmtk compile well with GNU Make 3.81, but with GNU Make 3.82.90 installed with QT5.1 show a lot of errors i.e. ../../../LIBS/dcmtk-3.6.1_20121102/ofstd/include/dcmtk/ofstd/ofstd.h:651:23: error: expected unqualified-id before 'unsigned' static int rand_r(unsigned int &seed); that because in the...
by ermando.ferrari
Thu, 2010-10-14, 03:57
Forum: DCMTK - General
Topic: bug in findscu
Replies: 5
Views: 7011

bug in findscu

hi if you use the option -k in findscu (i.e. -k 0010,0010=B*) the condition in the function addOverrideKey: // try to parse group and element number n = sscanf(s, "%x,%x=%s", &g, &e, val); if (n != 2) { is true and the program search in the dictionary, so return the error error: ba...
by ermando.ferrari
Sat, 2008-02-09, 03:52
Forum: DCMTK - General
Topic: path problem with borland builder
Replies: 1
Views: 2926

path problem with borland builder

I used cmake to generate makefile for borland c++ builder compiler, but when I start make answer is: ... Scanning dependencies of target ofstd MAKE Version 5.2 Copyright (c) 1987, 2000 Borland [ 0%] Building CXX object ofstd/libsrc/CMakeFiles/ofstd.dir/ofcmdln.obj Borland C++ 5.6 for Win32 Copyright...