home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 7 / POWERCD7.ISO / prgmming / maxlib10 / errcode.lst < prev    next >
File List  |  1994-10-07  |  2KB  |  55 lines

  1.  
  2.    INTERNAL ERROR CODES
  3.  
  4.    MAXLIB For PB reports the following non-standard error codes
  5.    under some conditions:
  6.  
  7.       -1     Failed to allocate a buffer string.
  8.       -2     Invalid EMS array element number.
  9.       -3     Invalid EMS array handle. 
  10.       -4     Invalid EMS array element length.
  11.  
  12.  
  13.    COMMON DOS ERROR CODES
  14.  
  15.    This is not an exhaustive list of standard DOS error codes.  It
  16.    covers only the codes you would be most likely to encounter on a
  17.    single-user, non-networked system.  Consult a DOS reference for
  18.    error codes not listed here.
  19.  
  20.        2     File not found
  21.        3     Path not found
  22.        4     No file handles available
  23.        5     Access denied
  24.        6     Invalid handle
  25.        8     Insufficient memory
  26.        15    Invalid drive
  27.        19    Write-protected disk
  28.        21    Drive not ready
  29.        25    Seek error
  30.        26    Unknown media type
  31.        27    Disk sector not found
  32.        28    Out of paper (when writing to STDPRN)
  33.        29    Write fault
  34.        30    Read fault
  35.        31    General failure
  36.  
  37.  
  38.    COMMON EMS ERROR CODES
  39.  
  40.    This is not an exhaustive list of EMS error codes.  Consult a DOS
  41.    reference for error codes not listed here.
  42.  
  43.        128   Malfunction in EMM software
  44.        129   Malfunction in EMS hardware
  45.        131   Invalid handle
  46.        132   Invalid function 
  47.        133   No handles available
  48.        134   Deallocation error
  49.        135   Not enough unused pages
  50.        136   Not enough pages in system
  51.        137   Zero pages requested during allocation
  52.        138   Tried to map a logical page not assigned to handle
  53.        139   Invalid page frame number (not 0-3)
  54.  
  55.