Search found 4 matches

by ChrisMJSong
Thu, 2015-09-17, 04:43
Forum: DCMTK - General
Topic: Can't insert image data to DcmPixelItem
Replies: 1
Views: 3858

Can't insert image data to DcmPixelItem

Hi, I was tring insert image data to DcmPixelItem for multi-frame DICOM image. but OFCondition is always bad. (Illegal call, perhaps wrong parameters) UInt8 *data; // available value unsigned long dataLength; // size of data ... DcmPixelSequence * pixelSequence = pixelSequence = new DcmPixelSequence...
by ChrisMJSong
Wed, 2015-07-22, 09:26
Forum: DCMTK - General
Topic: Can't link DCMTK Static Library on iOS
Replies: 1
Views: 4110

Re: Can't link DCMTK Static Library on iOS

I found the reason of the problem.

Important thing is "The library architecture is determined in cmake, not Xcode build.".

I did cmake twice, for the simulator and iOS devices. and merge.
It was a successfully run, and I was satisfied.
by ChrisMJSong
Fri, 2015-07-17, 07:45
Forum: DCMTK - General
Topic: It does not make the development environment in the mac OS
Replies: 10
Views: 12962

Re: It does not make the development environment in the mac

Hi, mokudo. I had a same problem and solve it. Open the 'dcmtkPrepare.cmake' file in CMake directory. find a string ADD_DEFINITIONS(-DDCMTK_BUILD_DATE=\\\"2015-06-29\\\") at line 200 and replace the string like this. ADD_DEFINITIONS(-DDCMTK_BUILD_DATE="2015-06-29") finally Config...
by ChrisMJSong
Fri, 2015-07-17, 07:22
Forum: DCMTK - General
Topic: Can't link DCMTK Static Library on iOS
Replies: 1
Views: 4110

Can't link DCMTK Static Library on iOS

Hi, I'm an engineering student. I want using DCMTK on iOS, but I can't. I saw a lot of posts (http://blog.csdn.net/oEveryone/article/details/45952511 ...) and I got DCMTK static libraries(libdcm*.a). change the Architectures, change the Base SDK... But library file's architecture is still x86_64; $ ...