[Mono-bugs] [Bug 67039][Nor] Changed - [PATCH] Delegates returned from a PInvoke call are improperly marshalled
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Sep 2004 22:48:14 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67039
--- shadow/67039 2004-09-28 22:44:38.000000000 -0400
+++ shadow/67039.tmp.30964 2004-09-28 22:48:14.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 67039
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: grompf@sublimeintervention.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: [PATCH] Delegates returned from a PInvoke call are improperly marshalled
Currently delegates are improperly marshalled when returning from a PInvoke call; the following
patch addresses this problem.
------- Additional Comments From grompf@sublimeintervention.com 2004-09-28 22:43 -------
@@ -25,6 +24,9 @@
------- Additional Comments From grompf@sublimeintervention.com 2004-09-28 22:44 -------
Created an attachment (id=11488)
testcase
+
+------- Additional Comments From miguel@ximian.com 2004-09-28 22:48 -------
+Am CCing Zoltan for approval powers.