Okay, so I hacked ref params for value types into the Gtk# code
generator and:

[mike@localhost gtk-sharp]$ mono sample/button.exe
connecting delete_event with key 0

** ERROR **: file marshal.c: line 1689
(mono_marshal_get_managed_wrapper): should not be reached
aborting...
Trace/breakpoint trap

which is triggered by:

                if (t->byref) {
                        /* fixme: */
                        g_assert_not_reached ();
                }

So I'm assuming you knew this would blow up on me when I got here?  :)

Mike


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to