[Mono-list] getting uncode to work on win9x

Guenther Roith groith@tcrz.net
Fri, 24 May 2002 11:09:20 +0200


Hello, everybody (and exspecially Sergey)!

As you all know unicode is not working on win9x, so we need unicows.dll and
in order to do this Sergey has done a libmono wrapper.

I've found on the internet a pre-compiled lib (libunicows.a) that should
directly link to unicows.dll
Just copy it to win32api and and -lunicows to specs file.

It did not work for me, the linker found it, but mono.exe just does not
inlcude something, but thats a problem of my configuration.
The previous solution didn't work, too.

So if someone could test it, wethere it builds (and run it on win9x).

bin: http://www.sport-huettn.de/mono/libunicows.zip

source: http://www.sport-huettn.de/mono/libunicows-src.zip

Johannes