[Mono-bugs] [Bug 50083][Nor] New - [In,Out] marshalling breaks when not at the beginning of a method definition.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jan 2004 11:33:48 -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@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=50083

--- shadow/50083	2004-01-09 11:33:48.000000000 -0500
+++ shadow/50083.tmp.10715	2004-01-09 11:33:48.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 50083
+Product: Mono/Runtime
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
+Priority: Normal
+Component: misc
+AssignedTo: vargaz@freemail.hu                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [In,Out] marshalling breaks when not at the beginning of a method definition.
+
+I have improved pinvoke17.cs to expose a bug, this bug is exposed by
+System.Drawing when interfacing to GdiPlus.
+
+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.
+
+
+------- Additional Comments From vargaz@freemail.hu  2004-01-09 11:33 -------
+So this is not a bug.