PRB: Extended FoxPro "Insufficient Memory" Error Msg w/ >32 MB

Last reviewed: April 17, 1995
Article ID: Q92955
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, version 2.0

SYMPTOMS

If you attempt to start the Extended version of FoxPro (FOXPROX.EXE) on a system that has more than 32 MB of memory installed, an "Insufficient memory" error occurs.

CAUSE

The Extended version of FoxPro cannot recognize any extended memory if the total amount of available extended memory is greater than 32 MB.

RESOLUTION

To work around this problem, do one of the following:

  • Specify a memory manager in the CONFIG.SYS file and configure the system to make 32 MB of expanded memory available. For example, the following command line configures EMM386 in this manner:

          DEVICE=C:\DOS\EMM386.EXE RAM 32768
    

    -or-

  • Create RAM disks to use the extended memory in excess of 32 MB. Each RAM disk can hold up to 32 MB.


Additional reference words: FoxDos 2.00 meg megabytes 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: April 17, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.