When I try to link with ilink32.exe from C++ Builder Compiler and Command Line Tools ( http://appdb.winehq.org/appview.php?versionId=1423 ) ilink32 hangs.
I saw comment on http://appdb.winehq.org/appview.php?versionId=1423 about changing ADDRESS_SPACE_LIMIT. Could be applied to 0.9.10 ?
Igor Sysoev http://sysoev.ru/en/
On Thu, 23 Mar 2006, Igor Sysoev wrote:
When I try to link with ilink32.exe from C++ Builder Compiler and Command Line Tools ( http://appdb.winehq.org/appview.php?versionId=1423 ) ilink32 hangs.
I saw comment on http://appdb.winehq.org/appview.php?versionId=1423 about changing ADDRESS_SPACE_LIMIT. Could be applied to 0.9.10 ?
I've tested changing ADDRESS_SPACE_LIMIT to 0x80000000 (patch attached) and ilink32.exe runs successfully.
There is another patch
http://www.winehq.com/hypermail/wine-devel/2004/03/att-0082/01-0012-wine-fix...
that marks the page at 0x80000000 as reserved.
As I know Windows has a compatibility code to emulate old bugs and undocumented for some applications depending on program name. Why not to add similar functionality to Wine ?
Igor Sysoev http://sysoev.ru/en/