[Mono-list] a GTK# application multi platform

Andreas Färber andreas.faerber at web.de
Thu Oct 19 04:38:12 EDT 2006


Hi,

Am 19.10.2006 um 09:55 schrieb enjoylife at tele2.fr:

> I realized a GTK# application and i want this is binary compatible  
> with Windows and Linux.
> How do i make that ?

It already is! :-)

Either install the Gtk# runtime for Microsoft .NET or install Mono on  
both platforms. The same .exe assembly will work on any platform as  
long as your code doesn't do anything platform-specific.

Andreas



More information about the Mono-list mailing list