[Mono-bugs] [Bug 22614] Changed - Delegates as pinvoke callbacks assert in x86_magic_trampoline
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
9 Apr 2002 12:37:24 -0000
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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=22614
--- shadow/22614 Thu Mar 28 06:38:35 2002
+++ shadow/22614.tmp.7023 Tue Apr 9 08:37:24 2002
@@ -1,13 +1,13 @@
Bug#: 22614
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@speakeasy.net
QAContact: mono-bugs@ximian.com
@@ -34,6 +34,9 @@
<mkestner> Want a bugzilla entry?
<DietmarHo> would be great, yes
------- Additional Comments From dietmar@ximian.com 2002-03-28 06:38 -------
I changed the marshalling of delegates when passed to a pinvoke
function - see mono/mono/tests/delegate4.cs for an example.
+
+------- Additional Comments From dietmar@ximian.com 2002-04-09 08:37 -------
+it seems that the new delegate marshalling works.