[Gtk-sharp-list] Build Status

Mike Kestner mkestner@speakeasy.net
Sun, 27 Jul 2003 19:05:57 -0500


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 <mkestner@speakeasy.net>