On Thu, 2004-01-08 at 16:46, Jorge de J. Ramirez S. wrote: > Hi! > > I'm using windows 2000 and installed Mono 0.29 with the installer, when > compile a gtk# program everything it's ok, the problem it's when try tu > run, this is de error message: > > ** (gtk.exe:1752): WARNING **: [Invalid UTF-8] Failed to load library > .\libgtk-x11-2.0.so.dll (libgtk-x11-2.0.so): No se puede encontrar el > modulo especificado.
It sounds like your mono config file has some dll mapping elements it shouldn't. The file is etc/mono/config. You want to delete any elements in that file related to Gtk+ dll's, since we use the win32 dll names in the assemblies. -- Mike Kestner <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
