errore.msg 93 KB

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