errore.msg 94 KB

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