[Gtk-sharp-list] running gtk# on mac os x
Alex C
Alex C <alexchan.1976@gmail.com>
Thu, 23 Dec 2004 15:50:09 -0500
Hi everybody,
I was able to download and install the mono framework on os x. I
followed the instructions on mono-project.com page to install
gtk-sharp. I compiled a hello world program and the compilation was
sucessful. i tried to run it . i made sure that i set the
DYLIB_LIBRARY_PATH correctly before i ran the file. I got this error.
Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll
in <0x000dc> (wrapper managed-to-native) Gtk.Application:gtk_init
(int&,intptr&)in <0x0004c> Gtk.Application:Init ()
in <0x00028> MainClass:Main (string[])
what did i do wrong?
Thanks in advance,
Alex