Search found 9 matches

by valley
Wed, 2016-11-23, 18:27
Forum: DCMTK - Installation
Topic: DCMTK for iOS
Replies: 27
Views: 54098

Re: DCMTK for iOS

Hi russes, have you had success compiling your cmake against XCode 8? I'm trying to get a working install of DCMTK's libraries on XCode 8 for iOS and macOS (Sierra). using: cmake -DIOS_PLATFORM=SIMULATOR64 -G Xcode ../dcmtk gets me a generated XCode project but throws one warning: CMake Warning: Man...
by valley
Tue, 2008-06-17, 00:10
Forum: DCMTK - General
Topic: The format of the DiPixel data returned by getInterData()
Replies: 1
Views: 3425

how do you know the interData() returned a Uint16?

Get the pixel type from DiPixel before casting and accessing the pixel data returned by getInterData(). If DCMTK optimized down to a Uint8, you're reading way past the memory that belongs to you.
by valley
Mon, 2008-06-16, 03:05
Forum: DCMTK - General
Topic: How can I get the pixel data from DICOM file?
Replies: 1
Views: 3189

probably DicomImage::getInterData() is what you're looking for.
by valley
Tue, 2008-06-03, 04:57
Forum: DCMTK - Installation
Topic: HELP!!! How can I compile DCMTK on Xcode 3.0??
Replies: 8
Views: 14122

How did you include them?

Are you sure the lib binaries are for the same platform as your XCode project?
by valley
Thu, 2007-12-13, 15:00
Forum: DCMTK - General
Topic: link error when compiling an app that uses dcmtk with OSX
Replies: 3
Views: 5438

Hi, we do not have access to Mac OS X 10.5, I am sorry. Also we did not try to set up an XCode-Projekt for DCMTK for compiling into Universal Binaries. I understand. I'm sure my issues stem from inexperience on the mac platform too. I should make clear here though: DCTMK itself compiles fine under ...
by valley
Thu, 2007-12-13, 05:45
Forum: DCMTK - General
Topic: link error when compiling an app that uses dcmtk with OSX
Replies: 3
Views: 5438

After more digging, fiddling, and googling, I'm guessing that when I'm compiling dcmtk, it is compiling as a 10.5 only app.

If this is the case, how do I go about compiling dcmtk to be a 10.4 UB?
by valley
Wed, 2007-12-12, 23:53
Forum: DCMTK - General
Topic: link error when compiling an app that uses dcmtk with OSX
Replies: 3
Views: 5438

link error when compiling an app that uses dcmtk with OSX

Hi, I've read the FAQs and searched the forum, but I've come up blank here. I'm trying to get my application to compile under OSX 10.5 using XCode. I have no problems compiling for Windows or Linux, but I'm a bit of a Mac newb. The linker errors I get are: "_pthread_rwlock_wrlock$UNIX2003"...
by valley
Wed, 2006-07-19, 18:33
Forum: DCMTK - General
Topic: dcompat.h and winnt.h
Replies: 2
Views: 3665

Hi,

it actually turned out to be another library (which was mistakenly tagging along with the project). I guess the library also utilizes winsock.h which was causing problems, but they weren't manifesting in a particularly obvious manner.

:oops:
by valley
Wed, 2006-07-19, 15:51
Forum: DCMTK - General
Topic: dcompat.h and winnt.h
Replies: 2
Views: 3665

dcompat.h and winnt.h

Hi, I'm having trouble in an app I'm writing. For some reason when the file dcompat.h is included (from dicom.h) I get a bunch of compile errors in VCExpress for winnt.h. The code block below shows the first few lines: c:\program files\microsoft platform sdk\include\winnt.h(894) : error C2988: unrec...