[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, 24 Oct 2003 00:34:46 -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=50083

--- shadow/50083	2003-10-24 00:34:45.000000000 -0400
+++ shadow/50083.tmp.27633	2003-10-24 00:34:45.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 50083
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+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.