[Mono-bugs] [Bug 29256][Wis] Changed - Structure not properly marshalled on callback

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Sep 2002 13:55:50 -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 jason@379.com.

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

--- shadow/29256	Thu Sep 12 09:38:06 2002
+++ shadow/29256.tmp.13107	Thu Sep 12 09:55:50 2002
@@ -120,6 +120,16 @@
 handler (e); to call it (instead of handler(&e)).
 
 ------- Additional Comments From dietmar@ximian.com  2002-09-12 09:38 -------
 Even if Event is a reference type, it is still passed by value in our
 runtime, and this is the behaviour mentioned in the MS docu. Please
 can you recheck that your example works on the MS runtime.
+
+------- Additional Comments From jason@379.com  2002-09-12 09:55 -------
+Okay, I put a .zip online here: http://www.379.com/download/marshal.zip
+
+This contains source code illustrating the problems that I am seeing,
+VS7 projects for .NET/csc, and a makefile for gcc/mcs. I have tested
+this on Win2K/.NET and RH7.3/Mono 0.15. It works on .net, fails on Mono.
+
+I will keep the zip file online until the bug is closed.
+