On Thu, 2006-06-08 at 11:35 -0500, Zac Bowling wrote: > The directory to your gtk+ libs need to be in your path environment > variable or in the same directory as your app (for the XCOPY deployment > compatibility if that's what you seak) or in your LD_LIBRARY_PATH > environment variable. One of the three. One nasty solution is to copy > your gtk+ libs to system32 but I don't recommend that.
Rockin! The GTK# runtime was installed in C:\Program Files\GtkSharp\2.8 Adding the "C:\Program Files\GtkSharp\2.8\bin" to the path fixed the problem. I think the root of the problem was I had an older version of Gtk# installed first and its installer had already modified the path (to a now wrong value). Or that is my guess. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
