[Gtk-sharp-list] GtkHTML on Windows

Met met@uberstats.com
Tue, 16 Mar 2004 13:54:03 -0500


Hello,

On Tue, 2004-03-16 at 11:33, Mike Kestner wrote:
> On Tue, 2004-03-16 at 05:13, ben@benjaminwootton.co.uk wrote:
> > I've built a gtk# app that uses gtkhtml.  I'm trying to run this on Windows.  
> > I've installed Mono and GTK# but see the following error.  Presumably the gtk\ 
> > package comes with all of the gtk dependencies?  If not does anyone know where 
> > I can get the gtkhtml dll?  I started trying to build it from source, but there 
> > are so many chained gnome dependencies that I don't think im doing the right 
> > thing.
> 
> No, you are on the right track.  The problem is that GtkHtml is a gnome
> widget, depending on numerous gnome technologies.  In order to use it on
> win32, you are going to have to provide much of the native gnome library
> stack.
> 
> If you want linux/win32 portability right now, the easiest choice is to
> stick with the widgets from gtk-sharp.dll.

You could try using gtkmozembed-sharp from Mono's CVS instead of
GtkHtml.

~ Matthew