Re: [mono-android] How can I have a shared dll with .net and mono

2011-11-05 Thread Jason Awbrey
You have to rebuild the source using the mono compiler. You cannot just import the binary directly On Sat, Nov 5, 2011 at 12:31 AM, Richard Wilburn wrote: > Hi all, > > I have a shared dll which I wrote and is in .net currently. I want to use > it in my monodroid application. When I add the dll

[mono-android] How can I have a shared dll with .net and mono

2011-11-04 Thread Richard Wilburn
Hi all, I have a shared dll which I wrote and is in .net currently. I want to use it in my monodroid application. When I add the dll to the references it gives me an exclamation mark and no error message indicating its not going to work. Is there any way I do this? Is it supported? Thanks, Richar