home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK3 / DFUE_14 / RU125.ZIP / TPERROR.TXT < prev   
Text File  |  1991-10-30  |  1KB  |  52 lines

  1. Turbo Pascal ist eingetragenes Warenzeichen von Boreland, inc.
  2.  
  3. Eingegeben/editiert von Mirko K. Mucko (2:242/94.0)
  4.  
  5. Fehlermeldungen des Compilers (Laufzeitfehler)
  6.  
  7. 2        File not found
  8. 3        Path not found
  9. 4        Too many open files
  10. 5        File access denied
  11. 6        Invalid file handle
  12. 12        Invalid file access
  13. 15        Invalid drive number
  14. 16        Cannot rempove current directory
  15. 17        Cannot rename across drives
  16. 100        Disk read error
  17. 101        Disk write error
  18. 102        File not assigned
  19. 103        File not open
  20. 104        File not open for Input
  21. 105        File not open for Output
  22. 106        Invalid numeric format
  23. 150        Disk is write-protected
  24. 151        Unknown Unit
  25. 152        Drive not ready
  26. 153        Unknown command
  27. 154        CRC error in data
  28. 155        Bad drive request structure length
  29. 156        Disk seek error
  30. 157        Unknown media typ
  31. 158        Sector not found
  32. 159        Printer out of paper
  33. 160        Device write fault
  34. 161        Device read fault
  35. 162        Hardware failure
  36. 200        Division by zero
  37. 201        Range check error
  38. 202        Stack overflow error
  39. 203        Heap overflow error
  40. 204        Invalid pointer operation
  41. 205        Floating point overflow
  42. 206        Floating point underflow
  43. 207        Invalid floating point operation
  44. 208        Overlay manager not installed
  45. 209        Overlay file read error
  46. 210        Object not initialized
  47. 211        Too many nesed scopes
  48.  
  49.  
  50. mfg Mirko Mucko+
  51.  
  52.