[Gtk-sharp-list] Hello World help
Fabian Vargas
favosys@express.net.co
Mon, 11 Nov 2002 15:40:18 -0500
Hello
thanks, it compiled but I still get the message
---
** ERROR **: No GCHandle support built-in
aborting...
Aborted
---
when I try to run it with mono or mint, I guess that means Garbage collector
but I haven't found it, can u help please?
Fabian
----- Original Message -----
From: "Guenther Roith" <groith@tcrz.net>
To: "Fabian Vargas" <favosys@express.net.co>; "Gtk# List"
<gtk-sharp-list@ximian.com>
Sent: Monday, November 11, 2002 1:51 PM
Subject: Re: [Gtk-sharp-list] Hello World help
> Hello!
>
> Right. You must also replace this line
>
> win.DeleteEvent += new EventHandler (Window_Delete);
>
> with that:
>
> win.DeleteEvent += new DeleteEventHandler (Window_Delete);
>
> Johannes
>
>