Search found 3 matches

by kingcrimson-biubiu
Tue, 2019-02-26, 18:57
Forum: DCMTK - General
Topic: Is it possible to build a single static library in Linux/Windows?
Replies: 1
Views: 1356

Is it possible to build a single static library in Linux/Windows?

I noticed an option BUILD_SINGLE_SHARED_LIBRARY in cmake script. Is there a counterpart for static library in Linux/Windows? If not, I'd like to make a feature request. Thanks.
by kingcrimson-biubiu
Wed, 2018-10-17, 20:47
Forum: DCMTK - General
Topic: How to query DCMTK version
Replies: 3
Views: 2784

Re: How to query DCMTK version

There is a macro OFFIS_DCMTK_VERSION in "dcmtk/dcmdata/dcuid.h". Thanks for your reply, J. Riesmeier. It appears that OFFIS_DCMTK_VERSION is an alias to PACKAGE_VERSION_SUFFIX, which is defined in dcmtk/config/osconfig.h My 2 cents: It would be more convenient to users if, instead of bein...
by kingcrimson-biubiu
Fri, 2018-09-14, 00:35
Forum: DCMTK - General
Topic: How to query DCMTK version
Replies: 3
Views: 2784

How to query DCMTK version

Dear forum,
May I know if there's a function in DCMTK that can return the API version (such as "3.6.3")? I searched the source repository in the 3.6.3 branch but didn't manage to find one. Thank you! 8)