Search found 5 matches

by ymartelli
Wed, 2011-09-14, 10:13
Forum: DCMTK - Installation
Topic: Shared library compilation v3.6.0
Replies: 9
Views: 14429

Is there any plan to support shared libraries but for windows? On top of the changes Benoit proposes, the code is missing the __declspec(dllexport/import) for the exported classes/methods... I managed to generate them by: - adding a DCMTK_BUILD_SHARED_LIBS option in the main CMakeList - defining the...
by ymartelli
Wed, 2011-06-29, 11:01
Forum: DCMTK - Installation
Topic: compiler error with gcc-4.6
Replies: 3
Views: 6630

The code works with the default constructor and gcc 4.6. This fix was done after the official release of 3.6.0 so people not having checked out the latest from git will end up with the same error.
by ymartelli
Tue, 2011-06-21, 14:24
Forum: DCMTK - General
Topic: Multiple log4cplus
Replies: 5
Views: 6305

Was für ein toller Service!
by ymartelli
Wed, 2011-06-15, 14:35
Forum: DCMTK - General
Topic: Multiple log4cplus
Replies: 5
Views: 6305

I forgot to also mention renaming the macros.
by ymartelli
Wed, 2011-06-08, 09:26
Forum: DCMTK - General
Topic: Multiple log4cplus
Replies: 5
Views: 6305

Multiple log4cplus

Hi, I'm trying to update from dcmtk version 3.5.4 to 3.6.0 and am having troubles compiling with log4cplus. We are using log4cplus for our own logging (version 1.0.4) and in classes that include the official log4cplus and dcmtk (with oflog), the compiler gets confused on which one to use. It would h...