On Dec 29, 2011, at 1:48 AM, Pritish wrote:
> Now this time I am using the Cairo.Matrix dll in my monoandroid
> application to load the some System.Drawing.Drawing2D.Matix Class Methods it
> works fine at build time
How does this work at build time? Mono for Android only provides a subset of
the System.Drawing namespace, and certainly doesn't provide the Matrix class:
http://androidapi.xamarin.com/?link=N%3aSystem.Drawing
> gives an error *"System.NullReferenceException: Object reference not set to
> an instance of an object."*
> when I intialize the Cairo.Matrix Class error is
> *"Exception in loading dicom filelibcairo-2.dll."*
Your assembly is trying to load the native library `libcairo-2.dll`, which
doesn't exist. If you want to use Cairo, you'll need to get an ARM
libcairo-2.so library and distribute it with your app.
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid