Miscellaneous Utilities Help (misc.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.
BK1509
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     BSCMAKE Error BK1509
 
     out of heap space
 
     BSCMAKE ran out of memory.
 
     One of the following may be a solution:
 
        ■ Reduce the memory that BSCMAKE will require by using one or
          more options. Use /Ei or /Es to eliminate some input files.
          Use /Em to eliminate macro bodies.
 
        ■ Run BSCMAKE (or PWB if you are building a database in PWB)
          in a DOS session under Windows to use virtual memory
          provided under Windows.
 
        ■ Free some memory by removing terminate-and-stay-resident
          (TSR) software.
 
        ■ Reconfigure the EMM driver.
 
        ■ Change CONFIG.SYS to specify fewer buffers (the BUFFERS
          command) and fewer drives (the LASTDRIVE command).
 
        ■ Run BSCMAKEV.EXE instead of BSCMAKE.EXE.
                                    -♦-