Search found 6 matches

by bmeric
Mon, 2015-04-20, 19:29
Forum: DCMTK - Installation
Topic: Building DCMTK for Android
Replies: 7
Views: 14742

Re: Building DCMTK for Android

Well, this is strange. I removed n9d, install r10d/set paths and reinstall dcmtk snapshot and everything works as expected :/ I have no idea what went wrong last time.
by bmeric
Mon, 2015-04-20, 18:39
Forum: DCMTK - Installation
Topic: Building DCMTK for Android
Replies: 7
Views: 14742

Re: Building DCMTK for Android

I don't remember but i can install r10d and test it again. If i recall correctly, it was pointer class in oflog.
by bmeric
Mon, 2015-04-20, 11:52
Forum: DCMTK - Installation
Topic: Building DCMTK for Android
Replies: 7
Views: 14742

Re: Building DCMTK for Android

edit: Ok, i find out what the problem was. Wiki says "location of the adb program within your SDK. Called adb.exe under Windows." so i misunderstood that "location" as path but it is executable name with path. After this, cmake generated makefile but i got completion error :( . ...
by bmeric
Sun, 2015-04-19, 04:11
Forum: DCMTK - Installation
Topic: Building DCMTK for Android
Replies: 7
Views: 14742

Building DCMTK for Android

Hi, I'm trying to build dcmtk on Android but i'm stuck. I downloaded dcmtk-3.6.1_20150217.tar.gz from snapshots and follow instructions from wiki . I tried on both Windows 8.1 and Ubuntu 14.10 with SDK 19, NDK r10d, Cmake 3.2.2. First error was "string sub-command REGEX, mode MATCHALL needs at ...
by bmeric
Tue, 2011-03-22, 13:02
Forum: DCMTK - General
Topic: DCMSCU - PresentationContext Question
Replies: 2
Views: 4241

It works :), thank you very much Jörg.
by bmeric
Tue, 2011-03-22, 10:33
Forum: DCMTK - General
Topic: DCMSCU - PresentationContext Question
Replies: 2
Views: 4241

DCMSCU - PresentationContext Question

Hi, I'm trying to connect a pacs server with dcmscu class. i have no problem with echo and find but i can't get sendstorerequest working. Here is what i do so far; OFCondition rescond; DcmSCU testscu; testscu.setPeerHostName("192.168.1.188"); testscu.setPeerPort(105); testscu.setAETitle(&q...