apolukhin / Boost.DLL

Library for comfortable work with DLL and DSO
https://boost.org/libs/dll
109 stars 69 forks source link

On Android, I caught an exception while trying to load the shared library on tutorial 2 #58

Closed xinxing-Zhou closed 2 years ago

xinxing-Zhou commented 2 years ago

On Android, I caught an exception while trying to load the shared library on tutorial 2: boost::dll::shared_library::get() failed (dlerror system message: symbol found but not global: createPlugin): Illegal seek [generic:29]

xinxing-Zhou commented 2 years ago

The version of my Android system is too low (Android 4.4.4). Update the Android system to solve the problem