Re: [mono-android] Sharing dlls

2011-09-23 Thread Jonathan Pryor
On Sep 23, 2011, at 3:31 PM, Mittchel Van Vliet wrote: > But how am I supposed to do that? Just like create 2 type of Library > projects? 1 mono for android and 1 monotouch? See the project. :-) What I did was I had a MonoTouch Library project spit out an assembly into some Well Known directory

Re: [mono-android] Sharing dlls

2011-09-23 Thread Mittchel Van Vliet
But how am I supposed to do that? Just like create 2 type of Library projects? 1 mono for android and 1 monotouch? 2011/9/23 Jonathan Pryor > On Sep 23, 2011, at 2:40 AM, Mittchel Van Vliet wrote: > > Do you guys know if it is possible to make Library's (.dll) files with > business logic like ac

Re: [mono-android] Sharing dlls

2011-09-23 Thread Jonathan Pryor
On Sep 23, 2011, at 2:40 AM, Mittchel Van Vliet wrote: > Do you guys know if it is possible to make Library's (.dll) files with > business logic like accessing the database and share this with a MonoTouch > project? If you're careful, it is possible to share the same assembly between MonoTouch

Re: [mono-android] Sharing dlls

2011-09-23 Thread Miljenko Cvjetko
Hi On 2011.09.23 08:40, Mittchel Van Vliet wrote: Hello everyone, Do you guys know if it is possible to make Library's (.dll) files with business logic like accessing the database and share this with a MonoTouch project? I thought macs didnt support .dll files so thats why I am asking.. dlls

[mono-android] Sharing dlls

2011-09-22 Thread Mittchel Van Vliet
Hello everyone, Do you guys know if it is possible to make Library's (.dll) files with business logic like accessing the database and share this with a MonoTouch project? I thought macs didnt support .dll files so thats why I am asking.. I hope you can give me some information about it. Thanks __