[Mono-bugs] [Bug 45637][Wis] Changed - The runtime should marshal strings for me
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 20 Jul 2003 12:23:33 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45637
--- shadow/45637 Mon Jun 30 10:41:13 2003
+++ shadow/45637.tmp.1045 Sun Jul 20 12:23:33 2003
@@ -1,14 +1,14 @@
Bug#: 45637
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: nat@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,16 @@
marshal opaque IntPtrs into strings.
The runtime really should do this marshaling automatically; this is an ugly
bit of wrapping code.
We tried using the 'ref' keyword which actually caused the program to freeze.
+
+------- Additional Comments From miguel@ximian.com 2003-07-20 12:23 -------
+Mono (or .NET) doenot have a way to know how many strings are returned
+(this is extra data you get on the n_docs variable as a side-effect).
+
+The C API just happens to be hard to wrap in that incarnation.
+
+
+
+