[Mono-bugs] [Bug 29098][Nor] Changed - struct arrays not marshalling correctly in PInvoke
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
18 Aug 2002 00:15: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 hestilow@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29098
--- shadow/29098 Sat Aug 17 20:14:35 2002
+++ shadow/29098.tmp.21090 Sat Aug 17 20:15:43 2002
@@ -18,6 +18,11 @@
When passing an array of by-value structs into a PInvoked function, not all
the fields are marshalling correctly. The following test case demonstrates
that int fields marshal, but string fields do not.
This is needed for some methods in Gtk#.
+
+------- Additional Comments From hestilow@ximian.com 2002-08-17 20:15 -------
+Created an attachment (id=2118)
+The test case (run "make test")
+