[Mono-docs-list] Re: [Gtk-sharp-list] Build Status

2003-07-27 Thread Ben Maurer
On Sun, 2003-07-27 at 20:05, Mike Kestner wrote: > 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

[Mono-docs-list] Re: [Gtk-sharp-list] Build Status

2003-07-27 Thread Miguel de Icaza
Hello, > > 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.O

Re: [Mono-docs-list] Patch to change the BindingFlags used byecma-provider

2003-07-27 Thread Miguel de Icaza
Hello, > As a friend of mine Jon Kessler was working on some Gtk# docs he noted > that every enum was marked as having two unimplemented methods. I took a > look into this and noticed that when we look for methods we look at both > private methods and methods that are inherited. > > It turns out