[Mono-bugs] [Bug 24067] New - Overload resolution error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
1 May 2002 02:22:44 -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 miguel@ximian.com.

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

--- shadow/24067	Tue Apr 30 22:22:44 2002
+++ shadow/24067.tmp.27529	Tue Apr 30 22:22:44 2002
@@ -0,0 +1,31 @@
+Bug#: 24067
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 002 Two hours
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: joe@ximian.com,ravi@ximian.com
+Summary: Overload resolution error
+
+Overload function error, I have included an attachment that
+exhibits the problem:
+
+quack$ mcs a.cs
+.\a.cs(22) error CS1502: The best overloaded match for method 'void
+g_object_get (System.IntPtr, string, out string, System.IntPtr)' has some
+invalid arguments
+.\a.cs(22) error CS1503: Argument 3: Cannot convert from 'out bool' to 'out
+string'
+.\a.cs(22) error CS-0006: Could not find any applicable function for this
+argument list
+.\a.cs(5) warning CS0649: Field `X.Raw' is never assigned  to and will
+always have its default value