[Mono-bugs] [Bug 50083][Nor] Changed - [In,Out] marshalling breaks when not at the beginning of a method definition.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 24 Oct 2003 09:49:35 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=50083
--- shadow/50083 2003-10-24 00:34:45.000000000 -0400
+++ shadow/50083.tmp.30104 2003-10-24 09:49:35.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 50083
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: vargaz@freemail.hu
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -21,6 +21,11 @@
mcs pinvoke17.cs
mono pinvoke.exe
echo $?
Should return 0, but returns 8 currently.
+
+------- Additional Comments From vargaz@freemail.hu 2003-10-24 09:49 -------
+The new test is missing the [In, Out] attribute before the parameter,
+and if I add it, it executes correctly.
+