[Gtk-sharp-list] Porting .NET application to Mono on Win32
Francisco T. Martinez
martinf@mfconsulting.com
Thu, 02 Sep 2004 04:30:01 -0500
Aleksandar Dezelin wrote:
>I want to port an exisiting .NET application which uses System.Windows.Forms
>to Mono and GTK# and I'm wandering if the combined installation file
>"mono-1.0.1-gtksharp-1.0.89-win32-0.6b.exe" contains glade and everything
>I'need to finish the job? Does it contains a debugger?
>
>Aleksandar Dezelin
>_______________________________________________
>Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>
>
It does contain glade-2.exe but it does not contain a debugger.
A lot of people now use Visual Studio .NET 2003 to develop their Gtk#
applications so they can enjoy the debugging and some of the online help
that can be integrated in the IDE and later they rebuild or just run
within the Mono 1.0.1 Command prompt that you get with
mono-1.0.1-gtksharp-1.0.89-win32-0.6b.exe. You may also want to check
out the home of the Gtk# Win32 Installer for Microsoft .NET Framework
1.1 SDK at:
http://forge.novell.com/modules/xfmod/project/?gtks-inst4win
Paco