On Nov 20, 2012, at 9:15 PM, Sayed Arian Kooshesh <[email protected]> wrote:
> https://play.google.com/store/apps/details?id=com.theqvd.android.x&hl=en
> 
> would that help? I mean, if this is feasible it's the kind of cool shit I 
> wanna put my name on.

Having not tried it, I _believe_ that this it's feasible to rebuild 
mcs/class/Managed.Windows.Forms atop the Mono for Android profile assemblies. I 
don't know how much work it would take.

If you're interested in doing this, you'll need to do two things:

        1. Configure mono with --with-monodroid=yes:

                $ ./configure --with-monodroid=yes

This will build the Mono for Android profile mscorlib.dll/etc., and they'll be 
placed into mcs/class/lib/monodroid

        2. Once you've built everything, you'll need to build 
mcs/class/Managed.Windows.Forms against the Mono for Android profile assemblies:

                $ make PROFILE=monodroid

At present this generates 220 errors for me, and you'll likely want to remove 
stuff like WebBrowser in order to ease the port. (iirc WebBrowser relies on the 
Gecko/Chrome embedding interfaces, which are highly unstable and likely won't 
work on Android anyway, so skipping that for v1 is advisable.)

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to