From: Eric Kohl
wouldn't it be better to import the wpp and unicode libraries into separate directories within the tools directory? This way wmc could also use the unicode library and support all known codepages.
Yeah, makes sense. Done. I haven't (and don't plan to...) fix wmc to use the lib though.
I also have a modified widl in my source tree which can build simple client and server stub files. Widl requires wpp, so sharing wpp and unicode would be useful.
Could you also create a vendor drop of widl in tools/widl?
Done. It's just a "raw" drop, haven't added it to the default build (or even tried to build it for that matter). The procedure for importing stuff from Wine is documented at http://reactos.com/wiki/index.php/Using_code_from_other_projects BTW. (Not that I don't want to import it, but you won't have to wait for me if you do it yourself)
Gé van Geldorp.