[Mono-bugs] [Bug 29098][Nor] Changed - struct arrays not marshalling correctly in PInvoke
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
20 Aug 2002 06:03:46 -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=29098
--- shadow/29098 Mon Aug 19 22:28:33 2002
+++ shadow/29098.tmp.13966 Tue Aug 20 02:03:46 2002
@@ -43,6 +43,10 @@
just guessing), or emit an IL loop combined with emit_struct_conv somehow.
------- Additional Comments From hestilow@ximian.com 2002-08-19 22:28 -------
Stupid copy/paste buffer...the url is
http://primates.ximian.com/~tvgm/test-case.tar.gz
+
+------- Additional Comments From dietmar@ximian.com 2002-08-20 02:03 -------
+It is no problem to add such conversion, but it will be incredible
+slow for larger arrays. I wonder if MS does type conversion in that case?