[Mono-bugs] [Bug 58731][Nor] Changed - Marshaling for delegate params of delegates is missing

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 26 May 2004 10:50:44 -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 vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=58731

--- shadow/58731	2004-05-19 17:01:10.000000000 -0400
+++ shadow/58731.tmp.13976	2004-05-26 10:50:44.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58731
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -49,6 +49,12 @@
 tomorrow.
 
 ------- Additional Comments From mkestner@ximian.com  2004-05-19 17:01 -------
 Created an attachment (id=7764)
 test case
 
+
+------- Additional Comments From vargaz@freemail.hu  2004-05-26 10:50 -------
+This is implemented now, but the test will not run since the function
+pointer which is passed to the delegate must come from the managed side,
+it can't be the address of a random C function.
+