Yes, if you make your program with MonoDevelop on Linux, it'll also work on Windows as long as you install GTK# on Windows.
If you have MonoDevelop, it is very likely that you already have GTK# on your machine. I suggest you look for GTK# tutorials to get started. Actually, I stumbled on one which was posted a few days ago: http://wp.colliertech.org/cj/?p=818 The links you gave are not for GTK#, but for GTK+ (which is written in C). GTK# is a C# wrapper around GTK+. You can find GTK# on the Mono download page: http://www.go-mono.com/mono-downloads/download.html Under Windows, you'll find "Gtk# for .NET". So you'll need to include / package this installer with your app for Windows users. satimis wrote: > > Hi Stifu, > > >> If you want to develop on Linux, then yeah, go for MonoDevelop. > > Whether you meant the program thus created can work on Linux and Windows? > This is a good idea rather than creating another program to work on Linux, > one program for both system. If YES please shed me more light. TIA > > >> You can use GTK# then, > > You meant > > GTK# > http://www.gtk.org/ > > >> but you'll need to add a 8 MB installation along with >> your soft, for it to work on Windows. > > To download and install on: > Download > http://www.gtk.org/download.html > > ??? > > > Other advice noted and thanks. > > > B.R. > SL > > > > > > > ----- Original Message ---- > From: Stifu <[email protected]> > To: [email protected] > Sent: Sun, April 11, 2010 1:43:38 AM > Subject: Re: [Mono-list] Seeking advice on using monodevelop to learn > CSharp > > > If you want to develop on Linux, then yeah, go for MonoDevelop. > You can use GTK# then, but you'll need to add a 8 MB installation along > with > your soft, for it to work on Windows. > > > satimis wrote: >> >>> You'll probably want to have a look at System.DateTime.Today, >>> in order to retrieve the current date... >> >> On CSharp ? >> > > Yes, C# (as well as any other .NET language, as they all share the same > namespaces / objects / API). > -- > View this message in context: > http://n4.nabble.com/Seeking-advice-on-using-monodevelop-to-learn-CSharp-tp1820057p1835530.html > Sent from the Mono - General mailing list archive at Nabble.com. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > > Send instant messages to your online friends http://uk.messenger.yahoo.com > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > -- View this message in context: http://n4.nabble.com/Seeking-advice-on-using-monodevelop-to-learn-CSharp-tp1820057p1835892.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
