On Wed, 2004-02-11 at 00:30, Joe Scaduto wrote: > I am trying to create a new HTML widget: HTML html = new HTML() > I am using both Gtk and GtkSharp assemblies but when I compile my > program I get the error: > > cib.cs(123) error CS0246: Cannot find type `HTML' You are probably missing a -r gtkhtml-sharp on your mcs command line. -- Mike Kestner <mkestner@ximian.com>