View Single Post
Posts: 11 | Thanked: 1 time | Joined on Mar 2008
#16
thank pipeline's reply.

i will try it later.

now i have a question about compile, if my cs file only include "using Gtk;", so i can compile it sucess by "mcs hello.cs -pkg:gtk-sharp-2.0", but if cs file include" using Gtk;using Gdk;using Gnome;", how can i compile it by mcs?

thanks.