[Gtk-sharp-list] Compiling GTK# under windows 2000

Mike Kestner mkestner@speakeasy.net
22 Dec 2002 14:12:16 -0600


On Sun, 2002-12-22 at 12:23, Daniel Morgan wrote:
> Look in your etc/mono/config file for the gtk+ DLLs.  You need to swap what
> is set to the dll with what is set to the target.

All you have to do is remove the elements from dll="libglib thru
libgtk.  Since the DllImports produced by the make -f makefile.win32
build are transformed to the -2.0-0.dll nomenclature, the elements that
you have added/transformed will never be used.

These elements were added to the .config file in anticipation to moving
to win32 dll names in the generated and custom source.  The config
entries will only be needed in mono on gtk-x11.  But until we can cook
up a config based solution to accomplish that, a hand edit will be
required to remove those elements from the mono config file on win32.

-- 
Mike Kestner <mkestner@speakeasy.net>