[Mono-bugs] [Bug 79944][Wis] New - UnmanagedType.ByValTStr problems
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 16 02:19:57 EST 2006
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 toshok at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79944
--- shadow/79944 2006-11-16 02:19:57.000000000 -0500
+++ shadow/79944.tmp.25114 2006-11-16 02:19:57.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 79944
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: interop
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: toshok at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: UnmanagedType.ByValTStr problems
+
+A couple of problems using svn HEAD:
+
+1. The test from bug 78722 crashes now.
+
+2. bug 79900 has a testcase. On linux if you take that test case and
+change the DllImport to reference a .so containing the code in the
+attachment and run it, you'll see:
+
+szTip[0] = h
+szTip[1] =
+szTip[2] = e
+szTip[3] =
+szTip[4] = l
+szTip[5] =
+szTip[6] = l
+szTip[7] =
+szTip[8] =
+szTip[9] =
+
+when you should see:
+
+szTip[0] = h
+szTip[1] =
+szTip[2] = e
+szTip[3] =
+szTip[4] = l
+szTip[5] =
+szTip[6] = l
+szTip[7] =
+szTip[8] = o
+szTip[9] =
More information about the mono-bugs
mailing list