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

  1.       -2 Call: syn [Option] <file name> [Option] <output file> [Option]
  2.         /S <Nummer>    Stack size
  3.         /Hmax <Nummer> Max. Heap size
  4.         /Hmin <Nummer> Min. Heapg size
  5.  
  6.     1601 ')' missing
  7.  
  8.     1602 Could not find line end when reloading
  9.  
  10.     1603 argument missing
  11.  
  12.     1604 missing 'case' or 'default'
  13.  
  14.     1605 undefined label found
  15.  
  16.     1801 expect Operand
  17.  
  18.     1802 expect Operation
  19.  
  20.     1803 expect ';'
  21.  
  22.     1804 expect ','
  23.  
  24.     1805 expect '['
  25.  
  26.     1806 expect ']'
  27.  
  28.     1807 expect '('
  29.  
  30.     1808 expect ')'
  31.  
  32.     1809 expect '}'
  33.  
  34.     1810 expect '{'
  35.  
  36.     1820 expect Statement
  37.  
  38.     1821 expect Ausdruck
  39.  
  40.     1822 expect 'while'
  41.  
  42.     1823 expect Name
  43.  
  44.     1825 expect Typ specification
  45.  
  46.     1826 expect structure variable
  47.  
  48.     1827 expect Ausdruck after assignment
  49.  
  50.     1828 expect constant Ausdruck
  51.  
  52.     1829 expect '.' instat '->'
  53.  
  54.     1830 expect '->' instat '.'
  55.  
  56.     1831 Operands need to be from same type
  57.  
  58.     1832 expect Pointer type
  59.  
  60.     1833 expect ':'
  61.  
  62.     1834 expect number larger than Null
  63.  
  64.     1835 expect number or variable
  65.  
  66.     1836 expect character
  67.  
  68.     1837 expect Hexadecimal number
  69.  
  70.     1839 expect letter
  71.  
  72.     1841 expect '...'
  73.  
  74.     1842 expect function pointer
  75.  
  76.     1843 Function pointer needs to be dereferenziert
  77.  
  78.     1844 expect Integer
  79.  
  80.     1860 Unexpect: '('
  81.  
  82.     1861 Unexpect: ')'
  83.  
  84.     1862 Unexpect: 'break'
  85.  
  86.     1863 Unexpect: 'continue'
  87.  
  88.     1864 Unexpect: 'case'
  89.  
  90.     1865 Unexpect: 'default'
  91.  
  92.     1866 Unexpect: 'else'
  93.  
  94.     1869 Unexpect: 'struct'
  95.  
  96.     1870 Unexpect: 'typedef'
  97.  
  98.     1871 Unexpect: ','
  99.  
  100.     1873 Unexpect character: '%s'
  101.  
  102.     1874 Unexpect: '{'
  103.  
  104.     1875 Unexpect: '->'
  105.  
  106.     1876 Unexpect: '.'
  107.  
  108.     1877 Unexpect word: '%s'
  109.  
  110.     2001 Unknown option: '%s'
  111.  
  112.     2003 Could not write data
  113.  
  114.     2005 file  '%s' could not read data
  115.  
  116.     2006 file  '%s' could not open
  117.  
  118.     2007 file  '%s' not found
  119.  
  120.     2009 Output file not created
  121.  
  122.     2010 No memory available
  123.  
  124.     2011 Function 'main' not defined
  125.  
  126.     2013 Text positino could not be interpreted
  127.  
  128.     2014 Not all Forward-Deklarationen are defined
  129.  
  130.     2015 function multible not declaired
  131.  
  132.     2016 Typ conflict
  133.  
  134.     2017 Cast not possible
  135.  
  136.     2018 Cast not allowed
  137.  
  138.     2019 No lable
  139.  
  140.     2020 name exists but is not a variable
  141.  
  142.     2021 'default' double
  143.  
  144.     2022 name not defined
  145.  
  146.     2023 Multible defined
  147.  
  148.     2024 No structure element
  149.  
  150.     2025 variable not from Type 'struct'
  151.  
  152.     2026 Error in expression
  153.  
  154.     2027 Operation is not possible with this operand
  155.  
  156.     2028 Stack size is not enough
  157.  
  158.     2029 Code to large
  159.  
  160.     2030 Return value to large
  161.  
  162.     2031 Number is outside of legal range
  163.  
  164.     2032 String ist to long
  165.  
  166.     2033 to many Parameter
  167.  
  168.     2034 Not enough parameter
  169.  
  170.     2035 Array size unknown
  171.  
  172.     2036 Parametertyp is different to definition
  173.  
  174.     2037 Operation '&' not possible
  175.  
  176.     2038 Operation '*' not possible
  177.  
  178.     2039 Operation '[..]' not possible
  179.  
  180.     2040 Division by null
  181.  
  182.     2041 Operation with 'void'
  183.  
  184.     2042 Operands have different types
  185.  
  186.     2043 Return type of the function is different to declaration
  187.  
  188.     2044 Type of the function parameters is different to declaration
  189.  
  190.     2045 Operation with structure not possible
  191.  
  192.     2046 constant must not be changed
  193.  
  194.     2047 Function can not be dereferenziert
  195.  
  196.     2048 Function definition is different to declaration
  197.  
  198.     2049 String includes LF
  199.  
  200.     2050 'unsigned' Integer with pre sign
  201.  
  202.     2052 '%s' not defined
  203.  
  204.     2201 Limit: to many 'else'
  205.  
  206.     2202 Limit: to many 'case'
  207.  
  208.     2203 Limit: to many 'continue'
  209.  
  210.     2204 Limit: to many Gotolabel
  211.  
  212.     2205 Limit: to many Pointer
  213.  
  214.     2206 Limit: to many Arrays
  215.  
  216.     2207 Limit: functions was declared with more than 15 parametern
  217.  
  218.     2208 Limit: parameter list to long, may be not terminated string
  219.  
  220.     2209 Limit: No free register
  221.  
  222.     2210 Operating system does not support more available memory
  223.  
  224.     2211 Limit: to many structur elements
  225.  
  226.     2212 Limit: Identifier to long
  227.  
  228.     2213 Limit: line to long
  229.  
  230.     2214 Bit field to long
  231.  
  232.     2215 Integer-constant to large
  233.  
  234.     2216 Double-constant to large
  235.  
  236.     2217 Double-exponent to large
  237.  
  238.     2224 Limit: Recursion depth
  239.  
  240.     2225 Limit: not enough temporary memory
  241.  
  242.     2226 to many structure depths with '{'
  243.  
  244.     2228 Function to long
  245.  
  246.     2401 #pragma StackSize new defined
  247.  
  248.     2402 #pragma HeapMin new defined
  249.  
  250.     2403 #pragma HeapMax new defined
  251.  
  252.     2404 #pragma StackSize value validated
  253.  
  254.     2405 #pragma HeapMin value validated
  255.  
  256.     2406 #pragma HeapMax value validated
  257.  
  258.     2407 #pragma '%s' unknown
  259.  
  260.     2410 Operand to 'unsigned' converted
  261.