[Mono-bugs] [Bug 58881][Maj] Changed - [patch] marshalling of struct params to functions passed as unmanaged delegates broken

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 May 2004 14:42:00 -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=58881

--- shadow/58881	2004-05-28 05:23:15.000000000 -0400
+++ shadow/58881.tmp.19495	2004-05-28 14:42:00.000000000 -0400
@@ -172,6 +172,14 @@
 static data gets freed.
 
 ------- Additional Comments From vladimir@pobox.com  2004-05-28 05:23 -------
 Created an attachment (id=7885)
 updated blittable patch (4)
 
+
+------- Additional Comments From vargaz@freemail.hu  2004-05-28 14:42 -------
+The struct marshalling problem should be fixed now. The patch looks 
+good, but the new tests are probably not needed since I added similar
+ones already. If they are needed, they should go into pinvoke3.cs,
+since pinvoke2 - managed->native, pinvoke3 - native->managed.
+
+