[Gtk-sharp-list] Problems finding gtkhtml-sharp

Mike Kestner mkestner@ximian.com
Tue, 17 Feb 2004 19:16:47 -0600


On Tue, 2004-02-17 at 13:44, Stephen Caldwell wrote:

> > Is it on your LD_LIBRARY_PATH?
> >   
> Yes. Its installed as 'libgtkhtml-3.0' but in the gtk-sharp source the
> dllImport is 'gtkhtml-3.0' are these the same thing? Or is there a
> different gtkhtml library floating around?

mono automatically tacks on the lib prefix and the .so suffix, so
[DllImport("gtkhtml-3.0")] causes libgtkhtml-3.0.so to be loaded.

-- 
Mike Kestner <mkestner@ximian.com>