home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p068 / 2.img / FILE02 / CCOMP.TXT < prev    next >
Encoding:
Text File  |  1990-12-07  |  3.6 KB  |  92 lines

  1. 001 Usage: %s [ -CLMNPXdklsu -Bpath -Dcnst[=def] -Idir -nd -ns ] ifile [ ofile ]
  2. 002     -Bpath  path of base directory
  3. 003     -C      compiler phase only
  4. 004     -Dcnst  define a constant
  5. 005     -Idir   include file directory
  6. 006     -L      list $label and switch variable usage (preprocessor phase)
  7. 007     -M      mixed output to .cdl files
  8. 008     -N      no linking to chain/dosub files (only if -P set)
  9. 009     -P      preprocessor phase only
  10. 010     -X      exclude #line references to .cdp files in .cdl files
  11. 011     -d      delete .cdl files (default if -C -M -P and -u NOT set and
  12. 012             source is .cdp file; -s overrides default)
  13. 013     -k      process kanji characters
  14. 014     -l      list variable usage (compiler phase)
  15. 015     -nd     no double data optimization
  16. 016     -ns     no string data optimization
  17. 017     -s      save .cdl files (default if -C -M -P or -u set or source is
  18. 018             .cdl file; -d overrides default)
  19. 019     -u      update mode
  20. 020     ifile   input file (.cdp or .cdl forced)
  21. 021     ofile   output file (.cdx forced)
  22. 030     Local variables: %d
  23. 031 Global variables: %d
  24. 032 Warning - Minumum required CADKEY system memory size: %dK
  25. 033     Number of labels: %d
  26. 034     SWITCH variables: %d
  27. 100 Warning - %s not at start of file (ignored)
  28. 101 Warning - Malformed LOCAL variable '%s' (ignored)
  29. 121 Warning - '%s' redefined
  30. 122 Warning - Bad form for '%s'
  31. 123 Warning - Garbage trailing '%s'
  32. 200 Error - String overflow
  33. 201 Error - Can't read/reopen/reposition CADL file %s
  34. 202 Error - Bad or missing CODE command
  35. 203 Error - No memory
  36. 204 Error - Can't write '%s'
  37. 205 Error - Double table overflow
  38. 206 Error - System variable '%s' undefined
  39. 207 Error - Variable table overflow
  40. 208 Error - Local variable table overflow
  41. 209 Error - CHAIN/DOSUB overflow
  42. 210 Error - Bad argument count - Line#%d
  43. 211 Error - Can't open %s
  44. 212 %s
  45. 213 Error - Strings require 1 index
  46. 214 Error - Can't assign system variable
  47. 215 Error - Illegal string assignment
  48. 216 Error - Too many dimensions
  49. 217 Error - Function %s needs %d argument(s)
  50. 218 Error - Divide by zero
  51. 219 Error - Calculator stack overflow
  52. 220 Error - Computed GOTO syntax error
  53. 221 Error - Bad string variable (arg #%d)
  54. 222 Error - Unrecognized set option
  55. 223 Error - Record overflow
  56. 224 Error - Unknown function (%s)
  57. 225 Error - Bad argument count
  58. 226 Error - Parentheses mismatch (arg #%d)
  59. 227 Error - Illegal default usage - parameter #%d
  60. 228 Error - Bad format for %s; Expected %s
  61. 229 Error - CADL array %s is too large
  62. 230 Error - Bad dimensions for array '%s'
  63. 231 Error - Duplicate label or overflow (%s)
  64. 232 Error - Can't execute %s - no memory
  65. 233 Error - Can't execute %s
  66. 234 Error - Premature EOF on IF
  67. 235 Error - Arg #%d bad or missing
  68. 236 Error - Bad syntax
  69. 237 Error - Bad or undefined label (%s)
  70. 238 Error - Internal stack overflow
  71. 239 Internal error - Bad state (%s %d)
  72. 240 Error - Can't read '%s'
  73. 241 Error - Can't seek '%s'
  74. 242 Error - Unexpected statement
  75. 243 Error - Work buffer overflow
  76. 244 Error - Recursive #DEFINE assignment
  77. 245 Error - #DEFINE substitution buffer overflow
  78. 246 Error - #DEFINE substitution nest overflow
  79. 247 Error - Illegal preprocessor command usage
  80. 248 Error - %s nest overflow
  81. 249 Internal error - Bad structure type (%d)
  82. 250 Error - Missing filename
  83. 251 Error - Can't find '%s'
  84. 252 Error - Too many #DEFINE statements
  85. 253 Error - Too many input files
  86. 254 Error - Bad form for '%s'
  87. 255 Error - Bad '%s' syntax
  88. 256 Error - Expected #ENDIF
  89. 257 Error - Too many %s arguments
  90. 258 Error - Too many functions or arguments
  91. 259 Error - Too many files for debug
  92.