Search found 3 matches

by narendra.v02
Thu, 2017-02-23, 11:04
Forum: DCMTK - General
Topic: -libiconv compilation error with DCMTK3.6.1 Xcode iOS
Replies: 4
Views: 4462

Re: -libiconv compilation error with DCMTK3.6.1 Xcode iOS

@jan @ Riesmeier Thanks for your response.

@riesmeir is there any other way to fix those compile issue with DCMTK snapshot (20161102) or do we need to wait for next snapshot. I tried with ICU Library but i couldn't make it run.

Thanks,
Narendra.
by narendra.v02
Sat, 2017-02-18, 18:11
Forum: DCMTK - General
Topic: -libiconv compilation error with DCMTK3.6.1 Xcode iOS
Replies: 4
Views: 4462

-libiconv compilation error with DCMTK3.6.1 Xcode iOS

Hello, Im trying to build latest snapshot (3.6.1) of DCMTK static libraries for my XCODE iOS project, here i'm having trouble with -libiconv compilation, refer the following error Showing All Messages "_libiconvctl", referenced from: OFCharacterEncoding::convertString(void*, char const*, u...
by narendra.v02
Wed, 2016-10-12, 10:37
Forum: DCMTK - General
Topic: Reg. Uploading huge video files to DICOM/PACS server
Replies: 2
Views: 4044

Reg. Uploading huge video files to DICOM/PACS server

Hello, I'm using the dcmtk lib for uploading images/ videos from an iPad app and I recently found that my application crashes while using the lib to write large buffer into DcmPixelSequence(from another file, size greater than 500MB). I'm using the following code currently to upload files: NSData *v...