I have a GTK# application I created in Monodevelop 0.11 on LINUX, and it runs fine on LINUX.
So I copied the binary over to an XP box with .NET installed *AND* the GTK# Win32 runtime (2.7.1 from http://forge.novell.com/modules/xfmod/project/?gtks-inst4win). And the program immediately craps with - Unhandled Exception: System.DllNotFoundException: Unable to load DLL (libgtk-wi 32-2.0-0.dll). at Gtk.Application.gtk_init(Int32& argc, IntPtr& argv) at Gtk.Application.Init() at PartsQC.MainClass.Main(String[] args) It really looks like the Gtk# runtime does actually not contain that file, I see a libgdk-win32-2.0.0 file, but nothing like libgtk-*. I've run Gtk# applications I created on LINUX on Win2000 boxes before, but some time ago, and I don't recall seeing any problem like this one. Am I overlooking something ridiculously simple? -- Adam Tauno Williams - http://www.whitemice.org _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
