Hi there,
I am wanting to use the MPFR Library for multiple precision numbers, however I am running into an issue when trying to run the application on an android device.
The DLL cannot be found on android. Do I need to compile the library to a shared library (.so) for Android and then again to another format for IOS? Or should it work as a DDL?
The dlls contain one for the managed part and one for the native part, the managed one loads fine but the native one doesnt.
Any help?
Thanks
↧