On Apr 12, 2012, at 5:39 PM, jclement wrote:
> Is what I'm trying to achieve possible?
Yes; SanityTests [0] bundles and loads native libraries. Unfortunately, it
looks like your native library is not a valid Android native library:
https://bugzilla.xamarin.com/show_bug.cgi?id=4462#c1
T
Hi,
I try to migrate a MonoTouch application to Mfa. With MonoTouch, I use
PInvoke on the sqlite3 library :
[DllImport("sqlite3", EntryPoint = "sqlite3_config")]
public static extern Result Config (ConfigOption option);
The PInvoke call works great with Android 2.3 (probably Android 2.2+), but
Hello Friends,
I am developing an Image Viewer for Android using Mono for Android with
visual studio 2010. I am using mix mode managed native dll (myDll.dll) for
converting raw image data to bitmap. I am using DllImport feature to access
the native dll and also specified the entry point. It works