[Mono-list] a GTK# application multi platform

Elmar Haneke elmar at haneke.de
Thu Oct 19 04:42:35 EDT 2006


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

You have to install an compatible runtime on target machine.

On Linux it is the "mono" package, on Windows you can either use 
DotNET-Framework or Mono.

For DotNET you have to install GTK#-Runtime separately, Mono-installer 
does include GTK#.

The mono-generated application (DLL and EXE-files) is binary compatible 
to both platforms.

Elmar


More information about the Mono-list mailing list