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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
