Wednesday, June 01, 2005

Creating Glade, GTK# Mono GUI Apps

To compile a "foo.cs" file using the

mcs /unsafe /resource:foo.glade foo.cs -pkg:gtk-sharp-2.0 -pkg:glade-sharp-2.0


The "foo.glade" file was generted by Stetic and used by GladeStub.exe to create "foo.cs". This complile statement, and the various requirements and meaings, are found documented (somewhat) in this gotmono page.

No comments: