Borland C++ Builder 6.0 & Wine

Flameeyes dgp85 at users.sourceforge.net
Sat Aug 16 18:27:37 CDT 2003


On Sun, 2003-08-17 at 00:10, Flameeyes wrote:
> Seems the same problem as reported in
> http://www.winehq.com/hypermail/wine-devel/2001/04/0135.html, but was 2
> years ago. Also I can't find the patch Gérard Patel was talking about.
Ok I found a way to exit the ilink32 from loop... in
dlls/ntdll/virtual.c, in NtQueryVirtualMemory, I changed the line

    if (ADDRESS_SPACE_LIMIT && addr >= ADDRESS_SPACE_LIMIT || addr ==
0x80000000)
        return STATUS_WORKING_SET_LIMIT_RANGE;  /* FIXME */

with





More information about the wine-users mailing list