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 for normal
windows applications. It is not working for Android application.

I am getting "system.dllnotfoundexception" when my code try to access the
dll. The dll exists in the bin folder of my application. I also tried by
saving the dll on sdcard of emulator and give the path of dll as
"/mnt/sdcard/myDll.dll". It is still giving the same error.

Any ideas how to successfully get this going?

Thanks in advance for any help.

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/system-dllnotfoundexception-tp4450289p4450289.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to