Markus Amsler <[EMAIL PROTECTED]> writes:
> Thanks, I forgot the win16 side completly.
> While writing a win16 dos memory test appliction (see attachement,
> winetest is just win32 right?), i noticed windows (win 3.11, ntvdm)
> handles win16 dos memory quite different than wine:
> (everything in w
Markus Amsler <[EMAIL PROTECTED]> writes:
> Please let me know, if there's something wrong with the patch (design
> problems, naming conventions, formating, ...).
The main problem is that you now have both the MCB and the DOSMEM code
trying to allocate memory in the same area, that won't work. Wh
Hi,
On Fri, Sep 10, 2004 at 06:09:26PM +0200, Markus Amsler wrote:
> That's some of the result of my effort getting FreeCOM running in winedos.
> It's quite important to winedos having proper MCB support, a lot of apps
> depend on it.
Indeed!
Great, thanks a lot for this very important work!!
>