zoukankan      html  css  js  c++  java
  • Linker problems with Borland builder

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

     [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 (a *.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 many 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

  • 相关阅读:
    scott登录查询常用语句
    Oracle服务端及客户端安装
    SVN简单使用
    dos命令--查询进程
    第二周学习总结
    第一周学习总结
    虚拟机安装教程及网络连接方式的解释
    两天学习总结
    方差
    thinkphp 总结 转
  • 原文地址:https://www.cnblogs.com/digjim/p/1673514.html
Copyright © 2011-2022 走看看