[Mono-bugs] [Bug 73637][Maj] Changed - Glade AutoConnect calling convention mismatch
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 20 Mar 2005 03:00:47 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by projects@saring.de.
http://bugzilla.ximian.com/show_bug.cgi?id=73637
--- shadow/73637 2005-03-17 15:23:24.000000000 -0500
+++ shadow/73637.tmp.23244 2005-03-20 03:00:46.000000000 -0500
@@ -74,6 +74,9 @@
This is the classic mismatched calling conventions problem. The
glade-sharp code passes a managed delegate (ConnectFunc) to the
glade_xml_signal_autoconnect_full () function. The runtime creates a
wrapper around the delegate using the STDCALL calling convention, but
the C code in glade calls it using the cdecl calling convention.
+
+------- Additional Comments From projects@saring.de 2005-03-20 03:00 -------
+So do I have to assign this bug to Gtk# now ?