[Mono-bugs] [Bug 26999][Min] Changed - 'params' in DllImport function does not work

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
26 Jun 2002 06:07:58 -0000


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 dietmar@ximian.com.

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

--- shadow/26999	Tue Jun 25 22:40:32 2002
+++ shadow/26999.tmp.17912	Wed Jun 26 02:07:58 2002
@@ -1,14 +1,14 @@
 Bug#: 26999
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -69,6 +69,10 @@
 RESULT: 0
 
 
 Expected Results:
 Hola Gonzalo. Viva el 69!
 Ejem!
+
+------- Additional Comments From dietmar@ximian.com  2002-06-26 02:07 -------
+That will never work, because the runtime passes an object[] to
+g_print, but g_print expects real arguments.