On Sat, 2003-07-26 at 22:09, Ben Maurer wrote: > Internal(1) error CS0104: `Object' is an ambiguous reference > (System.Object or Gtk.Object) > In programs that use Gtk#.
This comes from writing code with "using System; using Gtk;" and declaring a variable/param as Object. It needs to be declared System.Object, or Gtk.Object. I was under the impression mcs has been throwing these errors for a while though. -- Mike Kestner <[EMAIL PROTECTED]> _______________________________________________ Mono-docs-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-docs-list
