Search found 6 matches

by tcchau
Wed, 2007-05-30, 15:54
Forum: DCMTK - General
Topic: Possible error in dcmodify's mdfconen.cxx?
Replies: 1
Views: 2965

Possible error in dcmodify's mdfconen.cxx?

Hi all, I think this might be an error in mdfconen.cxx (lines 518-519): OFIterator<MdfJob> job_it; OFIterator<OFString> file_it; These lines make use of the non-std template class defined in oflist.h, when I think it should be using OFListIterator(MdfJob); OFListIterator(OFString); This code breaks ...
by tcchau
Wed, 2007-05-30, 02:44
Forum: DCMTK - Installation
Topic: Pre-compiled 64-bit Windows libraries
Replies: 8
Views: 18834

We're currently working on this. So far, I've got zlib compiled for the Windows x64 (AMD) architecture. We will be working on the other libraries as time permits. The next highest priority for us is libxml2. We don't really use libpng, openssl and tiff. Do you want these as we complete them, or at t...
by tcchau
Tue, 2007-05-29, 14:58
Forum: DCMTK - Installation
Topic: Windows x64 build of dcmtk
Replies: 1
Views: 5805

Windows x64 build of dcmtk

Hi all, I was wondering if any users have tried and successfully built dcmtk for Windows x64, or whether there would be interest in getting the facility to build it in an easy way. After struggling with CMake and abandoning that effort, I was able to manually build from source code an x64 version. I...
by tcchau
Mon, 2007-02-12, 23:38
Forum: DCMTK - General
Topic: Missing assignment operator in DcmMetaInfo?
Replies: 1
Views: 4121

Missing assignment operator in DcmMetaInfo?

Hi, We're working with dcmtk v3.5.4, using SWIG to wrap the toolkit for use in .NET and C# in particular. I'm currently working on eliminating warnings from the SWIG wrapper generator and ran across this problem: the DcmMetaInfo header file declares an assignment operator like so: /// copy assignmen...
by tcchau
Thu, 2006-11-02, 00:28
Forum: DCMTK - Installation
Topic: CMAKE_CXX_FLAGS changes not being propagated to build files?
Replies: 2
Views: 6253

Brad King of Kitware informed me that all settings in the CMakeLists.txt *override* those in the CMakeCache.txt file. Thus, for the CMAKE_CXX_FLAGS setting, no matter what you set in the CMakeSetup GUI, the flags that are actually used will always be determined by the SET(CMAKE_CXX_FLAGS "...&q...
by tcchau
Wed, 2006-11-01, 17:09
Forum: DCMTK - Installation
Topic: CMAKE_CXX_FLAGS changes not being propagated to build files?
Replies: 2
Views: 6253

CMAKE_CXX_FLAGS changes not being propagated to build files?

Hi all, I encountered a problem and was wondering if anyone else has experienced the same issue. I’m using CMake 2.4.3 to generate build files under Visual Studio 8 (2005), for the OFFIS DICOM Toolkit 3.5.4 source distribution. I have found that modifying the cached value of CMAKE_CXX_FLAGS does not...