Re: [mono-android] 3rd party lib

2011-07-07 Thread luoky
hai! I find the way tho call the 3rd party lib ".so" in the monodroid, like that: //the file name is sum.c #include int sum(int a, int b) { return a + b; } -- using System; using System.Runtime.InteropServices; public class UnsafeDemo { [DllImport ("l

[mono-android] 3rd party lib

2011-05-31 Thread Kennet AndhersÄn
Hi, Can I use an Android ".jar" and ".so" lib in monodroid? If so how? /Ken ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid