"Chiou Wei-Han" <[EMAIL PROTECTED]> writes:
>      gtk_signal_connect( GTK_OBJECT(close_button) , "clicked" ,
>     GTK_SIGNAL_FUNC(&exit) , window );

You're casting the address of a method pointer to a function pointer;
won't work at all.

You need to use a non-member function.

Havoc

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to