qperr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Error Message
 
Error 1:  Out of memory
 
There was not enough memory for compiling. Either the
program was too big or available memory was insufficient.
 
■ Split a large program into smaller parts. Put functions
  and procedures into a unit. Allocate variables
  dynamically rather than statically.
 
■ Close unneeded windows before compiling.
 
■ Reinvoke QP, swapping to disk or to expanded memory.
    To swap to disk:               QP /SWAP:DISK
    To swap to expanded memory:    QP /SWAP:EMS