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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
2 May 2002 20:40:33 -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 joe@ximian.com.

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

--- shadow/24067	Thu May  2 16:35:26 2002
+++ shadow/24067.tmp.27219	Thu May  2 16:40:33 2002
@@ -53,6 +53,15 @@
 ./generated/Object.cs(17) error CS-00-6: Could not find any applicable
 function for this argument list
 
 Although there is a 'void GetProperty(String name, out GLib.Object
 val)' definition.  I'll try to get a test case going for you... I am
 having some problems duplicating it with a smaller set.
+
+------- Additional Comments From joe@ximian.com  2002-05-02 16:40 -------
+Okay, it seems to be a problem when trying to resolve from a different
+assembly.  Here's how to reproduce it:
+
+mcs --target library -o glib-test.dll GLib.Object.cs
+mcs --target library -r glib-test.dll -o atk-test.dll Atk.Object.cs
+
+The second one will bomb out.