errore.msg 86 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629
  1. #
  2. # $Id$
  3. # This file is part of the Free Pascal Compiler
  4. # Copyright (c) 1998 by the Free Pascal Development team
  5. #
  6. # English (default) Language File for Free Pascal
  7. #
  8. # See the file COPYING.FPC, included in this distribution,
  9. # for details about the copyright.
  10. #
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. #
  15. #
  16. # The constants are build in the following order:
  17. # <part>_<type>_<txtidentifier>
  18. #
  19. # <part> is the part of the compiler the message is used
  20. # asmr_ assembler parsing
  21. # asmw_ assembler writing/binary writers
  22. # unit_ unit handling
  23. # scan_ scanner
  24. # parser_ parser
  25. # type_ type checking
  26. # general_ general info
  27. # exec_ calls to assembler, linker, binder
  28. #
  29. # <type> the type of the message it should normally used for
  30. # f_ fatal error
  31. # e_ error
  32. # w_ warning
  33. # n_ note
  34. # h_ hint
  35. # i_ info
  36. # l_ linenumber
  37. # u_ used
  38. # t_ tried
  39. # m_ macro
  40. # p_ procedure
  41. # c_ conditional
  42. # d_ debug message
  43. # b_ display overloaded procedures
  44. # x_ executable informations
  45. #
  46. #
  47. # General
  48. #
  49. # BeginOfTeX
  50. % \section{General compiler messages}
  51. % This section gives the compiler messages which are not fatal, but which
  52. % display useful information. The number of such messages can be
  53. % controlled with the various verbosity level \var{-v} switches.
  54. % \begin{description}
  55. general_t_compilername=T_Compiler: $1
  56. % When the \var{-vt} switch is used, this line tells you what compiler
  57. % is used.
  58. general_d_sourceos=D_Compiler OS: $1
  59. % When the \var{-vd} switch is used, this line tells you what the source
  60. % operating system is.
  61. general_i_targetos=I_Target OS: $1
  62. % When the \var{-vd} switch is used, this line tells you what the target
  63. % operating system is.
  64. general_t_exepath=T_Using executable path: $1
  65. % When the \var{-vt} switch is used, this line tells you where the compiler
  66. % looks for it's binaries.
  67. general_t_unitpath=T_Using unit path: $1
  68. % When the \var{-vt} switch is used, this line tells you where the compiler
  69. % looks for compiled units. You can set this path with the \var{-Fu}
  70. general_t_includepath=T_Using include path: $1
  71. % When the \var{-vt} switch is used, this line tells you where the compiler
  72. % looks for it's include files (files used in \var{\{\$I xxx\}} statements).
  73. % You can set this path with the \var{-I} option.
  74. general_t_librarypath=T_Using library path: $1
  75. % When the \var{-vt} switch is used, this line tells you where the compiler
  76. % looks for the libraries. You can set this path with the \var{-Fl} option.
  77. general_t_objectpath=T_Using object path: $1
  78. % When the \var{-vt} switch is used, this line tells you where the compiler
  79. % looks for object files you link in (files used in \var{\{\$L xxx\}} statements).
  80. % You can set this path with the \var{-Fo} option.
  81. general_i_abslines_compiled=I_$1 Lines compiled, $2 sec
  82. % When the \var{-vi} switch is used, the compiler reports the number
  83. % of lines compiled, and the time it took to compile them (real time,
  84. % not program time).
  85. general_f_no_memory_left=F_No memory left
  86. % The compiler doesn't have enough memory to compile your program. There are
  87. % several remedies for this:
  88. % \begin{itemize}
  89. % \item If you're using the build option of the compiler, try compiling the
  90. % different units manually.
  91. % \item If you're compiling a huge program, split it up in units, and compile
  92. % these separately.
  93. % \item If the previous two don't work, recompile the compiler with a bigger
  94. % heap (you can use the \var{-Ch} option for this, \seeo{Ch})
  95. % \end{itemize}
  96. general_i_writingresourcefile=I_Writing Resource String Table file: $1
  97. % This message is shown when the compiler writes the Resource String Table
  98. % file containing all the resource strings for a program.
  99. general_e_errorwritingresourcefile=E_Writing Resource String Table file: $1
  100. % This message is shown when the compiler encountered an error when writing
  101. % the Resource String Table file
  102. % \end{description}
  103. #
  104. # Scanner
  105. #
  106. % \section{Scanner messages.}
  107. % This section lists the messages that the scanner emits. The scanner takes
  108. % care of the lexical structure of the pascal file, i.e. it tries to find
  109. % reserved words, strings, etc. It also takes care of directives and
  110. % conditional compiling handling.
  111. % \begin{description}
  112. scan_f_end_of_file=F_Unexpected end of file
  113. % this typically happens in one of the following cases :
  114. % \begin{itemize}
  115. % \item The source file ends before the final \var{end.} statement. This
  116. % happens mostly when the \var{begin} and \var{end} statements aren't
  117. % balanced;
  118. % \item An include file ends in the middle of a statement.
  119. % \item A comment wasn't closed.
  120. % \end{itemize}
  121. scan_f_string_exceeds_line=F_String exceeds line
  122. % You forgot probably to include the closing ' in a string, so it occupies
  123. % multiple lines.
  124. scan_f_illegal_char=F_illegal character
  125. % An illegal character was encountered in the input file.
  126. scan_f_syn_expected=F_Syntax error, $1 expected but $2 found
  127. % This indicates that the compiler expected a different token than
  128. % the one you typed. It can occur almost everywhere where you make a
  129. % mistake against the pascal language.
  130. scan_t_start_include_file=T_Start reading includefile $1
  131. % When you provide the \var{-vt} switch, the compiler tells you
  132. % when it starts reading an included file.
  133. scan_w_comment_level=W_Comment level $1 found
  134. % When the \var{-vw} switch is used, then the compiler warns you if
  135. % it finds nested comments. Nested comments are not allowed in Turbo Pascal
  136. % and can be a possible source of errors.
  137. scan_n_far_directive_ignored=N_$F directive (FAR) ignored
  138. % The \var{FAR} directive is a 16-bit construction which is recorgnised
  139. % but ignored by the compiler, since it produces 32 bit code.
  140. scan_n_stack_check_global_under_linux=N_Stack check is global under Linux
  141. % Stack checking with the \var{-Cs} switch is ignored under \linux, since
  142. % \linux does this for you. Only displayed when \var{-vn} is used.
  143. scan_n_ignored_switch=N_Ignored compiler switch $1
  144. % With \var{-vn} on, the compiler warns if it ignores a switch
  145. scan_w_illegal_switch=W_Illegal compiler switch $1
  146. % You included a compiler switch (i.e. \var{\{\$... \}}) which the compiler
  147. % doesn't know.
  148. scan_w_switch_is_global=W_This compiler switch has a global effect
  149. % When \var{-vw} is used, the compiler warns if a switch is global.
  150. scan_e_illegal_char_const=E_Illegal char constant
  151. % This happens when you specify a character with its ASCII code, as in
  152. % \var{\#96}, but the number is either illegal, or out of range. The range
  153. % is 1-255.
  154. scan_f_cannot_open_input=F_Can't open file $1
  155. % \fpc cannot find the program or unit source file you specified on the
  156. % command line.
  157. scan_f_cannot_open_includefile=F_Can't open include file $1
  158. % \fpc cannot find the source file you specified in a \var{\{\$include ..\}}
  159. % statement.
  160. scan_e_too_much_endifs=E_Too many $ENDIFs or $ELSEs
  161. % Your \var{\{\$IFDEF ..\}} and {\{\$ENDIF\}} statements aren't balanced.
  162. scan_w_only_pack_records=W_Records fields can be aligned to 1,2,4 or 16 bytes only
  163. % You are specifying the \var{\{\$PACKRECORDS n\} } with an illegal value for
  164. % \var{n}. Only 1,2,4 or 16 are valid in this case.
  165. scan_w_only_pack_enum=W_Enumerated can be saved in 1,2 or 4 bytes only
  166. % You are specifying the \var{\{\$PACKENUM n\}} with an illegal value for
  167. % \var{n}. Only 1,2 or 4 are valid in this case.
  168. scan_e_endif_expected=E_$ENDIF expected for $1 $2 defined in line $3
  169. % Your conditional compilation statements are unbalanced.
  170. scan_e_preproc_syntax_error=E_Syntax error while parsing a conditional compiling expression
  171. % There is an error in the expression following the \var{\{\$if ..\}} compiler
  172. % directive.
  173. scan_e_error_in_preproc_expr=E_Evaluating a conditional compiling expression
  174. % There is an error in the expression following the \var{\{\$if ..\}} compiler
  175. % directive.
  176. scan_w_marco_cut_after_255_chars=W_Macro contents is cut after char 255 to evalute expression
  177. % The contents of macros canno be longer than 255 characters. This is a
  178. % safety in the compiler, to prevent buffer overflows. This is shown as a
  179. % warning, i.e. when the \var{-vw} switch is used.
  180. scan_e_endif_without_if=E_ENDIF without IF(N)DEF
  181. % Your \var{\{\$IFDEF ..\}} and {\{\$ENDIF\}} statements aren't balanced.
  182. scan_f_user_defined=F_User defined: $1
  183. % A user defined fatal error occurred. see also the \progref
  184. scan_e_user_defined=E_User defined: $1
  185. % A user defined error occurred. see also the \progref
  186. scan_w_user_defined=W_User defined: $1
  187. % A user defined warning occurred. see also the \progref
  188. scan_n_user_defined=N_User defined: $1
  189. % A user defined note was encountered. see also the \progref
  190. scan_h_user_defined=H_User defined: $1
  191. % A user defined hint was encountered. see also the \progref
  192. scan_i_user_defined=I_User defined: $1
  193. % User defined information was encountered. see also the \progref
  194. scan_e_keyword_cant_be_a_macro=E_Keyword redefined as macro has no effect
  195. % You cannot redefine keywords with macros.
  196. scan_f_macro_buffer_overflow=F_Macro buffer overflow while reading or expanding a macro
  197. % Your macro or it's result was too long for the compiler.
  198. scan_w_macro_deep_ten=W_Extension of macros exceeds a deep of 16.
  199. % When expanding a macro macros have been nested to a level of 16.
  200. % The compiler will expand no further, since this may be a sign that
  201. % recursion is used.
  202. scan_e_wrong_styled_switch=E_compiler switches aren't allowed in (* ... *) styled comments
  203. % Compiler switches should always be between \var{\{ \}} comment delimiters.
  204. scan_d_handling_switch=D_Handling switch "$1"
  205. % When you set debugging info on (\var{-vd}) the compiler tells you when it
  206. % is evaluating conditional compile statements.
  207. scan_c_endif_found=C_ENDIF $1 found
  208. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  209. % where it encounters conditional statements.
  210. scan_c_ifdef_found=C_IFDEF $1 found, $2
  211. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  212. % where it encounters conditional statements.
  213. scan_c_ifopt_found=C_IFOPT $1 found, $2
  214. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  215. % where it encounters conditional statements.
  216. scan_c_if_found=C_IF $1 found, $2
  217. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  218. % where it encounters conditional statements.
  219. scan_c_ifndef_found=C_IFNDEF $1 found, $2
  220. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  221. % where it encounters conditional statements.
  222. scan_c_else_found=C_ELSE $1 found, $2
  223. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  224. % where it encounters conditional statements.
  225. scan_c_skipping_until=C_Skipping until...
  226. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  227. % where it encounters conditional statements, and whether it is skipping or
  228. % compiling parts.
  229. scan_i_press_enter=I_Press <return> to continue
  230. % When the \var{-vi} switch is used, the compiler stops compilation
  231. % and waits for the \var{Enter} key to be pressed when it encounters
  232. % a \var{\{\$STOP\}} directive.
  233. scan_w_unsupported_switch=W_Unsupported switch $1
  234. % When warings are turned on (\var{-vw}) the compiler warns you about
  235. % unsupported switches. This means that the switch is used in Delphi or
  236. % Turbo Pascal, but not in \fpc
  237. scan_w_illegal_directive=W_Illegal compiler directive $1
  238. % When warings are turned on (\var{-vw}) the compiler warns you about
  239. % unrecognised switches. For a list of recognised switches, \progref
  240. scan_t_back_in=T_Back in $1
  241. % When you use (\var{-vt}) the compiler tells you when it has finished
  242. % reading an include file.
  243. scan_w_unsupported_app_type=W_Unsupported application type: $1
  244. % You get this warning, ff you specify an unknown application type
  245. % with the directive \var{\{\$APPTYPE\}}
  246. scan_w_app_type_not_support=W_APPTYPE isn't support by the target OS
  247. % The \var{\{\$APPTYPE\}} directive is supported by win32 applications only.
  248. scan_w_unsupported_asmmode_specifier=W_Unsupported assembler style specified $1
  249. % When you specify an assembler mode with the \var{\{\$ASMMODE xxx\}}
  250. % the compiler didn't recognize the mode you specified.
  251. scan_w_no_asm_reader_switch_inside_asm=W_ASM reader switch is not possible inside asm statement, $1 will be effective only for next
  252. % It is not possible to switch from one assembler reader to another
  253. % inside an assmebler block. The new reader will be used for next
  254. % assembler statement only.
  255. scan_e_wrong_switch_toggle=E_Wrong switch toggle, use ON/OFF or +/-
  256. % You need to use ON or OFF or a + or - to toggle the switch
  257. scan_e_resourcefiles_not_supported=E_Resource files are not supported for this target
  258. % The target you are compiling for doesn't support Resource files. The
  259. % only target which can use resource files is Win32
  260. scan_w_include_env_not_found=W_Include environment $1 not found in environment
  261. % The included environment variable can't be found in the environment, it'll
  262. % be replaced by an empty string instead.
  263. % \end{description}
  264. #
  265. # Parser
  266. #
  267. % \section{Parser messages}
  268. % This section lists all parser messages. The parser takes care of the
  269. % semantics of you language, i.e. it determines if your pascal constructs
  270. % are correct.
  271. % \begin{description}
  272. parser_e_syntax_error=E_Parser - Syntax Error
  273. % An error against the Turbo Pascal language was encountered. This happens
  274. % typically when an illegal character is found in the sources file.
  275. parser_w_proc_far_ignored=W_Procedure type FAR ignored
  276. % This is a warning. \var{FAR} is a construct for 8 or 16 bit programs. Since
  277. % the compile generates 32 bit programs, it ignores this directive.
  278. parser_w_proc_near_ignored=W_Procedure type NEAR ignored
  279. % This is a warning. \var{NEAR} is a construct for 8 or 16 bit programs. Since
  280. % the compile generates 32 bit programs, it ignores this directive.
  281. parser_w_proc_register_ignored=W_Procedure type REGISTER ignored
  282. % This is a warning. \var{REGISTER} is ignored by FPC programs for now.
  283. % This is introduced first for Delphi compatibility.
  284. parser_e_no_dll_file_specified=E_No DLL File specified
  285. % No longer in use.
  286. parser_e_export_name_double=E_Duplicate exported function name $1
  287. % Exported function names inside a specific DLL must all be different
  288. parser_e_export_ordinal_double=E_Duplicate exported function index $1
  289. % Exported function names inside a specific DLL must all be different
  290. parser_e_export_invalid_index=E_Invalid index for exported function
  291. % DLL function index must be in the range \var{1..\$FFFF}
  292. parser_e_constructorname_must_be_init=E_Constructor name must be INIT
  293. % You are declaring a constructor with a name which isn't \var{init}, and the
  294. % \var{-Ss} switch is in effect. See the \var{-Ss} switch (\seeo{Ss}).
  295. parser_e_destructorname_must_be_done=E_Destructor name must be DONE
  296. % You are declaring a constructor with a name which isn't \var{done}, and the
  297. % \var{-Ss} switch is in effect. See the \var{-Ss} switch (\seeo{Ss}).
  298. parser_e_illegal_open_parameter=E_Illegal open parameter
  299. % You are trying to use the wrong type for an open parameter.
  300. parser_e_proc_inline_not_supported=E_Procedure type INLINE not supported
  301. % You tried to compile a program with C++ style inlining, and forgot to
  302. % specify the \var{-Si} option (\seeo{Si}). The compiler doesn't support C++
  303. % styled inlining by default.
  304. parser_w_priv_meth_not_virtual=W_Private methods shouldn't be VIRTUAL
  305. % You declared a method in the private part of a object (class) as
  306. % \var{virtual}. This is not allowed. Private methods cannot be overridden
  307. % anyway.
  308. parser_w_constructor_should_be_public=W_Constructor should be public
  309. % Constructors must be in the 'public' part of an object (class) declaration.
  310. parser_w_destructor_should_be_public=W_Destructor should be public
  311. % Destructors must be in the 'public' part of an object (class) declaration.
  312. parser_n_only_one_destructor=N_Class should have one destructor only
  313. % You can declare only one destructor for a class.
  314. parser_e_no_local_objects=E_Local class definitions are not allowed
  315. % Classes must be defined globally. They cannot be defined inside a
  316. % procedure or function
  317. parser_f_no_anonym_objects=F_Anonym class definitions are not allowed
  318. % An invalid object (class) declaration was encountered, i.e. an
  319. % object or class without methods that isn't derived from another object or
  320. % class. For example:
  321. % \begin{verbatim}
  322. % Type o = object
  323. % a : longint;
  324. % end;
  325. % \end{verbatim}
  326. % will trigger this error.
  327. parser_object_has_no_vmt=E_The object $1 has no VMT
  328. parser_e_illegal_parameter_list=E_Illegal parameter list
  329. % You are calling a function with parameters that are of a different type than
  330. % the declared parameters of the function.
  331. parser_e_wrong_parameter_type=E_Wrong parameter type specified for arg no. $1
  332. % There is an error in the parameter list of the function or procedure.
  333. % The compiler cannot determine the error more accurate than this.
  334. parser_e_wrong_parameter_size=E_Wrong amount of parameters specified
  335. % There is an error in the parameter list of the function or procedure,
  336. % the number of parameters is not correct.
  337. parser_e_overloaded_no_procedure=E_overloaded identifier $1 isn't a function
  338. % The compiler encountered a symbol with the same name as an overloaded
  339. % function, but it isn't a function it can overload.
  340. parser_e_overloaded_have_same_parameters=E_overloaded functions have the same parameter list
  341. % You're declaring overloaded functions, but with the same parameter list.
  342. % Overloaded function must have at least 1 different parameter in their
  343. % declaration.
  344. parser_e_header_dont_match_forward=E_function header doesn't match the forward declaration $1
  345. % You declared a function with same parameters but
  346. % different result type or function specifiers.
  347. parser_e_header_different_var_names=E_function header $1 doesn't match forward : var name changes $2 => $3
  348. % You declared the function in the \var{interface} part, or with the
  349. % \var{forward} directive, but define it with a different parameter list.
  350. parser_n_duplicate_enum=N_Values in enumeration types have to be ascending
  351. % \fpc allows enumeration constructions as in C. Given the following
  352. % declaration two declarations:
  353. % \begin{verbatim}
  354. % type a = (A_A,A_B,A_E:=6,A_UAS:=200);
  355. % type a = (A_A,A_B,A_E:=6,A_UAS:=4);
  356. % \end{verbatim}
  357. % The second declaration would produce an error. \var{A\_UAS} needs to have a
  358. % value higher than \var{A\_E}, i.e. at least 7.
  359. parser_n_interface_name_diff_implementation_name=N_Interface and implementation names are different $1 => $2
  360. % This note warns you if the implementation and interface names of a
  361. % functions are different, but they have the same mangled name. This
  362. % is important when using overloaded functions (but should produce no error).
  363. parser_e_no_with_for_variable_in_other_segments=E_With can not be used for variables in a different segment
  364. % With stores a variable locally on the stack,
  365. % but this is not possible if the variable belongs to another segment.
  366. parser_e_too_much_lexlevel=E_function nesting > 31
  367. % You can nest function definitions only 31 times.
  368. parser_e_range_check_error=E_range check error while evaluating constants
  369. % The constants are out of their allowed range.
  370. parser_w_range_check_error=W_range check error while evaluating constants
  371. % The constants are out of their allowed range.
  372. parser_e_double_caselabel=E_duplicate case label
  373. % You are specifying the same label 2 times in a \var{case} statement.
  374. parser_e_case_lower_less_than_upper_bound=E_Upper bound of case range is less than lower bound
  375. % The upper bound of a \var{case} label is less than the lower bound and this
  376. % is useless
  377. parser_e_type_const_not_possible=E_typed constants of classes are not allowed
  378. % You cannot declare a constant of type class or object.
  379. parser_e_no_overloaded_procvars=E_functions variables of overloaded functions are not allowed
  380. % You are trying to assign an overloaded function to a procedural variable.
  381. % This isn't allowed.
  382. parser_e_invalid_string_size=E_string length must be a value from 1 to 255
  383. % The length of a string in Pascal is limited to 255 characters. You are
  384. % trying to declare a string with length lower than 1 or greater than 255
  385. % (This is not true for \var{Longstrings} and \var{AnsiStrings}.
  386. parser_w_use_extended_syntax_for_objects=W_use extended syntax of NEW and DISPOSE for instances of objects
  387. % If you have a pointer \var{a} to a class type, then the statement
  388. % \var{new(a)} will not initialize the class (i.e. the constructor isn't
  389. % called), although space will be allocated. you should issue the
  390. % \var{new(a,init)} statement. This will allocate space, and call the
  391. % constructor of the class.
  392. parser_w_no_new_dispose_on_void_pointers=W_use of NEW or DISPOSE for untyped pointers is meaningless
  393. parser_e_no_new_dispose_on_void_pointers=E_use of NEW or DISPOSE is not possible for untyped pointers
  394. % You cannot use \var{new(p)} or \var{dispose(p)} if \var{p} is an untyped pointer
  395. % because no size is associated to an untyped pointer.
  396. % Accepted for compatibility in \var{tp} and \var{delphi} modes.
  397. parser_e_class_id_expected=E_class identifier expected
  398. % This happens when the compiler scans a procedure declaration that contains
  399. % a dot,
  400. % i.e., a object or class method, but the type in front of the dot is not
  401. % a known type.
  402. parser_e_no_type_not_allowed_here=E_type identifier not allowed here
  403. % You cannot use a type inside an expression.
  404. parser_e_methode_id_expected=E_method identifier expected
  405. % This identifier is not a method.
  406. % This happens when the compiler scans a procedure declaration that contains
  407. % a dot, i.e., a object or class method, but the procedure name is not a
  408. % procedure of this type.
  409. parser_e_header_dont_match_any_member=E_function header doesn't match any method of this class
  410. % This identifier is not a method.
  411. % This happens when the compiler scans a procedure declaration that contains
  412. % a dot, i.e., a object or class method, but the procedure name is not a
  413. % procedure of this type.
  414. parser_p_procedure_start=P_procedure/function $1
  415. % When using the \var{-vp} switch, the compiler tells you when it starts
  416. % processing a procedure or function implementation.
  417. parser_e_error_in_real=E_Illegal floating point constant
  418. % The compiler expects a floating point expression, and gets something else.
  419. parser_e_fail_only_in_constructor=E_FAIL can be used in constructors only
  420. % You are using the \var{FAIL} instruction outside a constructor method.
  421. parser_e_no_paras_for_destructor=E_Destructors can't have parameters
  422. % You are declaring a destructor with a parameter list. Destructor methods
  423. % cannot have parameters.
  424. parser_e_only_class_methods_via_class_ref=E_Only class methods can be referred with class references
  425. % This error occurs in a situation like the following:
  426. % \begin{verbatim}
  427. % Type :
  428. % Tclass = Class of Tobject;
  429. %
  430. % Var C : TClass;
  431. %
  432. % begin
  433. % ...
  434. % C.free
  435. % \end{verbatim}
  436. % \var{Free} is not a class method and hence cannot be called with a class
  437. % reference.
  438. parser_e_only_class_methods=E_Only class methods can be accessed in class methods
  439. % This is related to the previous error. You cannot call a method of an object
  440. % from a inside a class method. The following code would produce this error:
  441. % \begin{verbatim}
  442. % class procedure tobject.x;
  443. %
  444. % begin
  445. % free
  446. % \end{verbatim}
  447. % Because free is a normal method of a class it cannot be called from a class
  448. % method.
  449. parser_e_case_mismatch=E_Constant and CASE types do not match
  450. % One of the labels is not of the same type as the case variable.
  451. parser_e_illegal_symbol_exported=E_The symbol can't be exported from a library
  452. % You can only export procedures and functions when you write a library. You
  453. % cannot export variables or constants.
  454. parser_w_should_use_override=W_An inherited method is hidden by $1
  455. % A method that is declared \var{virtual} in a parent class, should be
  456. % overridden in the descendent class with the \var{override} directive. If you
  457. % don't specify the \var{override} directive, you will hide the parent method;
  458. % you will not override it.
  459. parser_e_nothing_to_be_overridden=E_There is no method in an ancestor class to be overridden: $1
  460. % You try to \var{override} a virtual method of a parent class that doesn't
  461. % exist.
  462. parser_e_no_procedure_to_access_property=E_No member is provided to access property
  463. % You specified no \var{read} directive for a property.
  464. parser_w_stored_not_implemented=W_Stored prorperty directive is not yet implemented
  465. % The \var{stored} directive is not yet implemented
  466. parser_e_ill_property_access_sym=E_Illegal symbol for property access
  467. % There is an error in the \var{read} or \var{write} directives for an array
  468. % property. When you declare an array property, you can only access it with
  469. % procedures and functions. The following code woud cause such an error.
  470. % \begin{verbatim}
  471. % tmyobject = class
  472. % i : integer;
  473. % property x [i : integer]: integer read I write i;
  474. % \end{verbatim}
  475. %
  476. parser_e_cant_access_protected_member=E_Cannot access a protected field of an object here
  477. % Fields that are declared in a \var{protected} section of an object or class
  478. % declaration cannot be accessed outside the module wher the object is
  479. % defined, or outside descendent object methods.
  480. parser_e_cant_access_private_member=E_Cannot access a private field of an object here
  481. % Fields that are declared in a \var{private} section of an object or class
  482. % declaration cannot be accessed outside the module where the class is
  483. % defined.
  484. parser_w_overloaded_are_not_both_virtual=W_overloaded method of virtual method should be virtual: $1
  485. % If you declare overloaded methods in a class, then they should either all be
  486. % virtual, or none. You shouldn't mix them.
  487. parser_w_overloaded_are_not_both_non_virtual=W_overloaded method of non-virtual method should be non-virtual: $1
  488. % If you declare overloaded methods in a class, then they should either all be
  489. % virtual, or none. You shouldn't mix them.
  490. parser_e_overloaded_methodes_not_same_ret=E_overloaded methods which are virtual must have the same return type: $1
  491. % If you declare virtual overloaded methods in a class definition, they must
  492. % have the same return type.
  493. parser_e_dont_nest_export=E_EXPORT declared functions can't be nested
  494. % You cannot declare a function or procedure within a function or procedure
  495. % that was declared as an export procedure.
  496. parser_e_methods_dont_be_export=E_methods can't be EXPORTed
  497. % You cannot declare a procedure that is a method for an object as
  498. % \var{export}ed. That is, your methods cannot be called from a C program.
  499. parser_e_call_by_ref_without_typeconv=E_call by var parameters have to match exactly
  500. % When calling a function declared with \var{var} parameters, the variables in
  501. % the function call must be of exactly the same type. There is no automatic
  502. % type conversion.
  503. parser_e_no_super_class=E_Class isn't a parent class of the current class
  504. % When calling inherited methods, you are trying to call a method of a strange
  505. % class. You can only call an inherited method of a parent class.
  506. parser_e_self_not_in_method=E_SELF is only allowed in methods
  507. % You are trying to use the \var{self} parameter outside an object's method.
  508. % Only methods get passed the \var{self} parameters.
  509. parser_e_generic_methods_only_in_methods=E_methods can be only in other methods called direct with type identifier of the class
  510. % A construction like \var{sometype.somemethod} is only allowed in a method.
  511. parser_e_illegal_colon_qualifier=E_Illegal use of ':'
  512. % You are using the format \var{:} (colon) 2 times on an expression that
  513. % is not a real expression.
  514. parser_e_illegal_set_expr=E_range check error in set constructor or duplicate set element
  515. % The declaration of a set contains an error. Either one of the elements is
  516. % outside the range of the set type, either two of the elements are in fact
  517. % the same.
  518. parser_e_pointer_to_class_expected=E_Pointer to object expected
  519. % You specified an illegal type in a \var{New} statement.
  520. % The extended synax of \var{New} needs an object as a parameter.
  521. parser_e_expr_have_to_be_constructor_call=E_Expression must be constructor call
  522. % When using the extended syntax of \var{new}, you must specify the constructor
  523. % method of the object you are trying to create. The procedure you specified
  524. % is not a constructor.
  525. parser_e_expr_have_to_be_destructor_call=E_Expression must be destructor call
  526. % When using the extended syntax of \var{dispose}, you must specify the
  527. % destructor method of the object you are trying to dispose of.
  528. % The procedure you specified is not a destructor.
  529. parser_e_invalid_record_const=E_Illegal order of record elements
  530. % When declaring a constant record, you specified the fields in the wrong
  531. % order.
  532. parser_e_false_with_expr=E_Expression type must be class or record type
  533. % A \var{with} statement needs an argument that is of the type \var{record}
  534. % or \var{class}. You are using \var{with} on an expression that is not of
  535. % this type.
  536. parser_e_void_function=E_Procedures can't return a value
  537. % In \fpc, you can specify a return value for a function when using
  538. % the \var{exit} statement. This error occurs when you try to do this with a
  539. % procedure. Procedures cannot return a value.
  540. parser_e_constructors_always_objects=E_constructors and destructors must be methods
  541. % You're declaring a procedure as destructor or constructor, when the
  542. % procedure isn't a class method.
  543. parser_e_operator_not_overloaded=E_Operator is not overloaded
  544. % You're trying to use an overloaded operator when it isn't overloaded for
  545. % this type.
  546. parser_e_no_reraise_possible=E_Re-raise isn't possible there
  547. % You are trying to raise an exception where it isn't allowed. You can only
  548. % raise exceptions in an \var{except} block.
  549. parser_e_no_new_or_dispose_for_classes=E_The extended syntax of new or dispose isn't allowed for a class
  550. % You cannot generate an instance of a class with the extended syntax of
  551. % \var{new}. The constructor must be used for that. For the same reason, you
  552. % cannot call \var{Dispose} to de-allocate an instance of a class, the
  553. % destructor must be used for that.
  554. parser_e_asm_incomp_with_function_return=E_Assembler incompatible with function return type
  555. % You're trying to implement a \var{assembler} function, but the return type
  556. % of the function doesn't allow that.
  557. parser_e_procedure_overloading_is_off=E_Procedure overloading is switched off
  558. % When using the \var{-So} switch, procedure overloading is switched off.
  559. % Turbo Pascal does not support function overloading.
  560. parser_e_overload_operator_failed=E_It is not possible to overload this operator (overload = instead)
  561. % You are trying to overload an operator which cannot be overloaded.
  562. % The following operators can be overloaded :
  563. % \begin{verbatim}
  564. % +, -, *, /, =, >, <, <=, >=, is, as, in, **, :=
  565. % \end{verbatim}
  566. parser_e_comparative_operator_return_boolean=E_Comparative operator must return a boolean value
  567. % When overloading the \var{=} operator, the function must return a boolean
  568. % value.
  569. parser_e_only_virtual_methods_abstract=E_Only virtual methods can be abstract
  570. % You are declaring a method as abstract, when it isn't declared to be
  571. % virtual.
  572. parser_f_unsupported_feature=F_Use of unsupported feature!
  573. % You're trying to force the compiler into doing something it cannot do yet.
  574. parser_e_mix_of_classes_and_objects=E_The mix of CLASSES and OBJECTS isn't allowed
  575. % You cannot derive \var{objects} and \var{classes} intertwined . That is,
  576. % a class cannot have an object as parent and vice versa.
  577. parser_w_unknown_proc_directive_ignored=W_Unknown procedure directive had to be ignored: $1
  578. % The procedure direcive you secified is unknown. Recognised procedure
  579. % directives are \var{cdecl}, \var{stdcall}, \var{popstack}, \var{pascal}
  580. % \var{register}, \var{export}.
  581. parser_e_absolute_only_one_var=E_absolute can only be associated to ONE variable
  582. % You cannot specify more than one variable before the \var{absolute} directive.
  583. % Thus, the following construct will provide this error:
  584. % \begin{verbatim}
  585. % Var Z : Longint;
  586. % X,Y : Longint absolute Z;
  587. % \end{verbatim}
  588. % \item [ absolute can only be associated a var or const ]
  589. % The address of a \var{absolute} directive can only point to a variable or
  590. % constant. Therefore, the following code will produce this error:
  591. % \begin{verbatim}
  592. % Procedure X;
  593. %
  594. % var p : longint absolute x;
  595. % \end{verbatim}
  596. %
  597. parser_e_absolute_only_to_var_or_const=E_absolute can only be associated a var or const
  598. % The address of a \var{absolute} directive can only point to a variable or
  599. % constant. Therefore, the following code will produce this error:
  600. % \begin{verbatim}
  601. % Procedure X;
  602. %
  603. % var p : longint absolute x;
  604. % \end{verbatim}
  605. %
  606. parser_e_initialized_only_one_var=E_Only ONE variable can be initialized
  607. % You cannot specify more than one variable with a initial value
  608. % in Delphi syntax.
  609. parser_e_abstract_no_definition=E_Abstract methods shouldn't have any definition (with function body)
  610. % Abstract methods can only be declared, you cannot implement them. They
  611. % should be overridden by a descendant class.
  612. parser_e_overloaded_must_be_all_global=E_This overloaded function can't be local (must be exported)
  613. % You are defining a overloaded function in the implementation part of a unit,
  614. % but there is no corresponding declaration in the interface part of the unit.
  615. parser_w_virtual_without_constructor=W_Virtual methods are used without a constructor in $1
  616. % If you declare objects or classes that contain virtual methods, you need
  617. % to have a constructor and destructor to initialize them. The compiler
  618. % encountered an object or class with virtual methods that doesn't have
  619. % a constructor/destructor pair.
  620. parser_m_macro_defined=M_Macro defined: $1
  621. % When \var{-vm} is used, the compiler tells you when it defines macros.
  622. parser_m_macro_undefined=M_Macro undefined: $1
  623. % When \var{-vm} is used, the compiler tells you when it undefines macros.
  624. parser_m_macro_set_to=M_Macro $1 set to $2
  625. % When \var{-vm} is used, the compiler tells you what values macros get.
  626. parser_i_compiling=I_Compiling $1
  627. % When you turn on information messages (\var{-vi}), the compiler tells you
  628. % what units it is recompiling.
  629. parser_u_parsing_interface=U_Parsing interface of unit $1
  630. % This tells you that the reading of the interface
  631. % of the current unit starts
  632. parser_u_parsing_implementation=U_Parsing implementation of $1
  633. % This tells you that the code reading of the implementation
  634. % of the current unit, library or program starts
  635. parser_d_compiling_second_time=D_Compiling $1 for the second time
  636. % When you request debug messages (\var{-vd}) the compiler tells you what
  637. % units it recompiles for the second time.
  638. parser_e_no_paras_allowed=E_Array properties aren't allowed at this point
  639. % You cannot use array properties at that point.a
  640. parser_e_no_property_found_to_override=E_No property found to override
  641. % You want to overrride a property of a parent class, when there is, in fact,
  642. % no such property in the parent class.
  643. parser_e_only_one_default_property=E_Only one default property is allowed, found inherited default property in class $1
  644. % You specified a property as \var{Default}, but a parent class already has a
  645. % default property, and a class can have only one default property.
  646. parser_e_property_need_paras=E_The default property must be an array property
  647. % Only array properties of classes can be made \var{default} properties.
  648. parser_e_constructor_cannot_be_not_virtual=E_Virtual constructors are only supported in class object model
  649. % You cannot have virtual constructors in objects. You can only have them
  650. % in classes.
  651. parser_e_no_default_property_available=E_No default property available
  652. % You try to access a default property of a class, but this class (or one of
  653. % it's ancestors) doesn't have a default property.
  654. parser_e_cant_have_published=E_The class can't have a published section, use the {$M+} switch
  655. % If you want a \var{published} section in a class definition, you must
  656. % use the \var{\{\$M+\}} switch, whch turns on generation of type
  657. % information.
  658. parser_e_forward_declaration_must_be_resolved=E_Forward declaration of class $1 must be resolved here to use the class as ancestor
  659. % To be able to use an object as an ancestor object, it must be defined
  660. % first. This error occurs in the following situation:
  661. % \begin{verbatim}
  662. % Type ParentClas = Class;
  663. % ChildClass = Class(ParentClass)
  664. % ...
  665. % end;
  666. % \end{verbatim}
  667. % Where \var{ParentClass} is declared but not defined.
  668. parser_e_no_local_operator=E_Local operators not supported
  669. % You cannot overload locally, i.e. inside procedures or function
  670. % definitions.
  671. parser_e_proc_dir_not_allowed_in_interface=E_Procedure directive $1 not allowed in interface section
  672. % This procedure directive is not allowed in the \var{interface} section of
  673. % a unit. You can only use it in the \var{implementation} section.
  674. parser_e_proc_dir_not_allowed_in_implementation=E_Procedure directive $1 not allowed in implementation section
  675. % This procedure directive is not defined in the \var{implementation} section of
  676. % a unit. You can only use it in the \var{interface} section.
  677. parser_e_proc_dir_not_allowed_in_procvar=E_Procedure directive $1 not allowed in procvar declaration
  678. % This procedure directive cannot be part of a procedural of function
  679. % type declaration.
  680. parser_e_function_already_declared_public_forward=E_Function is already declared Public/Forward $1
  681. % You will get this error if a function is defined as \var{forward} twice.
  682. % Or it is once in the \var{interface} section, and once as a \var{forward}
  683. % declaration in the \var{implmentation} section.
  684. parser_e_not_external_and_export=E_Can't use both EXPORT and EXTERNAL
  685. % These two procedure directives are mutually exclusive
  686. parser_e_name_keyword_expected=E_NAME keyword expected
  687. % The definition of an external variable needs a \var{name} clause.
  688. parser_w_not_supported_for_inline=W_$1 not yet supported inside inline procedure/function
  689. % Inline procedures don't support this declaration.
  690. parser_w_inlining_disabled=W_Inlining disabled
  691. % Inlining of procedures is disabled.
  692. parser_i_writing_browser_log=I_Writing Browser log $1
  693. % When information messages are on, the compiler warns you when it
  694. % writes the browser log (generated with the \var{\{\$Y+ \}} switch).
  695. parser_h_maybe_deref_caret_missing=H_may be pointer dereference is missing
  696. % The compiler thinks that a pointer may need a dereference.
  697. parser_f_assembler_reader_not_supported=F_Selected assembler reader not supported
  698. % The selected assembler reader (with \var{\{\$ASMMODE xxx\}} is not
  699. % supported. The compiler can be compiled with or without support for a
  700. % particular assembler reader.
  701. parser_e_proc_dir_conflict=E_Procedure directive $1 has conflicts with other directives
  702. % You specified a procedure directive that conflicts with other directives.
  703. % for instance \var{cdecl} and \var{pascal} are mutually exclusive.
  704. parser_e_call_convention_dont_match_forward=E_Calling convention doesn't match forward
  705. % This error happens when you declare a function or procedure with
  706. % e.g. \var{cdecl;} but omit this directive in the implementation, or vice
  707. % versa. The calling convention is part of the function declaration, and
  708. % must be repeated in the function definition.
  709. parser_e_register_calling_not_supported=E_Register calling (fastcall) not supported
  710. % The \var{register} calling convention, i.e., arguments are passed in
  711. % registers instead of on the stack is not supported. Arguments are always
  712. % passed on the stack.
  713. parser_e_property_cant_have_a_default_value=E_Property can't have a default value
  714. % Set properties or indexed properties cannot have a default value.
  715. parser_e_property_default_value_must_const=E_The default value of a property must be constant
  716. % The value of a \var{default} declared property must be known at compile
  717. % time. The value you specified is only known at run time. This happens
  718. % .e.g. if you specify a variable name as a default value.
  719. parser_e_cant_publish_that=E_Symbol can't be published, can be only a class
  720. % Only class type variables can be in a \var{published} section of a class
  721. % if they are not declared as a property.
  722. parser_e_cant_publish_that_property=E_That kind of property can't be published
  723. % Properties in a \var{published} section cannot be array properties.
  724. % they must be moved to public sections. Properties in a \var{published}
  725. % section must be an ordinal type, a real type, strings or sets.
  726. parser_w_empty_import_name=W_Empty import name specified
  727. % Both index and name for the import are 0 or empty
  728. parser_e_empty_import_name=W_Empty import name specified
  729. % Some targets need a name for the imported procedure or a cdecl specifier
  730. parser_e_used_proc_name_changed=E_Function internal name changed after use of function
  731. parser_e_division_by_zero=E_Division by zero
  732. % There is a divsion by zero encounted
  733. parser_e_invalid_float_operation=E_Invalid floating point operation
  734. % An operation on two real type values produced an overflow or a division
  735. % by zero.
  736. parser_e_array_lower_less_than_upper_bound=E_Upper bound of range is less than lower bound
  737. % The upper bound of a \var{case} label is less than the lower bound and this
  738. % is not possible
  739. parser_e_string_larger_array=E_string length is larger than array of char length
  740. % The size of the constant string is larger than the size you specified in
  741. % the array[x..y] of char definition
  742. parser_e_ill_msg_expr=E_Illegal expression after message directive
  743. % \fpc supports only integer or string values as message constants
  744. parser_e_ill_msg_param=E_Message handlers can take only one call by ref. parameter
  745. % A method declared with the \var{message}-directive as message handler
  746. % can take only one parameter which must be declared as call by reference
  747. % Parameters are declared as call by reference using the \var{var}-directive
  748. parser_e_duplicate_message_label=E_Duplicate message label: $1
  749. % A label for a message is used twice in one object/class
  750. parser_e_self_in_non_message_handler=E_Self can be only an explicit parameter in message handlers
  751. % The self parameter can be passed only explicit if it is a method which
  752. % is declared as message method handler
  753. parser_e_threadvars_only_sg=E_Threadvars can be only static or global
  754. % Threadvars must be static or global, you can't declare a thread
  755. % local to a procedure. Local variables are always local to a thread,
  756. % because every thread has it's own stack and local variables
  757. % are stored on the stack
  758. parser_f_direct_assembler_not_allowed=F_Direct assembler not supported for binary output format
  759. % You can't use direct assembler when using a binary writer, choose an
  760. % other outputformat or use an other assembler reader
  761. parser_w_no_objpas_use_mode=W_Don't load OBJPAS unit manual, use {$mode objfpc} or {$mode delphi} instead
  762. % You're trying to load the ObjPas unit manual from a uses clause. This is
  763. % not a good idea to do, you can better use the \var{\{\$mode objfpc\}} or
  764. % \var{\{\$mode delphi\}}
  765. % directives which load the unit automaticly
  766. parser_e_no_object_override=E_OVERRIDE can't be used in objects
  767. % Override isn't support for objects, use VIRTUAL instead to override
  768. % a method of an anchestor object
  769. parser_e_cant_use_inittable_here=E_Data types which requires initialization/finalization can't be used in variant records
  770. % Some data type (e.g. \var{ansistring}) needs initialization/finalization
  771. % code which is implicitly generated by the compiler. Such data types
  772. % can't be used in the variant part of a record.
  773. parser_e_resourcestring_only_sg=E_Resourcestrings can be only static or global
  774. % Resourcestring can not be declared local, only global or using the static
  775. % directive.
  776. parser_e_exit_with_argument_not__possible=E_Exit with argument can't be used here
  777. % an exit statement with an argument for the return value can't be used here, this
  778. % can happen e.g. in \var{try..except} or \var{try..finally} blocks
  779. % \end{description}
  780. #
  781. # Type Checking
  782. #
  783. % \section{Type checking errors}
  784. % This section lists all errors that can occur when type checking is
  785. % performed.
  786. % \begin{description}
  787. type_e_mismatch=E_Type mismatch
  788. % This can happen in many cases:
  789. % \begin{itemize}
  790. % \item The variable you're assigning to is of a different type than the
  791. % expression in the assignment.
  792. % \item You are calling a function or procedure with parameters that are
  793. % incompatible with the parameters in the function or procedure definition.
  794. % \end{itemize}
  795. type_e_incompatible_types=E_Incompatible types: got "$1" expected "$2"
  796. % There is no conversion possible between the two types
  797. % Another possiblity is that they are declared in different
  798. % declarations:
  799. % \begin{verbatim}
  800. % Var
  801. % A1 : Array[1..10] Of Integer;
  802. % A2 : Array[1..10] Of Integer;
  803. %
  804. % Begin
  805. % A1:=A2; { This statement gives also this error, it
  806. % is due the strict type checking of pascal }
  807. % End.
  808. % \end{verbatim}
  809. type_e_not_equal_types=E_Type mismatch between $1 and $2
  810. % The types are not equal
  811. type_e_type_id_expected=E_Type identifier expected
  812. % The identifier is not a type, or you forgot to supply a type identifier.
  813. type_e_variable_id_expected=E_Variable identifier expected
  814. % This happens when you pass a constant to a \var{Inc} var or \var{Dec}
  815. % procedure. You can only pass variables as arguments to these functions.
  816. type_e_integer_expr_expected=E_Integer expression expected, but got "$1"
  817. % The compiler expects an expression of type integer, but gets a different
  818. % type.
  819. type_e_boolean_expr_expected=E_Boolean expression expected, but got "$1"
  820. % The expression must be a boolean type, it should be return true or
  821. % false.
  822. type_e_ordinal_expr_expected=E_Ordinal expression expected
  823. % The expression must be of ordinal type, i.e., maximum a \var{Longint}.
  824. % This happens, for instance, when you specify a second argument
  825. % to \var{Inc} or \var{Dec} that doesn't evaluate to an ordinal value.
  826. type_e_pointer_type_expected=E_pointer type expected, but got "$1"
  827. % The variable or expression isn't of the type \var{pointer}. This
  828. % happens when you pass a variable that isn't a pointer to \var{New}
  829. % or \var{Dispose}.
  830. type_e_class_type_expected=E_class type expected, but got "$1"
  831. % The variable of expression isn't of the type \var{class}. This happens
  832. % typically when
  833. % \begin{enumerate}
  834. % \item The parent class in a class declaration isn't a class.
  835. % \item An exception handler (\var{On}) contains a type identifier that
  836. % isn't a class.
  837. % \end{enumerate}
  838. type_e_varid_or_typeid_expected=E_Variable or type indentifier expected
  839. % The argument to the \var{High} or \var{Low} function is not a variable
  840. % nor a type identifier.
  841. type_e_cant_eval_constant_expr=E_Can't evaluate constant expression
  842. % No longer in use.
  843. type_e_set_element_are_not_comp=E_Set elements are not compatible
  844. % You are trying to make an operation on two sets, when the set element types
  845. % are not the same. The base type of a set must be the same when taking the
  846. % union
  847. type_e_set_operation_unknown=E_Operation not implemented for sets
  848. % several binary operations are not defined for sets
  849. % like div mod ** (also >= <= for now)
  850. type_w_convert_real_2_comp=W_Automatic type conversion from floating type to COMP which is an integer type
  851. % An implicit type conversion from a real type to a \var{comp} is
  852. % encountered. Since \var{Comp} is a 64 bit integer type, this may indicate
  853. % an error.
  854. type_h_use_div_for_int=H_use DIV instead to get an integer result
  855. % When hints are on, then an integer division with the '/' operator will
  856. % procuce this message, because the result will then be of type real
  857. type_e_strict_var_string_violation=E_string types doesn't match, because of $V+ mode
  858. % When compiling in \var{\{\$V+\}} mode, the string you pass as a parameter
  859. % should be of the exact same type as the declared parameter of the procedure.
  860. type_e_succ_and_pred_enums_with_assign_not_possible=E_succ or pred on enums with assignments not possible
  861. % When you declared an enumeration type which has assignments in it, as in C,
  862. % like in the following:
  863. % \begin{verbatim}
  864. % Tenum = (a,b,e:=5);
  865. % \end{verbatim}
  866. % you cannot use the \var{Succ} or \var{Pred} functions on them.
  867. type_e_cant_read_write_type=E_Can't read or write variables of this type
  868. % You are trying to \var{read} or \var{write} a variable from or to a
  869. % file of type text, which doesn't support that. Only integer types,
  870. % booleans, reals, pchars and strings can be read from/written to a text file.
  871. type_e_typeconflict_in_set=E_Type conflict between set elements
  872. % There is at least one set element which is of the wrong type, i.e. not of
  873. % the set type.
  874. type_w_maybe_wrong_hi_lo=W_lo/hi(dword/qword) returns the upper/lower word/dword
  875. % \fpc supports an overloaded version of \var{lo/hi} for \var{longint/dword/int64/qword}
  876. % which returns the lower/upper word/dword of the argument. TP always uses
  877. % a 16 bit \var{lo/hi} which returns always bits 0..7 for \var{lo} and the
  878. % bits 8..15 for \var{hi}. If you want the TP behavior you have
  879. % to type cast the argument to \var{word/integer}
  880. type_e_integer_or_real_expr_expected=E_Integer or real expression expected
  881. % The first argument to \var{str} must a real or integer type.
  882. type_e_wrong_type_in_array_constructor=E_Wrong type in array constructor
  883. % You are trying to use a type in an array constructor which is not
  884. % allowed.
  885. type_e_wrong_parameter_type=E_Incompatible type for arg no. $1: Got $2, expected $3
  886. % You are trying to pass an invalid type for the specified parameter.
  887. type_e_no_method_and_procedure_not_compatible=E_Method (variable) and Procedure (variable) are not compatible
  888. % You can't assign a method to a procedure variable or a procedure to a
  889. % method pointer.
  890. type_e_wrong_math_argument=E_Illegal constant passed to internal math function
  891. % The constant argument passed to a ln or sqrt function is out of
  892. % the definition range of these functions.
  893. type_e_no_addr_of_constant=E_Can't get the address of constants
  894. % It's not possible to get the address of a constant, because they
  895. % aren't stored in memory, you can try making it a typed constant.
  896. type_e_argument_must_be_lvalue=E_Argument must be l-value
  897. % Only expressions which can be on the left side of an
  898. % assignment can be passed as call by reference argument
  899. % Remark: Properties can be only
  900. % used on the left side of an assignment, but they can't be used as l-values
  901. type_e_cannot_local_proc_to_procvar=E_Can't assign local procedure/function to procedure variable
  902. % It's not allowed to assign a local procedure/function to a
  903. % procedure variable, because the calling of local procedure/function is
  904. % different. You can only assign local procedure/function to a void pointer.
  905. % \end{description}
  906. #
  907. # Symtable
  908. #
  909. % \section{Symbol handling}
  910. % This section lists all the messages that concern the handling of symbols.
  911. % This means all things that have to do with procedure and variable names.
  912. % \begin{description}
  913. sym_e_id_not_found=E_Identifier not found $1
  914. % The compiler doesn't know this symbol. Usually happens when you misspel
  915. % the name of a variable or procedure, or when you forgot to declare a
  916. % variable.
  917. sym_f_internal_error_in_symtablestack=F_Internal Error in SymTableStack()
  918. % An internal error occurred in the compiler; If you encounter such an error,
  919. % please contact the developers and try to provide an exact description of
  920. % the circumstances in which the error occurs.
  921. sym_e_duplicate_id=E_Duplicate identifier $1
  922. % The identifier was already declared in the current scope.
  923. sym_h_duplicate_id_where=H_Identifier already defined in $1 at line $2
  924. % The identifier was already declared in a previous scope.
  925. sym_e_unknown_id=E_Unknown identifier $1
  926. % The identifier encountered hasn't been declared, or is used outside the
  927. % scope where it's defined.
  928. sym_e_forward_not_resolved=E_Forward declaration not solved $1
  929. % This can happen in two cases:
  930. % \begin{itemize}
  931. % \item This happens when you declare a function (in the \var{interface} part, or
  932. % with a \var{forward} directive, but do not implement it.
  933. % \item You reference a type which isn't declared in the current \var{type}
  934. % block.
  935. % \end{itemize}
  936. sym_f_id_already_typed=F_Identifier type already defined as type
  937. % You are trying to redefine a type.
  938. sym_e_error_in_type_def=E_Error in type definition
  939. % There is an error in your definition of a new array type:
  940. % \item One of the range delimiters in an array declaration is erroneous.
  941. % For example, \var{Array [1..1.25]} will trigger this error.
  942. sym_e_type_id_not_defined=E_Type identifier not defined
  943. % The type identifier has not been defined yet.
  944. sym_e_forward_type_not_resolved=E_Forward type not resolved $1
  945. % The compiler encountered an unknown type.
  946. sym_e_only_static_in_static=E_Only static variables can be used in static methods or outside methods
  947. % A static method of an object can only access static variables.
  948. sym_e_invalid_call_tvarsymmangledname=E_Invalid call to tvarsym.mangledname()
  949. % An internal error occurred in the compiler; If you encounter such an error,
  950. % please contact the developers and try to provide an exact description of
  951. % the circumstances in which the error occurs.
  952. sym_f_type_must_be_rec_or_class=F_record or class type expected
  953. % The variable or expression isn't of the type \var{record} or \var{class}.
  954. sym_e_no_instance_of_abstract_object=E_Instances of classes or objects with an abstract method are not allowed
  955. % You are trying to generate an instance of a class which has an abstract
  956. % method that wasn't overridden.
  957. sym_w_label_not_defined=W_Label not defined $1
  958. % A label was declared, but not defined.
  959. sym_e_ill_label_decl=E_Illegal label declaration
  960. sym_e_goto_and_label_not_supported=E_GOTO and LABEL are not supported (use switch -Sg)
  961. % You must compile a program which has \var{label}s and \var{goto} statements
  962. % with the \var{-Sg} switch. By default, \var{label} and \var{goto} aren't
  963. % supported.
  964. sym_e_label_not_found=E_Label not found
  965. % A \var{goto label} was encountered, but the label isn't declared.
  966. sym_e_id_is_no_label_id=E_identifier isn't a label
  967. % The identifier specified after the \var{goto} isn't of type label.
  968. sym_e_label_already_defined=E_label already defined
  969. % You are defining a label twice. You can define a label only once.
  970. sym_e_ill_type_decl_set=E_illegal type declaration of set elements
  971. % The declaration of a set contains an invalid type definition.
  972. sym_e_class_forward_not_resolved=E_Forward class definition not resolved $1
  973. % You declared a class, but you didn't implement it.
  974. sym_h_para_identifier_not_used=H_Parameter not used $1
  975. % This is a warning. The identifier was declared (locally or globally) but
  976. % wasn't used (locally or globally).
  977. sym_n_local_identifier_not_used=N_Local variable not used $1
  978. % You have declared, but not used a variable in a procedure or function
  979. % implementation.
  980. sym_e_set_expected=E_Set type expected
  981. % The variable or expression isn't of type \var{set}. This happens in an
  982. % \var{in} statement.
  983. sym_w_function_result_not_set=W_Function result does not seem to be set
  984. % You can get this warning if the compiler thinks that a function return
  985. % value is not set. This will not be displayed for assembler procedures,
  986. % or procedures that contain assembler blocks.
  987. sym_e_illegal_field=E_Unknown record field identifier $1
  988. % The field doesn't exist in the record definition.
  989. sym_n_uninitialized_local_variable=W_Local variable $1 does not seem to be initialized
  990. sym_n_uninitialized_variable=W_Variable $1 does not seem to be initialized
  991. % These messages are displayed if the compiler thinks that a variable will
  992. % be used (i.e. appears in the right-hand-side of an expression) when it
  993. % wasn't initialized first (i.e. appeared in the left-hand side of an
  994. % assigment)
  995. sym_e_id_no_member=E_identifier idents no member $1
  996. % When using the extended syntax of \var{new}, you must specify the constructor
  997. % method of the class you are trying to create. The procedure you specified
  998. % does not exist.
  999. sym_b_param_list=B_Found declaration: $1
  1000. % You get this when you use the \var{-vb} switch. In case an overloaded
  1001. % procedure is not found, then all candidate overloaded procedures are
  1002. % listed, with their parameter lists.
  1003. sym_e_segment_too_large=E_Data segment too large (max. 2GB)
  1004. % You get this when you declare an array whose size exceeds the 2GB limit.
  1005. % \end{description}
  1006. #
  1007. # Codegenerator
  1008. #
  1009. % \section{Code generator messages}
  1010. % This section lists all messages that can be displayed if the code
  1011. % generator encounters an error condition.
  1012. % \begin{description}
  1013. cg_e_break_not_allowed=E_BREAK not allowed
  1014. % You're trying to use \var{break} outside a loop construction.
  1015. cg_e_continue_not_allowed=E_CONTINUE not allowed
  1016. % You're trying to use \var{continue} outside a loop construction.
  1017. cg_e_too_complex_expr=E_Expression too complicated - FPU stack overflow
  1018. % Your expression is too long for the compiler. You should try dividing the
  1019. % construct over multiple assignments.
  1020. cg_e_illegal_expression=E_Illegal expression
  1021. % This can occur under many circumstances. Mostly when trying to evaluate
  1022. % constant expressions.
  1023. cg_e_invalid_integer=E_Invalid integer expression
  1024. % You made an expression which isn't an integer, and the compiler expects the
  1025. % result to be an integer.
  1026. cg_e_invalid_qualifier=E_Illegal qualifier
  1027. % One of the following is happening :
  1028. % \begin{itemize}
  1029. % \item You're trying to access a field of a variable that is not a record.
  1030. % \item You're indexing a variable that is not an array.
  1031. % \item You're dereferencing a variable that is not a pointer.
  1032. % \end{itemize}
  1033. cg_e_upper_lower_than_lower=E_High range limit < low range limit
  1034. % You are declaring a subrange, and the lower limit is higher than the high
  1035. % limit of the range.
  1036. cg_e_illegal_count_var=E_Illegal counter variable
  1037. % The type of a \var{for} loop variable must be an ordinal type.
  1038. % Loop variables cannot be reals or strings.
  1039. cg_e_cant_choose_overload_function=E_Can't determine which overloaded function to call
  1040. % You're calling overloaded functions with a parameter that doesn't correspond
  1041. % to any of the declared function parameter lists. e.g. when you have declared
  1042. % a function with parameters \var{word} and \var{longint}, and then you call
  1043. % it with a parameter which is of type \var{integer}.
  1044. cg_e_parasize_too_big=E_Parameter list size exceeds 65535 bytes
  1045. % The I386 processor limits the parameter list to 65535 bytes (the \var{RET}
  1046. % instruction causes this)
  1047. cg_e_illegal_type_conversion=E_Illegal type conversion
  1048. % When doing a type-cast, you must take care that the sizes of the variable and
  1049. % the destination type are the same.
  1050. cg_d_pointer_to_longint_conv_not_portable=D_Conversion between ordinals and pointers is not portable across platforms
  1051. % If you typecast a pointer to a longint, this code will not compile
  1052. % on a machine using 64bit for pointer storage.
  1053. cg_e_file_must_call_by_reference=E_File types must be var parameters
  1054. % You cannot specify files as value parameters, i.e. they must always be
  1055. % declared \var{var} parameters.
  1056. cg_e_cant_use_far_pointer_there=E_The use of a far pointer isn't allowed there
  1057. % Free Pascal doesn't support far pointers, so you cannot take the address of
  1058. % an expression which has a far reference as a result. The \var{mem} construct
  1059. % has a far reference as a result, so the following code will produce this
  1060. % error:
  1061. % \begin{verbatim}
  1062. % var p : pointer;
  1063. % ...
  1064. % p:=@mem[a000:000];
  1065. % \end{verbatim}
  1066. cg_e_var_must_be_reference=E_illegal call by reference parameters
  1067. % You are trying to pass a constant or an expression to a procedure that
  1068. % requires a \var{var} parameter. Only variables can be passed as a \var{var}
  1069. % parameter.
  1070. cg_e_dont_call_exported_direct=E_EXPORT declared functions can't be called
  1071. % No longer in use.
  1072. cg_w_member_cd_call_from_method=W_Possible illegal call of constructor or destructor (doesn't match to this context)
  1073. % No longer in use.
  1074. cg_n_inefficient_code=N_Inefficient code
  1075. % You construction seems dubious to the compiler.
  1076. cg_w_unreachable_code=W_unreachable code
  1077. % You specified a loop which will never be executed. Example:
  1078. % \begin{verbatim}
  1079. % while false do
  1080. % begin
  1081. % {.. code ...}
  1082. % end;
  1083. % \end{verbatim}
  1084. cg_e_stackframe_with_esp=E_procedure call with stackframe ESP/SP
  1085. % The compiler encountered a procedure or function call inside a
  1086. % procedure that uses a \var{ESP/SP} stackframe. Normally, when a call is
  1087. % done the procedure needs a \var{EBP} stackframe.
  1088. cg_e_cant_call_abstract_method=E_Abstract methods can't be called directly
  1089. % You cannot call an abstract method directy, instead you must call a
  1090. % overriding child method, because an abstract method isn't implemented.
  1091. cg_f_internal_error_in_getfloatreg=F_Internal Error in getfloatreg(), allocation failure
  1092. % An internal error occurred in the compiler; If you encounter such an error,
  1093. % please contact the developers and try to provide an exact description of
  1094. % the circumstances in which the error occurs.
  1095. cg_f_unknown_float_type=F_Unknown float type
  1096. % The compiler cannot determine the kind of float that occurs in an expression.
  1097. cg_f_secondvecn_base_defined_twice=F_SecondVecn() base defined twice
  1098. % An internal error occurred in the compiler; If you encounter such an error,
  1099. % please contact the developers and try to provide an exact description of
  1100. % the circumstances in which the error occurs.
  1101. cg_f_extended_cg68k_not_supported=F_Extended cg68k not supported
  1102. % The var{extended} type is not supported on the m68k platform.
  1103. cg_f_32bit_not_supported_in_68000=F_32-bit unsigned not supported in MC68000 mode
  1104. % The cardinal is not supported on the m68k platform.
  1105. cg_f_internal_error_in_secondinline=F_Internal Error in secondinline()
  1106. % An internal error occurred in the compiler; If you encounter such an error,
  1107. % please contact the developers and try to provide an exact description of
  1108. % the circumstances in which the error occurs.
  1109. cg_d_register_weight=D_Register $1 weight $2 $3
  1110. % Debugging message. Shown when the compiler considers a variable for
  1111. % keeping in the registers.
  1112. cg_e_stacklimit_in_local_routine=E_Stack limit excedeed in local routine
  1113. % Your code requires a too big stack. Some operating systems pose limits
  1114. % on the stack size. You should use less variables or try ro put large
  1115. % variables on the heap.
  1116. cg_d_stackframe_omited=D_Stack frame is omitted
  1117. % Some procedure/functions do not need a complete stack-frame, so it is omitted.
  1118. % This message will be displayed when the {-vd} switch is used.
  1119. cg_e_unable_inline_object_methods=E_Object or class methods can't be inline.
  1120. % You cannot have inlined object methods.
  1121. cg_e_unable_inline_procvar=E_Procvar calls can't be inline.
  1122. % A procedure with a procedural variable call cannot be inlined.
  1123. cg_e_no_code_for_inline_stored=E_No code for inline procedure stored
  1124. % The compiler couldn't store code for the inline procedure.
  1125. cg_e_can_access_element_zero=E_Element zero of an ansi/wide- or longstring can't be accessed, use (set)length instead
  1126. % You should use \var{setlength} to set the length of an ansi/wide/longstring
  1127. % and \var{length} to get the length of such kinf of string
  1128. cg_e_include_not_implemented=E_Include and exclude not implemented in this case
  1129. % \var{include} and \var{exclude} are only partially
  1130. % implemented for \var{i386} processors
  1131. % and not at all for \var{m68k} processors.
  1132. cg_e_cannot_call_cons_dest_inside_with=E_Constructors or destructors can not be called inside a 'with' clause
  1133. % Inside a \var{With} clause you cannot call a constructor or destructor for the
  1134. % object you have in the \var{with} clause.
  1135. cg_e_cannot_call_message_direct=E_Cannot call message handler method directly
  1136. % A message method handler method can't be called directly if it contains an
  1137. % explicit self argument
  1138. % \end{description}
  1139. # EndOfTeX
  1140. #
  1141. # Assembler reader
  1142. #
  1143. asmr_d_start_reading=D_Starting $1 styled assembler parsing
  1144. asmr_d_finish_reading=D_Finished $1 styled assembler parsing
  1145. asmr_e_none_label_contain_at=E_Non-label pattern contains @
  1146. asmr_w_override_op_not_supported=W_Override operator not supported
  1147. asmr_e_building_record_offset=E_Error building record offset
  1148. asmr_e_offset_without_identifier=E_OFFSET used without identifier
  1149. asmr_e_type_without_identifier=E_TYPE used without identifier
  1150. asmr_e_no_local_or_para_allowed=E_Cannot use local variable or parameters here
  1151. asmr_e_need_offset=E_need to use OFFSET here
  1152. asmr_e_cant_have_multiple_relocatable_symbols=E_Cannot use multiple relocatable symbols
  1153. asmr_e_only_add_relocatable_symbol=E_Relocatable symbol can only be added
  1154. asmr_e_invalid_constant_expression=E_Invalid constant expression
  1155. asmr_e_relocatable_symbol_not_allowed=E_Relocatable symbol is not allowed
  1156. asmr_e_invalid_reference_syntax=E_Invalid reference syntax
  1157. asmr_e_local_symbol_not_allowed_as_ref=E_Local symbols not allowed as references
  1158. asmr_e_wrong_base_index=E_Invalid base and index register usage
  1159. asmr_e_wrong_scale_factor=E_Wrong scale factor specified
  1160. asmr_e_multiple_index=E_Multiple index register usage
  1161. asmr_e_invalid_operand_type=E_Invalid operand type
  1162. asmr_e_invalid_string_as_opcode_operand=E_Invalid string as opcode operand: $1
  1163. asmr_w_CODE_and_DATA_not_supported=W_@CODE and @DATA not supported
  1164. asmr_e_null_label_ref_not_allowed=E_Null label references are not allowed
  1165. asmr_e_ev_zero_divide=F_Divide by zero in asm evaluator
  1166. asmr_e_ev_stack_overflow=F_Evaluator stack overflow
  1167. asmr_e_ev_stack_underflow=F_Evaluator stack underflow
  1168. asmr_e_ev_invalid_number=F_Invalid numeric format in asm evaluator
  1169. asmr_e_ev_invalid_op=F_Invalid Operator in asm evaluator
  1170. asmr_e_escape_seq_ignored=E_escape sequence ignored: $1
  1171. asmr_e_invalid_symbol_ref=E_Invalid symbol reference
  1172. asmr_w_fwait_emu_prob=W_Fwait can cause emulation problems with emu387
  1173. asmr_w_calling_overload_func=W_Calling an overload function in assembler
  1174. asmr_e_unsupported_symbol_type=E_Unsupported symbol type for operand
  1175. asmr_e_constant_out_of_bounds=E_Constant value out of bounds
  1176. asmr_e_error_converting_decimal=E_Error converting decimal $1
  1177. asmr_e_error_converting_octal=E_Error converting octal $1
  1178. asmr_e_error_converting_binary=E_Error converting binary $1
  1179. asmr_e_error_converting_hexadecimal=E_Error converting hexadecimal $1
  1180. asmr_h_direct_global_to_mangled=H_$1 translated to $2
  1181. asmr_w_direct_global_is_overloaded_func=W_$1 is associated to an overloaded function
  1182. asmr_e_cannot_use_SELF_outside_a_method=E_Cannot use SELF outside a method
  1183. asmr_e_cannot_use_OLDEBP_outside_nested_procedure=E_Cannot use OLDEBP outside a nested procedure
  1184. asmr_e_void_function=W_Functions with void return value can't return any value in asm code
  1185. asmr_e_SEG_not_supported=E_SEG not supported
  1186. asmr_e_size_suffix_and_dest_dont_match=E_Size suffix and destination or source size do not match
  1187. asmr_w_size_suffix_and_dest_dont_match=W_Size suffix and destination or source size do not match
  1188. asmr_e_syntax_error=E_Assembler syntax error
  1189. asmr_e_invalid_opcode_and_operand=E_Invalid combination of opcode and operands
  1190. asmr_e_syn_operand=E_Assemler syntax error in operand
  1191. asmr_e_syn_constant=E_Assemler syntax error in constant
  1192. asmr_e_invalid_string_expression=E_Invalid String expression
  1193. asmr_w_const32bit_for_address=32bit constant created for address
  1194. asmr_e_invalid_or_missing_opcode=E_Invalid or missing opcode
  1195. asmr_e_invalid_prefix_and_opcode=E_Invalid combination of prefix and opcode: $1
  1196. asmr_e_invalid_override_and_opcode=E_Invalid combination of override and opcode: $1
  1197. asmr_e_too_many_operands=E_Too many operands on line
  1198. asmr_w_near_ignored=W_NEAR ignored
  1199. asmr_w_far_ignored=W_FAR ignored
  1200. asmr_e_dup_local_sym=E_Duplicate local symbol $1
  1201. asmr_e_unknown_local_sym=E_Undefined local symbol $1
  1202. asmr_e_unknown_label_identifier=E_Unknown label identifier $1
  1203. asmr_e_invalid_fpu_register=E_Invalid floating point register name
  1204. asmr_e_nor_not_supported=E_NOR not supported
  1205. asmr_w_modulo_not_supported=W_Modulo not supported
  1206. asmr_e_invalid_float_const=E_Invalid floating point constant $1
  1207. asmr_e_invalid_float_expr=E_Invalid floating point expression
  1208. asmr_e_wrong_sym_type=E_Wrong symbol type
  1209. asmr_e_cannot_index_relative_var=E_Cannot index a local var or parameter with a register
  1210. asmr_e_invalid_seg_override=E_Invalid segment override expression
  1211. asmr_w_id_supposed_external=W_Identifier $1 supposed external
  1212. asmr_e_string_not_allowed_as_const=E_Strings not allowed as constants
  1213. asmr_e_no_var_type_specified=No type of variable specified
  1214. asmr_w_assembler_code_not_returned_to_text=E_assembler code not returned to text section
  1215. asmr_e_not_directive_or_local_symbol=E_Not a directive or local symbol $1
  1216. asmr_w_using_defined_as_local=E_Using a defined name as a local label
  1217. asmr_e_dollar_without_identifier=E_Dollar token is used without an identifier
  1218. asmr_w_32bit_const_for_address=W_32bit constant created for address
  1219. asmr_n_align_is_target_specific=N_.align is target specific, use .balign or .p2align
  1220. asmr_e_cannot_access_field_directly_for_parameters=E_Can't access fields directly for parameters
  1221. % You should load the parameter first into a register and then access the
  1222. % fields using that register.
  1223. asmr_e_cannot_access_object_field_directly=E_Can't access fields of objects/classes directly
  1224. % You should load the self pointer first into a register and then access the
  1225. % fields using the register as base. By default the self pointer is available
  1226. % in the esi register on i386.
  1227. #
  1228. # Assembler/binary writers
  1229. #
  1230. asmw_f_too_many_asm_files=F_Too many assembler files
  1231. asmw_f_assembler_output_not_supported=F_Selected assembler output not supported
  1232. asmw_f_comp_not_supported=F_Comp not supported
  1233. asmw_f_direct_not_supported=F_Direct not support for binary writers
  1234. asmw_e_alloc_data_only_in_bss=E_Allocating of data is only allowed in bss section
  1235. asmw_f_no_binary_writer_selected=F_No binary writer selected
  1236. asmw_e_opcode_not_in_table=E_Asm: Opcode $1 not in table
  1237. asmw_e_invalid_opcode_and_operands=E_Asm: $1 invalid combination of opcode and operands
  1238. asmw_e_16bit_not_supported=E_Asm: 16 Bit references not supported
  1239. asmw_e_invalid_effective_address=E_Asm: Invalid effective address
  1240. asmw_e_immediate_or_reference_expected=E_Asm: Immediate or reference expected
  1241. asmw_e_value_exceeds_bounds=E_Asm: $1 value exceeds bounds $2
  1242. asmw_e_short_jmp_out_of_range=E_Asm: Short jump is out of range $1
  1243. #
  1244. # Executing linker/assembler
  1245. #
  1246. exec_w_source_os_redefined=W_Source operating system redefined
  1247. exec_i_assembling_pipe=I_Assembling (pipe) $1
  1248. exec_d_cant_create_asmfile=E_Can't create assember file $1
  1249. exec_w_assembler_not_found=W_Assembler $1 not found, switching to external assembling
  1250. exec_t_using_assembler=T_Using assembler: $1
  1251. exec_w_error_while_assembling=W_Error while assembling exitcode $1
  1252. exec_w_cant_call_assembler=W_Can't call the assembler, error $1 switching to external assembling
  1253. exec_i_assembling=I_Assembling $1
  1254. exec_i_assembling_smart=I_Assembling smartlink $1
  1255. exec_w_linker_not_found=W_Linker $1 not found, switching to external linking
  1256. exec_t_using_linker=T_Using linker: $1
  1257. exec_w_objfile_not_found=W_Object $1 not found, Linking may fail !
  1258. exec_w_libfile_not_found=W_Library $1 not found, Linking may fail !
  1259. exec_w_error_while_linking=W_Error while linking
  1260. exec_w_cant_call_linker=W_Can't call the linker, switching to external linking
  1261. exec_i_linking=I_Linking $1
  1262. exec_w_binder_not_found=W_binder not found, switching to external binding
  1263. exec_w_ar_not_found=W_ar not found, switching to external ar
  1264. exec_e_dll_not_supported=E_Dynamic Libraries not supported
  1265. exec_i_closing_script=I_Closing script $1
  1266. exec_w_res_not_found=W_resource compiler not found, switching to external mode
  1267. exec_i_compilingresource=I_Compiling resource $1
  1268. #
  1269. # Executable information
  1270. #
  1271. execinfo_f_cant_process_executable=F_Can't post process executable $1
  1272. execinfo_f_cant_open_executable=F_Can't open executable $1
  1273. execinfo_x_codesize=X_Size of Code: $1 bytes
  1274. execinfo_x_initdatasize=X_Size of initialized data: $1 bytes
  1275. execinfo_x_uninitdatasize=X_Size of uninitialized data: $1 bytes
  1276. execinfo_x_stackreserve=X_Stack space reserved: $1 bytes
  1277. execinfo_x_stackcommit=X_Stack space commited: $1 bytes
  1278. # Unit loading
  1279. #
  1280. # BeginOfTeX
  1281. % \section{Unit loading messages.}
  1282. % This section lists all messages that can occur when the compiler is
  1283. % loading a unit from disk into memory. Many of these mesages are
  1284. % informational messages.
  1285. % \begin{description}
  1286. unit_t_unitsearch=T_Unitsearch: $1
  1287. % When you use the \var{-vt}, the compiler tells you where it tries to find
  1288. % unit files.
  1289. unit_t_ppu_loading=T_PPU Loading $1
  1290. % When the \var{-vt} switch is used, the compiler tells you
  1291. % what units it loads.
  1292. unit_u_ppu_name=U_PPU Name: $1
  1293. % When you use the \var{-vu} flag, the unit name is shown.
  1294. unit_u_ppu_flags=U_PPU Flags: $1
  1295. % When you use the \var{-vu} flag, the unit flags are shown.
  1296. unit_u_ppu_crc=U_PPU Crc: $1
  1297. % When you use the \var{-vu} flag, the unit CRC check is shown.
  1298. unit_u_ppu_time=U_PPU Time: $1
  1299. % When you use the \var{-vu} flag, the unit time is shown.
  1300. unit_u_ppu_file_too_short=U_PPU File too short
  1301. % When you use the \var{-vu} flag, the unit time is shown.
  1302. unit_u_ppu_invalid_header=U_PPU Invalid Header (no PPU at the begin)
  1303. % A unit file contains as the first three bytes the ascii codes of \var{PPU}
  1304. unit_u_ppu_invalid_version=U_PPU Invalid Version $1
  1305. % This unit file was compiled with a different version of the compiler, and
  1306. % cannot be read.
  1307. unit_u_ppu_invalid_processor=U_PPU is compiled for an other processor
  1308. % This unit file was compiled for a different processor type, and
  1309. % cannot be read
  1310. unit_u_ppu_invalid_target=U_PPU is compiled for an other target
  1311. % This unit file was compiled for a different processor type, and
  1312. % cannot be read
  1313. unit_u_ppu_source=U_PPU Source: $1
  1314. % When you use the \var{-vu} flag, the unit CRC check is shown.
  1315. unit_u_ppu_write=U_Writing $1
  1316. % When you specify the \var{-vu} switch, the compiler will tell you where it
  1317. % writes the unit file.
  1318. unit_f_ppu_cannot_write=F_Can't Write PPU-File
  1319. % An err
  1320. unit_f_ppu_read_error=F_reading PPU-File
  1321. % Unexpected end of file
  1322. unit_f_ppu_read_unexpected_end=F_unexpected end of PPU-File
  1323. % This means that the unit file was corrupted, and contains invalid
  1324. % information. Recompilation will be necessary.
  1325. unit_f_ppu_invalid_entry=F_Invalid PPU-File entry: $1
  1326. % The unit the compiler is trying to read is corrupted, or generated with a
  1327. % newer version of the compiler.
  1328. unit_f_ppu_dbx_count_problem=F_PPU Dbx count problem
  1329. % There is an inconsistency in the debugging information of the unit.
  1330. unit_e_illegal_unit_name=E_Illegal unit name: $1
  1331. % The name of the unit doesn't match the file name.
  1332. unit_f_too_much_units=F_Too much units
  1333. % \fpc has a limit of 1024 units in a program. You can change this behavior
  1334. % by changing the \var{maxunits} constant in the \file{files.pas} file of the
  1335. % compiler, and recompiling the compiler.
  1336. unit_f_circular_unit_reference=F_Circular unit reference between $1 and $2
  1337. % Two units are using each other in the interface part. This is only allowed
  1338. % in the \var{implementation} part. At least one unit must contain the other one
  1339. % in the \var{implementation} section.
  1340. unit_f_cant_compile_unit=F_Can't compile unit $1, no sources available
  1341. % A unit was found that needs to be recompiled, but no sources are
  1342. % available.
  1343. unit_f_cant_find_ppu=F_Can't find unit $1
  1344. % You tried to use a unit of which the PPU file isn't found by the
  1345. % compiler. Check your config files for the unit pathes
  1346. unit_w_switch_us_missed=W_Compiling the system unit requires the -Us switch
  1347. % When recompiling the system unit (it needs special treatment), the
  1348. % \var{-Us} must be specified.
  1349. unit_f_errors_in_unit=F_There were $1 errors compiling module, stopping
  1350. % When the compiler encounters a fatal error or too many errors in a module
  1351. % then it stops with this message.
  1352. unit_u_load_unit=U_Load from $1 ($2) unit $3
  1353. % When you use the \var{-vu} flag, which unit is loaded from which unit is
  1354. % shown.
  1355. unit_u_recompile_crc_change=U_Recompiling $1, checksum changed for $2
  1356. unit_u_recompile_source_found_alone=U_Recompiling $1, source found only
  1357. % When you use the \var{-vu} flag, these messages tell you why the current
  1358. % unit is recompiled.
  1359. unit_u_recompile_staticlib_is_older=U_Recompiling unit, static lib is older than ppufile
  1360. % When you use the \var{-vu} flag, the compiler warns if the static library
  1361. % of the unit are older than the unit file itself.
  1362. unit_u_recompile_sharedlib_is_older=U_Recompiling unit, shared lib is older than ppufile
  1363. % When you use the \var{-vu} flag, the compiler warns if the shared library
  1364. % of the unit are older than the unit file itself.
  1365. unit_u_recompile_obj_and_asm_older=U_Recompiling unit, obj and asm are older than ppufile
  1366. % When you use the \var{-vu} flag, the compiler warns if the assembler of
  1367. % object file of the unit are older than the unit file itself.
  1368. unit_u_recompile_obj_older_than_asm=U_Recompiling unit, obj is older than asm
  1369. % When you use the \var{-vu} flag, the compiler warns if the assembler
  1370. % file of the unit is older than the object file of the unit.
  1371. unit_u_start_parse_interface=U_Parsing interface of $1
  1372. % When you use the \var{-vu} flag, the compiler warns that it starts
  1373. % parsing the interface part of the unit
  1374. unit_u_start_parse_implementation=U_Parsing implementation of $1
  1375. % When you use the \var{-vu} flag, the compiler warns that it starts
  1376. % parsing the implementation part of the unit
  1377. unit_u_second_load_unit=U_Second load for unit $1
  1378. % When you use the \var{-vu} flag, the compiler warns that it starts
  1379. % recompiling a unit for the second time. This can happend with interdepend
  1380. % units.
  1381. unit_u_check_time=U_PPU Check file $1 time $2
  1382. % When you use the \var{-vu} flag, the compiler show the filename and
  1383. % date and time of the file which a recompile depends on
  1384. % \end{description}
  1385. # EndOfTeX
  1386. #
  1387. # Options
  1388. #
  1389. option_usage=$1 [options] <inputfile> [options]
  1390. # BeginOfTeX
  1391. %
  1392. % \section{Command-line handling errors}
  1393. % This section lists errors that occur when the compiler is processing the
  1394. % command line or handling the configuration files.
  1395. % \begin{description}
  1396. option_only_one_source_support=W_Only one source file supported
  1397. % You can specify only one source file on the command line. The first
  1398. % one will be compiled, others will be ignored. This may indicate that
  1399. % you forgot a \var{'-'} sign.
  1400. option_def_only_for_os2=W_DEF file can be created only for OS/2
  1401. % This option can only be specified when you're compiling for OS/2
  1402. option_no_nested_response_file=E_nested response files are not supported
  1403. % you cannot nest response files with the \var{@file} command-line option.
  1404. option_no_source_found=F_No source file name in command line
  1405. % The compiler expects a source file name on the command line.
  1406. option_illegal_para=E_Illegal parameter: $1
  1407. % You specified an unknown option.
  1408. option_help_pages_para=H_-? writes help pages
  1409. % When an unknown option is given, this message is diplayed.
  1410. option_too_many_cfg_files=F_Too many config files nested
  1411. % You can only nest up to 16 config files.
  1412. option_unable_open_file=F_Unable to open file $1
  1413. % The option file cannot be found.
  1414. option_reading_further_from=N_Reading further options from $1
  1415. % Displayed when you have notes turned on, and the compiler switches
  1416. % to another options file.
  1417. option_target_is_already_set=W_Target is already set to: $1
  1418. % Displayed if more than one \var{-T} option is specified.
  1419. option_no_shared_lib_under_dos=W_Shared libs not supported on DOS platform, reverting to static
  1420. % If you specify \var{-CD} for the \dos platform, this message is displayed.
  1421. % The compiler supports only static libraries under \dos
  1422. option_too_many_ifdef=F_too many IF(N)DEFs
  1423. % the \var{\#IF(N)DEF} statements in the options file are not balanced with
  1424. % the \var{\#ENDIF} statements.
  1425. option_too_many_endif=F_too many ENDIFs
  1426. % the \var{\#IF(N)DEF} statements in the options file are not balanced with
  1427. % the \var{\#ENDIF} statements.
  1428. option_too_less_endif=F_open conditional at the end of the file
  1429. % the \var{\#IF(N)DEF} statements in the options file are not balanced with
  1430. % the \var{\#ENDIF} statements.
  1431. option_no_debug_support=W_Debug information generation is not supported by this executable
  1432. % It is possible to have a compiler executable that doesn't support
  1433. % the generation of debugging info. If you use such an executable with the
  1434. % \var{-g} switch, this warning will be displayed.
  1435. option_no_debug_support_recompile_fpc=H_Try recompiling with -dGDB
  1436. % It is possible to have a compiler executable that doesn't support
  1437. % the generation of debugging info. If you use such an executable with the
  1438. % \var{-g} switch, this warning will be displayed.
  1439. option_obsolete_switch=E_You are using the obsolete switch $1
  1440. % this warns you when you use a switch that is not needed/supported anymore.
  1441. % It is recommended that you remove the switch to overcome problems in the
  1442. % future, when the switch meaning may change.
  1443. option_obsolete_switch_use_new=E_You are using the obsolete switch $1, please use $2
  1444. % this warns you when you use a switch that is not supported anymore. You
  1445. % must now use the second switch instead.
  1446. % It is recommended that you change the switch to overcome problems in the
  1447. % future, when the switch meaning may change.
  1448. option_switch_bin_to_src_assembler=N_Switching assembler to default source writing assembler
  1449. % this notifies you that the assembler has been changed because you used the
  1450. % -a switch which can't be used with a binary assembler writer.
  1451. %\end{description}
  1452. # EndOfTeX
  1453. #
  1454. # Logo (option -l)
  1455. #
  1456. option_logo_start=Free Pascal Compiler version $FPCVER [$FPCDATE] for $FPCTARGET
  1457. option_logo_end=Copyright (c) 1993-98 by Florian Klaempfl
  1458. #
  1459. # Info (option -i)
  1460. #
  1461. option_info_start=Free Pascal Compiler version $FPCVER
  1462. option_info1=<lf>
  1463. option_info2=Compiler Date : $FPCDATE
  1464. option_info3=Compiler Target: $FPCTARGET
  1465. option_info4=<lf>
  1466. option_info5=This program comes under the GNU General Public Licence
  1467. option_info6=For more information read COPYING.FPC
  1468. option_info7=<lf>
  1469. option_info8=Report bugs,suggestions etc to:
  1470. option_info_end= [email protected]
  1471. #
  1472. # Help pages (option -? and -h)
  1473. #
  1474. # note: the ordering of the enum numbering doens't matter
  1475. #
  1476. ol_begin=**0*_put + after a boolean switch option to enable it, - to disable it
  1477. ol001=**1a_the compiler doesn't delete the generated assembler file
  1478. ol002=**2al_list sourcecode lines in assembler file
  1479. ol003=**2ar_list register allocation/release info in assembler file
  1480. ol004=**2at_list temp allocation/release info in assembler file
  1481. ol005=**1b_generate browser info
  1482. ol006=**2bl_generate local symbol info
  1483. ol007=**1B_build all modules
  1484. ol008=**1C<x>_code generation options:
  1485. ol009=3*2CD_create dynamic library
  1486. ol010=**2Ch<n>_<n> bytes heap (between 1023 and 67107840)
  1487. ol011=**2Ci_IO-checking
  1488. ol012=**2Cn_omit linking stage
  1489. ol013=**2Co_check overflow of integer operations
  1490. ol014=**2Cr_range checking
  1491. ol015=**2Cs<n>_set stack size to <n>
  1492. ol016=**2Ct_stack checking
  1493. ol017=3*2CS_create static library
  1494. ol018=3*2Cx_use smartlinking
  1495. ol019=**1d<x>_defines the symbol <x>
  1496. ol020=*O1D_generate a DEF file
  1497. ol021=*O2Dd<x>_set description to <x>
  1498. ol022=*O2Dw_PM application
  1499. ol023=**1e<x>_set path to executable
  1500. ol024=**1E_same as -Cn
  1501. ol025=**1F<x>_set file names and paths:
  1502. ol026=**2FD<x>_sets the directory where to search for compiler utilities
  1503. ol027=**2Fe<x>_redirect error output to <x>
  1504. ol028=**2FE<x>_set exe/unit output path to <x>
  1505. ol029=**2Fi<x>_adds <x> to include path
  1506. ol030=**2Fl<x>_adds <x> to library path
  1507. ol031=*L2FL<x>_uses <x> as dynamic linker
  1508. ol032=**2Fo<x>_adds <x> to object path
  1509. ol033=**2Fr<x>_load error message file <x>
  1510. ol034=**2Fu<x>_adds <x> to unit path
  1511. ol035=**2FU<x>_set unit output path to <x>, overrides -FE
  1512. ol036=*g1g<x>_generate debugger information:
  1513. ol037=*g2gg_use gsym
  1514. ol038=*g2gd_use dbx
  1515. ol039=*g2gh_use heap trace unit
  1516. ol040=*g2gc_generate checks for pointers
  1517. ol041=**1i_information
  1518. ol042=**2iD_return compiler date
  1519. ol043=**2iV_return compiler version
  1520. ol044=**2iSO_return compiler OS
  1521. ol045=**2iSP_return compiler processor
  1522. ol046=**2iTO_return target OS
  1523. ol047=**2iTP_return target processor
  1524. ol048=**1I<x>_adds <x> to include path
  1525. ol049=**1k<x>_Pass <x> to the linker
  1526. ol050=**1l_write logo
  1527. ol051=**1n_don't read the default config file
  1528. ol052=**1o<x>_change the name of the executable produced to <x>
  1529. ol053=**1pg_generate profile code for gprof
  1530. ol054=*L1P_use pipes instead of creating temporary assembler files
  1531. ol055=**1S<x>_syntax options:
  1532. ol056=**2S2_switch some Delphi 2 extensions on
  1533. ol057=**2Sc_supports operators like C (*=,+=,/= and -=)
  1534. ol058=**2Sd_tries to be Delphi compatible
  1535. ol059=**2Se<x>_compiler stops after the <x> errors (default is 1)
  1536. ol060=**2Sg_allow LABEL and GOTO
  1537. ol061=**2Sh_Use ansistrings
  1538. ol062=**2Si_support C++ styled INLINE
  1539. ol063=**2Sm_support macros like C (global)
  1540. ol064=**2So_tries to be TP/BP 7.0 compatible
  1541. ol065=**2Sp_tries to be gpc compatible
  1542. ol066=**2Ss_constructor name must be init (destructor must be done)
  1543. ol067=**2St_allow static keyword in objects
  1544. ol068=**1s_don't call assembler and linker (only with -a)
  1545. ol069=**1u<x>_undefines the symbol <x>
  1546. ol070=**1U_unit options:
  1547. ol071=**2Un_don't check the unit name
  1548. ol072=**2Us_compile a system unit
  1549. ol073=**1v<x>_Be verbose. <x> is a combination of the following letters:
  1550. ol074=**2*_e : Show errors (default) d : Show debug info
  1551. ol075=**2*_w : Show warnings u : Show unit info
  1552. ol076=**2*_n : Show notes t : Show tried/used files
  1553. ol077=**2*_h : Show hints m : Show defined macros
  1554. ol078=**2*_i : Show general info p : Show compiled procedures
  1555. ol079=**2*_l : Show linenumbers c : Show conditionals
  1556. ol080=**2*_a : Show everything 0 : Show nothing (except errors)
  1557. ol081=**2*_b : Show all procedure r : Rhide/GCC compatibility mode
  1558. ol082=**2*_ declarations if an error x : Executable info (Win32 only)
  1559. ol083=**2*_ occurs
  1560. ol084=**1X_executable options:
  1561. ol085=*L2Xc_link with the c library
  1562. ol086=**2XD_link with dynamic libraries (defines FPC_LINK_DYNAMIC)
  1563. ol087=**2Xs_strip all symbols from executable
  1564. ol088=**2XS_link with static libraries (defines FPC_LINK_STATIC)
  1565. ol089=**0*_Processor specific options:
  1566. ol090=3*1A<x>_output format:
  1567. ol091=3*2Aas_assemble using GNU AS
  1568. ol092=3*2Aasaout_assemble using GNU AS for aout (Go32v1)
  1569. ol093=3*2Anasmcoff_coff (Go32v2) file using Nasm
  1570. ol094=3*2Anasmelf_elf32 (Linux) file using Nasm
  1571. ol095=3*2Anasmobj_obj file using Nasm
  1572. ol096=3*2Amasm_obj file using Masm (Microsoft)
  1573. ol097=3*2Atasm_obj file using Tasm (Borland)
  1574. ol098=3*2Acoff_coff (Go32v2) using internal writer
  1575. ol099=3*2Apecoff_pecoff (Win32) using internal writer
  1576. ol100=3*1R<x>_assembler reading style:
  1577. ol101=3*2Ratt_read AT&T style assembler
  1578. ol102=3*2Rintel_read Intel style assembler
  1579. ol103=3*2Rdirect_copy assembler text directly to assembler file
  1580. ol104=3*1O<x>_optimizations:
  1581. ol105=3*2Og_generate smaller code
  1582. ol106=3*2OG_generate faster code (default)
  1583. ol107=3*2Or_keep certain variables in registers (still BUGGY!!!)
  1584. ol108=3*2Ou_enable uncertain optimizations (see docs)
  1585. ol109=3*2O1_level 1 optimizations (quick optimizations)
  1586. ol110=3*2O2_level 2 optimizations (-O1 + slower optimizations)
  1587. ol111=3*2O3_level 3 optimizations (same as -O2u)
  1588. ol112=3*2Op<x>_target processor:
  1589. ol113=3*3Op1_set target processor to 386/486
  1590. ol114=3*3Op2_set target processor to Pentium/PentiumMMX (tm)
  1591. ol115=3*3Op3_set target processor to PPro/PII/c6x86/K6 (tm)
  1592. ol116=3*1T<x>_Target operating system:
  1593. ol117=3*2TGO32V1_version 1 of DJ Delorie DOS extender
  1594. ol118=3*2TGO32V2_version 2 of DJ Delorie DOS extender
  1595. ol119=3*2TLINUX_Linux
  1596. ol120=3*2TOS2_OS/2 2.x
  1597. ol121=3*2TWin32_Windows 32 Bit
  1598. ol122=6*1A<x>_output format
  1599. ol123=6*2Aas_Unix o-file using GNU AS
  1600. ol124=6*2Agas_GNU Motorola assembler
  1601. ol125=6*2Amit_MIT Syntax (old GAS)
  1602. ol126=6*2Amot_Standard Motorola assembler
  1603. ol127=6*1O_optimizations:
  1604. ol128=6*2Oa_turn on the optimizer
  1605. ol129=6*2Og_generate smaller code
  1606. ol130=6*2OG_generate faster code (default)
  1607. ol131=6*2Ox_optimize maximum (still BUGGY!!!)
  1608. ol132=6*2O2_set target processor to a MC68020+
  1609. ol133=6*1R<x>_assembler reading style:
  1610. ol134=6*2RMOT_read motorola style assembler
  1611. ol135=6*1T<x>_Target operating system:
  1612. ol136=6*2TAMIGA_Commodore Amiga
  1613. ol137=6*2TATARI_Atari ST/STe/TT
  1614. ol138=6*2TMACOS_Macintosh m68k
  1615. ol139=6*2TLINUX_Linux-68k
  1616. ol140=**1*_
  1617. ol141=**1?_shows this help
  1618. ol_end=**1h_shows this help without waiting
  1619. #
  1620. # The End...
  1621. #