[Mono-bugs] [Bug 71015][Maj] Changed - Marshalling string to UnmanagedType.ByValArray is not implemented
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Jan 2005 01:34:03 -0500 (EST)
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 anis.sk@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71015
--- shadow/71015 2005-01-06 01:29:55.000000000 -0500
+++ shadow/71015.tmp.12967 2005-01-06 01:34:03.000000000 -0500
@@ -51,6 +51,21 @@
Anis
------- Additional Comments From vargaz@gmail.com 2005-01-05 11:44 -------
string's can be marshalled using ByValArray. It does not even work in
MS.NET. You should use ByValTStr.
+
+------- Additional Comments From anis.sk@gmail.com 2005-01-06 01:34 -------
+We used ByValStr in the above example since it is a Char[].
+
+In case the data type is String we have chnaged the sameple to use
+ByValTStr, It does not work.
+
+Thanks
+
+
+
+
+
+
+