Morten Rønne morten.roenne@tdcadsl.dk wrote:
16 bit programs require a compiler that is able to create the old style address method in order to be able to test those parts of wine. I have been told by Dmitry Timoshkov that I should use OpenWatcom for that. So that is what I have done.
I didn't tell you that. I told you that you don't need any compiler at all for the tests to be integrated into the Wine make system. Obviously you need the compiler (or rather assembler) when you create the test, but then you just convert it into a binary blob which you copy into %TEMP% and run from there.