[Mono-bugs] [Bug 27980][Wis] Changed - Passing a delegate with PInvoke

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
24 Jul 2002 06:04:43 -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=27980

--- shadow/27980	Tue Jul 23 22:11:15 2002
+++ shadow/27980.tmp.27964	Wed Jul 24 02:04:43 2002
@@ -1,13 +1,13 @@
 Bug#: 27980
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: manyoso@yahoo.com               
 QAContact: mono-bugs@ximian.com
@@ -78,6 +78,21 @@
 start invoke 0x8249c08
 CallBack: 2 + 3
 end invoke
 CallBack: 2 + 3
 BackCall: 2 + 3
 
+
+------- Additional Comments From dietmar@ximian.com  2002-07-24 02:04 -------
+I get the following output:
+
+start invoke 0x810cf08
+CallBack: 2 + 3
+end invoke
+start invoke 0x81532b8
+BackCall: 2 + 3
+end invoke
+CallBack: 2 + 3
+BackCall: 2 + 3
+
+
+so I assume this i already fixed