[Mono-bugs] [Bug 56965][Maj] Changed - P/Invoke is marshalling string arrays as UTF-8 not Unicode

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 19 Apr 2004 12:40:09 -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 cscholes@novell.com.

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

--- shadow/56965	2004-04-18 09:52:37.000000000 -0400
+++ shadow/56965.tmp.2425	2004-04-19 12:40:09.000000000 -0400
@@ -101,6 +101,11 @@
 your code using a new runtime, because the old runtime couldn't properly
 encode the ArraySubType=UnmanagedType.LPStr stuff.
 
 About the delegate problem: could you attach a test case ? Or at least
 the signatures of the managed and the unmanaged functions ?
 
+
+------- Additional Comments From cscholes@novell.com  2004-04-19 12:40 -------
+Created an attachment (id=7425)
+C# class file that calls unmanaged code passing a callback function
+