[Mono-bugs] [Bug 71015][Maj] Changed - Marshalling string to UnmanagedType.ByValArray is not implemented
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 5 Jan 2005 11:44:17 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71015
--- shadow/71015 2005-01-05 11:03:44.000000000 -0500
+++ shadow/71015.tmp.6276 2005-01-05 11:44:17.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 71015
Product: Mono: Runtime
Version: 1.0
OS: SUSE 9.1
OS Details: 2.6.5-7 Kernel
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: vargaz@gmail.com
ReportedBy: anis.sk@gmail.com
QAContact: mono-bugs@ximian.com
@@ -46,6 +46,11 @@
Is there any specific reason/ major difference for mono supporting char[]
with Marshal.PtrToStructure and not adding supporting String type?
Regards
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.
+