[Gtk-sharp-list] Windows Compilation
Miguel de Icaza
miguel@ximian.com
16 Sep 2002 12:07:57 -0400
> Mono seems to support dll remapping through $(datadir)/mono/config, but
> I am not sure there is a mechanism to allow additional remap config
> files to be added.
We have to support the per-assembly config file (which we do not support
at this point yet). But basically, in the long term, you could ship
gtk-sharp.dll and gtk-sharp.dll.config, and in the config file (which
has to be .NET compatible, so ignore my actual incompatibility in the
example), you would have:
<config>
<MonoRemapUnix "gtk-win32.dll" "gtk-x11.dll"/>
</config>
Or something like that.
Miguel