PRB: Dynamic Memory Exhausted Using WATCOM C Linker in FoxProLast reviewed: October 26, 1994Article ID: Q89882 |
The information in this article applies to:
SYMPTOMSIf you are using the WATCOM C Linker in FoxPro version 2.0, a "Dynamic memory exhausted" error occurs.
CAUSEThe amount of available conventional memory is too low. The WATCOM Linker (WLINK8.EXE) uses only conventional memory.
RESOLUTIONIf 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 INFORMATIONThe 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |