Hi, Am 19.10.2006 um 09:55 schrieb [EMAIL PROTECTED]:
> 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
