[Gtk-sharp-list] Gtk-Sharp Pain

Jeremiah McElroy jeremiah@facility9.com
Sun, 1 Jun 2003 21:46:59 -0400


I'm running Mono-0.24 with gtk-sharp 0.8-4 plus the atk-sharp.dll fix =
from
nullenvoid.com's wikiwiki.

When I attempt the helloworld.cs tutorial located at:=20
http://go-mono.com/tutorial/html/en/gnome/bindings/gtk-sharp/getstart.htm=
l
I receive a great deal of errors in my console that read:=20

** (helloworld.exe:2700): WARNING **: Failed to load library
libgtk-win32-2.0-0.dll (libgtk-win32-2.0-0.dll): The specified procedure
could not be found.

Which ends with:

Unhandled Exception: System.MissingMethodException: A missing method
exception has occurred.
in <0x00046> 06 Gtk.Application:gtk_init (int,intptr)
in <0x00027> 00 Gtk.Application:Init ()
in <0x00011> 00 .Hello:Main ()

Additionally, I see a whole bunch of pop-up errors that read:

The procedure entry point g_get_application_name could not be located in =
the
dynamic link library libglib-2.0.0.dll.

Has anyone encountered this error in the past?  Or is there something I
should be doing which I am not?

Thanks in advance,

Jeremiah