Re: [mono-android] Calling a MonoDroid library from native Java

2011-05-18 Thread Miljenko Cvjetko
Hi again On 2011.05.17 17:06, Aaron Knabb wrote: If I made a library with those callable wrappers, I can't then reference a dll in eclipse can I? I'm not quite sure how to put these pieces together. I'm not sure (haven't worked with eclipse + android), but I guess whole ecosystem should take

Re: [mono-android] Calling a MonoDroid library from native Java

2011-05-17 Thread Aaron Knabb
If I made a library with those callable wrappers, I can't then reference a dll in eclipse can I? I'm not quite sure how to put these pieces together. -Aaron ***This e-mail message is intended only for the named recipient(s) above. It may contain information that is confidential and/or privileged

Re: [mono-android] Calling a MonoDroid library from native Java

2011-05-17 Thread Miljenko Cvjetko
Hi Yes if You make them Android Callable Wrappers like in .net COM Callable Wrappers See http://mono-android.net/Documentation/Architecture/Android_Callable_Wrappers Android callable wrappers are needed any time the Android runtime needs to invoke managed code, and are required because there