[EMAIL PROTECTED] wrote:
> Question: Why was DOS binaries support disabled in vintage 20000716 ?
> It seemd to work perfectly for me in 20000430.
>
> How can I (or someone else) fix this ?
>
> Thanks,
>
> Arie Tal
>
> p.s.
> I'm a newbe on this list, so bare with me if I ask stupid questions ;)
Well, checking the archives will give you the answer to this question.
However, the reason it is broken is because Wine used to run all windows
processes as a single UNIX process. Wine now runs windows processes in
seperate UNIX processes. That broke a lot of things that depended on the
old way. On the bright side of things, it also made it possible to run
programs which wanted to locate themselves at the same memory address. Ove
Kaaven is currently working on fixing the DOS support.
-Dave