Search found 2 matches

by Kaan Yilmaz
Wed, 2018-07-11, 15:26
Forum: DCMTK - General
Topic: dcmtk for x64 bit processor
Replies: 12
Views: 10684

Re: dcmtk for x64 bit processor

Did you choose the correct CMake Generator, i.e. Visual Studio 15 2017 Win64 and not just Visual Studio 15 2017 ? See https://cmake.org/cmake/help/latest/generator/Visual%20Studio%2015%202017.html . ==SOLVED== This solved the problem and I am sorry for my lack of attention. However, now, when I bui...
by Kaan Yilmaz
Wed, 2018-07-11, 14:11
Forum: DCMTK - General
Topic: dcmtk for x64 bit processor
Replies: 12
Views: 10684

Re: dcmtk for x64 bit processor

Hi, I am beginner and I also can't build DCMTK for x64. I've got VS 2017, DCMTK 3.6.3, CMake 3.11.4 x64. All CMake flags containing MTd or MT are set to MDd and MD, respectively. There are some CMake flags whose values are /machine:x86 but chaning x86 to x64 didn't help either. On Visual Studio 2017...