Linker problems with Borland Builder

Source: Internet
Author: User

 

When building a project in Borland Builder (version 5) You can get a linker error such:

[Linker Error] fatal: error detected (lme351)
[Linker Warning] cannot reserve virtual memory at ADDR 461a0000 for-1703936 bytes (errcode 87)

This is a known bug in Borland builder, and the reason is that the debug information file is too big. every project with forms create a debug file (*. TDS file), when the size of this file exceeds roughly 32 MB the linker throws an error. the solution is to disable the debugging ability of forms with your controls:

    • ** Right-click a form in the "Project Manager", select "Edit local options..." and un-check the "debug information" check box

    • ** Delete the project's *. TDS file and the vcl50 *-files in the Borland installation directory (e.g. C: \ Program Files \ Borland \ cbuilder5 \ Lib \ vcl50 .*)

    • ** Re-compile all files you have changed debug settings on

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.