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 as such only lay on MacOS filesystem. Mono (.net) runtime takes care to load and interpret them in sense it knows what to do with them. So it does not have too much to do with MacOS,
rather MonoTouch.

To see how Your dll is coping with Mono

 * install mono on Windows,
 * install MoMA (Mono Migration Analyzer)
 * open up this dll with MoMA and it will tell You how far from Mono
   You are
     o MonoTouch is suportting 2.10.5 from recently and this should
       cover a lot of
       new features from .net 3.5 and 4 if You are using them.
     o fix the differences while on desktop/asp.net side, cos it is
       easier to debug
     o migrate code to MonoTouch
 * database is a different problem
     o if it is local see if You have support for it, if not find one
       and port.


regards

mel

I hope you can give me some information about it.
Thanks


_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


--
Miljenko Cvjetko dipl.ing. ET
        Direktor/CEO
        Projektant rjes(enja/Solution Architect 
        Razvojni programer/Senior developer
        Voditelj projekta/Project Manager

IX juz(na obala 13
Kajzerica Zagreb
T: 385 1 7775555
M: 385 91 557 447 3
F: 385 1 7779556
e: mcvje...@holisticware.net
w: http://www.holisticware.net

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to