home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / docs / runtime.txt < prev    next >
Encoding:
Text File  |  1995-04-13  |  942 b   |  38 lines

  1. Run-Time Error Messages from a BP7 help screen.
  2.  
  3.  
  4. Error #    Error Message
  5. 1    Invalid function number
  6. 2    File not found
  7. 3    Path not found
  8. 4    Too many open files
  9. 5    File access denied
  10. 6    Invalid file handle
  11. 12    Invalid file access code
  12. 15    Invalid drive number
  13. 16    Cannot remove current directory
  14. 17    Cannot rename across drives
  15. 100    Disk read error
  16. 101    Disk write error
  17. 102    File not assigned
  18. 103    File not open
  19. 104    File not open for input
  20. 105    File not open for output
  21. 106    Invalid numeric format
  22. 200    Division by zero
  23.  
  24. 201    Range check error
  25. 202    Stack overflow error
  26. 203    Heap overflow error
  27. 204    Invalid pointer operation
  28. 205    Floating point overflow
  29. 206    Floating point underflow
  30. 207    Invalid floating point operation
  31. 210    Object not initialized
  32. 211    Call to abstract method
  33. 212    Stream registration error
  34. 213    Collection index out of range
  35. 214    Collection overflow error
  36. 215    Arithmetic overflow error
  37. 216    General protection fault
  38.