[Mono-list] Windows.forms??

Jordi Mas jordi@ximian.com
Mon, 28 Jun 2004 11:00:50 +0200


El divendres 25 de juny del 2004 a les 00:03 +0800, en/na Stefan
Elwesthal va escriure:
> Hi! 
>  
> I thought I should spend my summer off work playing around with mono and C#. I've got a fresh installed SuSE 9.1 machine, so I 
> downloaded the "all package". However, this one won't install since I don't have any winelib? Well, I have a winelib, but downloaded 
> the source anyway. I did may make, make install and noticed I still didn't have any winelib? 
>  
> Doing some thinking, I thought that since there weren't any winelib RPM (but a whole lot of others) I suppose Mono has dropped the 
> windows.forms support and head straight for Gtk#? 
>  
> That one works of course, I did a simple "Hello World" on my XP machine at work, but it's still a pity to convbert all the existing 
> applications to Gtk#!? 

Currently System.Windows.Forms namespace is not supported, what is
avaibale right now is under heavy development. You can see more details
in http://www.go-mono.com/winforms.html.

System.Windows.Forms is going to be supported in the near future. You
also have already GTK# available to build cross platform applications
using the GTK toolkit.

Jordi,