[Mono-bugs] [Bug 76085][Cos] Changed - mcs fails to resolve
overload that takes __arglist
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 26 13:03:15 EDT 2005
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76085
--- shadow/76085 2005-10-26 12:41:16.000000000 -0400
+++ shadow/76085.tmp.23827 2005-10-26 13:03:15.000000000 -0400
@@ -3,13 +3,13 @@
Version: 1.1
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Minor
+Priority: Cosmetic
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -87,6 +87,25 @@
I don't have a Windows machine handy. Can you check what CSC does
with this? If it errors out, can you find out the error code?
Thanks.
+
+------- Additional Comments From atsushi at ximian.com 2005-10-26 13:03 -------
+oops, yes it won't compile. CSC output is:
+
+$ csc 76085.cs /nologo
+76085.cs(13,25): error CS1501: No overload for method 'XCreateIC'
+takes '1'
+ arguments
+76085.cs(9,47): (Location of symbol related to previous error)
+76085.cs(14,25): error CS1502: The best overloaded method match for
+ 'System.Windows.Forms.X11Xim.XCreateIC(System.IntPtr,
+__arglist, ...)'
+ has some invalid arguments
+76085.cs(14,49): error CS1503: Argument '2': cannot convert from
+'System.IntPtr'
+ to '__arglist'
+
+there seems no difference between 1.1 and 2.0 beta2.
+
More information about the mono-bugs
mailing list