home *** CD-ROM | disk | FTP | other *** search
- are not allowed
- can not be
- constant
- does not
- expression
- identifier
- file
- here
- Integer
- File
- Illegal
- or
- Undefined
- match
- real
- String
- Textfile
- out of range
- variable
- overflow
- expected
- type
- Invalid
- pointer
- 01';'
- 02':'
- 03','
- 04'('
- 05')'
- 06'='
- 07':='
- 08'['
- 09']'
- 10'.'
- 11'..'
- 12BEGIN
- 13DO
- 14END
- 15OF
- 16PROCEDURE FUNCTION
- 17THEN
- 18TO DOWNTO
- 20Boolean
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28Pointer
- 29Record
- 30Simple, perhaps you have defined real in a FOR loop instead of a scalar type
- 31Simple
- 32
- 33
- 34
- 35
- 36Type
- 37Untyped
- 40 label, look for a statement that is referencing an undefinedlabel
- 41Unknown syntax error
- 42 in preceding definitions, a preceding pointer type definition contains a reference to a unknown type identifier
- 43Duplicate label, a identifier or label has already been used within the current block
- 44Type mismatch
- 45
- 46 and CASE selector
- 47Operand(s) operator, look for a mixing of integer operators (i.e. DIV) with reals (i.e. 1.333), for example
- 48 result, valid types are all scalar types, string types, and pointer types
- 49 length, the length of a string must be in the range of 1..255
- 50 length
- 51 subrange base, valid base types are all scalar types, except real
- 52Lower bound > upper bound, note that the ordinal value of the lower bound must be less than that of the upper bound
- 53Reserved word, these may not be used as identifiers
- 54 assignment
- 55 exceeds line, string constants must not span lines
- 56Error in integer, perhaps not in Integer range of -32768..32767, or have mistakenly placed a decimal point in a integer
- 57Error in
- 58 character in
- 60s
- 61s ands
- 62Structureds, perhaps by mistake placed a{ instead of a [ or (, or perhaps a wrong type being passed in a procedure call
- 63s
- 64s and untypeds
- 65Untypeds
- 66I/O, variables of this type cannot be input or output
- 67s must be parameters
- 68 componentss, file of file constructs are not allowed
- 69dering of fields
- 70Set base, base type of a set must be a scalar with no more than 256 possible values
- 71 GOTO, a GOTO cannot reference a label within a FOR loop from outside of that FOR loop
- 72Label not within current block, a GOTO cannot reference a label outside the current block
- 73 FORWARD procedure(s), a subprogram has been forward declared, but the body never occurred
- 74INLINE error
- 75 use of ABSOLUTE
- 76Overlays forwarded, the FORWARD specification cannot be used in connection with overlays
- 77Overlays in direct mode, overlays can only be used from programs compiled to a file
- 90 not found, the specified include file does not exist
- 91Unexpected end of source, program cannot end the way it is, perhaps too many BEGINS than ENDS
- 92Unable to create overlay
- 93 compiler directive
- 96Nested include files
- 97Too many nested WITH's
- 98Memory, you are trying to allocate more storage for variables than is available
- 99Compiler, not enough memory to compile program, break source code into smaller segments and use include files