Re: [Mono-list] Sample compilation problem

2003-01-25 Thread Iñigo Illán
Try putting: using GtkSharp; On Fri, 2003-01-24 at 07:39, Stelian Iancu wrote: Hi! I just build the helloworld example using Gtk#. If I compile it via comand line, with mcs hw.cs -r gtk-sharp.dll everything is fine and the program gets compiled. However, when I use NAnt for compi

[Mono-list] Sample compilation problem

2003-01-24 Thread Stelian Iancu
Hi! I just build the helloworld example using Gtk#. If I compile it via comand line, with mcs hw.cs -r gtk-sharp.dll everything is fine and the program gets compiled. However, when I use NAnt for compiling, I get an error that it can't find the type DeleteEventArgs. Here is the hw.build file I am