PRB: Dynamic Memory Exhausted Using WATCOM C Linker in FoxPro

Last reviewed: October 26, 1994
Article ID: Q89882
The information in this article applies to:
  • Microsoft FoxPro Library Construction Kit for MS-DOS, version 2.0

SYMPTOMS

If you are using the WATCOM C Linker in FoxPro version 2.0, a "Dynamic memory exhausted" error occurs.

CAUSE

The amount of available conventional memory is too low. The WATCOM Linker (WLINK8.EXE) uses only conventional memory.

RESOLUTION

If the CONFIG.FP file contains the DOSMEM=ON statement, edit the file to remove the statement. If the CONFIG.FP statement does not contain a DOSMEM statement, edit the AUTOEXEC.BAT and CONFIG.SYS files to remove unnecessary device drivers and memory-resident applications in order to maximize available conventional memory.

MORE INFORMATION

The WATCOM Linker is one of the tools in the FoxPro Distribution Kit used to create a stand-alone application.

REFERENCES

"WATCOM C Optimizing Compiler and Tools User's Guide," version 2.0


Additional reference words: 2.00 LCK 3009 tsr standalone errmsg err msg
KBCategory: kbprg kberrmsg kbprb
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 26, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.