home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Reklamy / CAD-Projekt / MegaCAD-4_5 / CC / ERRORS.CP_ / ERRORS.CP
Text File  |  1995-03-21  |  3KB  |  160 lines

  1.       -1 Call: icpp [Option] <Source file> [Option] <Output file> [Option]
  2.         /D <Name>      #define name
  3.         /I <Pfad>      path for include files
  4.         /E             Output to stdout
  5. MEGA_INCLUDE_PATH      Environment: Search path for #include ...
  6.  
  7.     1601 ')' missing
  8.  
  9.     1602 Could not find line end when reloading
  10.  
  11.     1603 argument missing
  12.  
  13.     1801 expect operand
  14.  
  15.     1802 expect operation
  16.  
  17.     1803 expect ';'
  18.  
  19.     1804 expect ','
  20.  
  21.     1805 expect '['
  22.  
  23.     1806 expect ']'
  24.  
  25.     1807 expect '('
  26.  
  27.     1808 expect ')'
  28.  
  29.     1809 expect '}'
  30.  
  31.     1810 expect '{'
  32.  
  33.     1811 expect '"' or '<'
  34.  
  35.     1812 expect '>'
  36.  
  37.     1823 expect name
  38.  
  39.     1824 expect key word
  40.  
  41.     1825 expect type specification
  42.  
  43.     1827 expect Ausdruck after assignment
  44.  
  45.     1828 expect constant Ausdruck
  46.  
  47.     1831 Operanden must be of same type
  48.  
  49.     1834 expect number larger than Null
  50.  
  51.     1835 expect natural number or variable
  52.  
  53.     1836 expect charachter
  54.  
  55.     1837 expect Hexa decimal number
  56.  
  57.     1838 expect line end
  58.  
  59.     1839 expect letter
  60.  
  61.     1840 expect path name after #include
  62.  
  63.     1860 Unexpect: '('
  64.  
  65.     1861 Unexpect: ')'
  66.  
  67.     1867 Unexpect: '#elif'
  68.  
  69.     1868 Unexpect: '#endif'
  70.  
  71.     1871 Unexpect: ','
  72.  
  73.     1872 Unexpecttes character in #define ...
  74.  
  75.     1873 Unexpect character: '%s'
  76.  
  77.     1874 Unexpect: '{'
  78.  
  79.     1877 Unexpect word: '%s'
  80.  
  81.     2001 Unknown option: '%s'
  82.  
  83.     2002 file name after #include missing
  84.  
  85.     2003 can't write data
  86.  
  87.     2005 Could not read file '%s'
  88.  
  89.     2006 Could not open file '%s'
  90.  
  91.     2007 Could not find file '%s'
  92.  
  93.     2009 No Output file created
  94.  
  95.     2010 No memory available
  96.  
  97.     2012 #error: %s
  98.  
  99.     2013 Text position can not be interpreted
  100.  
  101.     2016 Typ conflict
  102.  
  103.     2018 Cast not legal
  104.  
  105.     2023 Multiple defined
  106.  
  107.     2025 Variable is not from type 'struct'
  108.  
  109.     2026 Error im Ausdruck
  110.  
  111.     2031 Number is outside of legal range
  112.  
  113.     2032 String is to long
  114.  
  115.     2033 To many parameters
  116.  
  117.     2034 No enough parameters
  118.  
  119.     2037 Operation '&' not possible
  120.  
  121.     2038 Operation '*' not possible
  122.  
  123.     2039 Operation '[..]' not possible
  124.  
  125.     2040 Division by Null
  126.  
  127.     2042 Operands have different types
  128.  
  129.     2046 Constant must not be changed
  130.  
  131.     2049 String includes LF
  132.  
  133.     2207 Limit: Function was declared with more than 15 parameters
  134.  
  135.     2210 Operating system does not support available memory anymore
  136.  
  137.     2213 Limit: Line to long
  138.  
  139.     2215 Integer-constant to large
  140.  
  141.     2216 Double-constant zu large
  142.  
  143.     2217 Double-Exponent to large
  144.  
  145.     2218 Limit: To many '#if'
  146.  
  147.     2219 Limit: To many '#ifdef'
  148.  
  149.     2220 Limit: To many '#ifndef'
  150.  
  151.     2221 Limit: Include path is to long.
  152.  
  153.     2222 Limit: Structure depth of #include is max. 10
  154.  
  155.     2223 Limit: Structure depth of #if is max. 200
  156.  
  157.     2227 Not enough memory to expand macro
  158.  
  159.     2410 Operand to 'unsigned' converted
  160.