Re: GTK_WARNING and GTK-CRITICAL



Maxime Descoteaux <mdesco cim mcgill ca> writes:
> My code compiles but when I run it I get these two lines.
> 
> Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkObject'
> 
> Gtk-CRITICAL **: file gtksignal.c: line 724 (gtk_signal_connect):
> assertion `object != NULL' failed.
> 
> 

You pass a NULL pointer to gtk_signal_connect() most likely.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]