Search found 3 matches

by de.wang.tang
Wed, 2017-08-23, 02:51
Forum: DCMTK - Installation
Topic: window build decmtk for android
Replies: 1
Views: 2764

window build decmtk for android

window build decmtk for android , lib Generated .a Will need to compile the lib directory **.a copy to the NDK project, the need also to include the header file. Application.mk add APP_STL:= gnustl_static, android.mk import **.a LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := ofst...
by de.wang.tang
Mon, 2017-08-21, 10:22
Forum: DCMTK - Installation
Topic: Building DCMTK for Android
Replies: 7
Views: 14720

Re: Building DCMTK for Android

I want to ask, compile DCMTK in the ubuntu or window ?
by de.wang.tang
Mon, 2017-08-21, 08:47
Forum: DCMTK - Installation
Topic: DCMTK for anndroid
Replies: 1
Views: 2836

DCMTK for anndroid

linux compile DCMTK 3.6.1 , Under the bin folder,Generate so files. Contains: libofstd.so libofstd.so.11 libofstd.so.3.6.1 .... android loadLibrary(ofstd) 01-27 00:35:22.705 5411-5411/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.myapplication, PID: 5411 java.lang.UnsatisfiedLinkError: dlop...