Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
12.1 ...........  ERROR CATEGORIES 
                 Error Categories Table
12.2 ...........  COMMAND LINE ERRORS 
1000 ........... Unable to open file.
1005 ........... Input file not specifed.
1010 ........... Invalid switch character.
1015 ........... /S Invalid stack size (128-65535).
1020 ........... /V must specify size (0-65535).
1025 ........... /D redefinition on command line
1030 ........... /D Invalid syntax.
1035 ........... /I Invalid syntax.
12.3 ...........  DOS AND MEMORY ERRORS 
2000 ........... DOS version(s) 2.00 or above.
2005 ........... Filename too long.
2010 ........... Too many files open.
2015 ........... Not enough memory.
2020 ........... Unable to create output file.
2025 ........... Disk full.  Unable to continue.
12.4 ...........  PARSING ERRORS 
3000 ........... Input line too long.
3005 ........... Invalid primary character.
3010 ........... Extra characters on line (Ignored).
3015 ........... Invalid boolean constant.
3020 ........... Boolean operator not terminated.
3025 ........... String not terminated.
3030 ........... String exceeds 254 characters.
3035 ........... Expect "=" after {type}{variable name}.
3040 ........... Expect{expression}.
3045 ........... Variable = expression: Expect "=".
3050 ........... Array not defined.
3055 ........... Array not terminated.
3060 ........... Specified array elements exceed maximum.
3065 ........... Array initialized with too many items.
3070 ........... Symbol identifier previously defined.
3075 ........... Symbol not defined.
3080 ........... Reserved keyword cannot be used as symbol.
3085 ........... Symbol names cannot exceed 32 characters.
3090 ........... Illegal characters in variable name.
3095 ........... Illegal variable initialization.
3100 ........... Field names cannot exceed 10 characters.
3105 ........... Field cannot be specified as an array.
3110 ........... Invalid field type.
3115 ........... Field or variable width is invalid.
3120 ........... Field width not specified.
3125 ........... Invalid function type.
3130 ........... Parameter type mismatch.
3135 ........... Parameter variable name expected.
3140 ........... Comma expected.
3145 ........... Override alias not declared.
3150 ........... Override is not an alias.
3155 ........... Use of undefined macro.
3160 ........... Redefinition of macro.
3165 ........... Macro name expected.
3170 ........... The macro was not created with a #DEFINE.
3175 ........... Character variables used as macros are ignored.
3180 ........... Conditional compile nesting error.
3185 ........... Bad (unrecognized) directive.
3190 ........... #ENDIF expected.
3195 ........... Internal variable buffer full.
3200 ........... Source segment full.
3205 ........... Nested parse command.
3210 ........... Declarations illegal inside program  block.
3215 ........... Prototype is not the same as current declaration.
3220 ........... Prototype expected.
3225 ........... Indirect reference to function name (W_INDIRECT).
3230 ........... Function referenced as a procedure (W_FUNC_PROC).
3225 ........... Identifier is not a function.
3240 ........... Output buffer full.
3245 ........... Label height must be 1 to 16.
3250 ........... Label width must be 1 to 120.
3255 ........... Label margin must be 0 to 250.
3260 ........... Label lines between must be 0 to 16.
3265 ........... Label spaces between must be 0 to 120.
3270 ........... Labels across must be 1 to 5.
3275 ........... Label definition is incomplete.
3280 ........... Label definition, expect "=number".
3285 ........... Label definition, "line=" expected.
3290 ........... Report width must be 20 to 500 characters.
3295 ........... Report left margin must be 0 to 499 chars.
3300 ........... Report page length must be 20 to 500 lines.
3305 ........... Report: = .T. or .F. expected.
3310 ........... Report: "=" expected.
3315 ........... Report: blocks out of order.
3320 ........... Report: GROUPDEF not complete.
3325 ........... Report expression type invalid or missing.
3330 ........... Report column widths must be 0 to 499 characters.
3335 ........... Report column decimals must be 0 to 19 characters.
3340 ........... Report COLUMNDEF not complete.
3345 ........... Character indexes cannot exceed 128 characters.
3350 ........... Unable to read tree file.
3355 ........... Illegal field assignment.
3360 ........... Report must have at least one COLUMNDEF.
3365 ........... Pragma switch expected (+|-).
3370 ........... Unrecognized or nonexistent pragma.
12.5 ...........  COMMAND ERRORS 
4000 ........... Syntax error.
4005 ........... Invalid variable type.
4010 ........... Invalid variable class.
4015 ........... Unable to access text string.
4020 ........... Missing ENDTEXT.
4025 ........... Invalid alias.
4030 ........... Alias previously defined.
4035 ........... Must specify a field.
4040 ........... Indexing on non-field variable.
4045 ........... Object must be format block.
4050 ........... Unable to SAVE/RESTORE VALUE/CONST parameter.
12.6 ...........  FLOW CONTROL ERRORS 
5000 ........... NEXT without prior FOR statement.
5005 ........... ENDDO without prior DO statement.
5010 ........... LOOP without prior DO statement.
5015 ........... EXIT without prior DO statement.
5020 ........... ENDIF without prior IF statement.
5025 ........... ELSE without prior IF statement.
5030 ........... ENDCASE without prior CASE statement.
5035 ........... CASE without prior DO statement.
5040 ........... OTHERWISE without prior CASE statement.
5045 ........... CASE after OTHERWISE statement.
5050 ........... Only one OTHERWISE allowed per DO CASE.
5055 ........... UNTIL without prior REPEAT statement.
5060 ........... Nesting error.  NEXT expected.
5065 ........... Nesting error.  ENDCASE expected.
5070 ........... Nesting error.  ENDDO expected.
5075 ........... Nesting error.  ENDIF expected.
5080 ........... Nesting error.  UNTIL expected.
5085 ........... Invalid object for DO procedure.
5090 ........... Invalid number of parameters.
5095 ........... Code outside of a progrom block.
5100 ........... No procedure associated with ENDPRO.
5105 ........... Illegal code inside a FORMAT procedure.
5110 ........... Cannot DO a FORMAT block.
5115 ........... TEXT <identifier> inside of code block.
5120 ........... Flow control STACK OVERFLOW.
5125 ........... Procedure cannot return expression result.
5130 ........... ENDPRO expected.
5135 ........... Functions must RETURN a value.
12.7 ...........  EXPRESSION ERRORS 
6000 ........... Data types do not match.
6005 ........... Loss of precision during type conversion (W_PRECISION).
6010 ........... Invalid expression.
6015 ........... Divide by zero.
6020 ........... Unbalanced expression.
6025 ........... Expression too complex.
6030 ........... Parameter can only be a variable.
6035 ........... Local variable cannot be used in expression.
6040 ........... Invalid scientific constant.
6045 ........... Size of parameter does not match destination.
6050 ........... Local variable used in GET (W_GET_LOCAL).
12.8 ...........  INTERNAL ERRORS 
7000 ........... INTERNAL: Set internal SEGMENT BLOCK.
7005 ........... INTERNAL: Invalid opcode table.
7010 ........... INTERNAL: Register not deallocated.
7015 ........... INTERNAL: Stack not cleaned up properly.
7020 ........... INTERNAL: Too many sub-modules.
7025 ........... INTERNAL: Segment full.
7030 ........... INTERNAL: Expression Stack.
        The Escape Hatch BBS System - 703-373-0575 - Dual/HST Powered!            

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson