[Mono-list] MSLU wrapepr update

Serge serge@wildwestsoftware.com
Tue, 16 Apr 2002 16:17:15 +0300


I updated MSLU wrapper that is needed to build Mono *for* Windows 9x:
http://mono.eurosoft.od.ua/files/unimono.zip

Now it is possible to link Mono with unicows dll without changing anything
in Mono sources.

The following steps are needed:
 * Make sure unimono.lib can be found by ld (just place it with
    w32 libs in lib/w32api).
 * Add -lunimono to lib section in the specs file, make sure it is
    placed before -lkernel32.
 * Rebuild Mono.
 * Make sure unimono.dll and unicows.dll (download it from
    Microsoft) in the PATH.

Notice that imports overrides work fine with unimono.lib but not with
unicows.lib (that's why this wrapper is needed in the first place).

You will need Microsoft tools to build the wrapper.

Sergey