msgtxt.inc 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  1. {$ifdef Delphi}
  2. const msgtxt : array[0..000095] of string[240]=(
  3. {$else Delphi}
  4. const msgtxt : array[0..000095,1..240] of char=(
  5. {$endif Delphi}
  6. 'T_Compiler: $1'#000+
  7. 'D_Compiler OS: $1'#000+
  8. 'I_Target OS: $1'#000+
  9. 'T_Using executable path: $1'#000+
  10. 'T_Using unit path: $1'#000+
  11. 'T_Using include path: $1'#000+
  12. 'T_Using library path: $1'#000+
  13. 'T_Using object path: $1'#000+
  14. 'I_$1 Lines compiled, $2 sec'#000+
  15. 'F_No memory left'#000+
  16. 'F_Unexpected end of fi','le'#000+
  17. 'F_String exceeds line'#000+
  18. 'F_illegal character'#000+
  19. 'F_Syntax error, $1 expected but $2 found'#000+
  20. 'T_Start reading includefile $1'#000+
  21. 'W_Comment level $1 found'#000+
  22. 'N_$F directive (FAR) ignored'#000+
  23. 'N_Stack check is global under Linux'#000+
  24. 'N_Ignored compiler switch $1'#000+
  25. 'W_Il','legal compiler switch $1'#000+
  26. 'W_This compiler switch has a global effect'#000+
  27. 'E_Illegal char constant'#000+
  28. 'F_Can'#039't open file $1'#000+
  29. 'F_Can'#039't open include file $1'#000+
  30. 'E_Too many $ENDIFs or $ELSEs'#000+
  31. 'W_Records fields can be aligned to 1,2,4 or 16 bytes only'#000+
  32. 'W_Enumerate','d can be saved in 1,2 or 4 bytes only'#000+
  33. 'E_$1 expected for $2 defined in line $3'#000+
  34. 'E_Syntax error while parsing a conditional compiling expression'#000+
  35. 'E_Evaluating a conditional compiling expression'#000+
  36. 'W_Macro contents is cut after char 255 to evalute ','expression'#000+
  37. 'E_ENDIF without IF(N)DEF'#000+
  38. 'F_User defined: $1'#000+
  39. 'E_User defined: $1'#000+
  40. 'W_User defined: $1'#000+
  41. 'N_User defined: $1'#000+
  42. 'H_User defined: $1'#000+
  43. 'I_User defined: $1'#000+
  44. 'E_Keyword redefined as macro has no effect'#000+
  45. 'F_Macro buffer overflow while reading or expand','ing a macro'#000+
  46. 'W_Extension of macros exceeds a deep of 16.'#000+
  47. 'E_compiler switches aren'#039't allowed in (* ... *) styled comments'#000+
  48. 'D_Handling switch "$1"'#000+
  49. 'C_ENDIF $1 found'#000+
  50. 'C_IFDEF $1 found, $2'#000+
  51. 'C_IFOPT $1 found, $2'#000+
  52. 'C_IF $1 found, $2'#000+
  53. 'C_IFNDEF $1 found, $','2'#000+
  54. 'C_ELSE $1 found, $2'#000+
  55. 'C_Skipping until...'#000+
  56. 'I_Press <return> to continue'#000+
  57. 'W_Unsupported switch $1'#000+
  58. 'W_Illegal compiler directive $1'#000+
  59. 'T_Back in $1'#000+
  60. 'W_Unsupported application type: $1'#000+
  61. 'W_$APPTYPE isn'#039't support by the target OS'#000+
  62. 'W_Unsupported assembler',' style specified $1'#000+
  63. 'W_ASM reader switch is not possible inside asm statement, $1 will be e'+
  64. 'ffective only for next'#000+
  65. 'E_Wrong switch toggle, use ON/OFF or +/-'#000+
  66. 'E_Resource files are not supported for this target'#000+
  67. 'E_Parser - Syntax Error'#000+
  68. 'W_Procedure',' type FAR ignored'#000+
  69. 'W_Procedure type NEAR ignored'#000+
  70. 'W_Procedure type REGISTER ignored'#000+
  71. 'E_No DLL File specified'#000+
  72. 'E_Duplicate exported function name $1'#000+
  73. 'E_Duplicate exported function index $1'#000+
  74. 'E_Invalid index for exported function'#000+
  75. 'E_Constructor name ','must be INIT'#000+
  76. 'E_Destructor name must be DONE'#000+
  77. 'E_Illegal open parameter'#000+
  78. 'E_Procedure type INLINE not supported'#000+
  79. 'W_Private methods shouldn'#039't be VIRTUAL'#000+
  80. 'W_Constructor should be public'#000+
  81. 'W_Destructor should be public'#000+
  82. 'N_Class should have one destructo','r only'#000+
  83. 'E_Local class definitions are not allowed'#000+
  84. 'F_Anonym class definitions are not allowed'#000+
  85. 'E_The object $1 has no VMT'#000+
  86. 'E_Illegal parameter list'#000+
  87. 'E_Wrong parameter type specified for arg #$1'#000+
  88. 'E_Wrong amount of parameters specified'#000+
  89. 'E_overloaded',' identifier $1 isn'#039't a function'#000+
  90. 'E_overloaded functions have the same parameter list'#000+
  91. 'E_function header doesn'#039't match the forward declaration $1'#000+
  92. 'E_function header $1 doesn'#039't match forward : var name changes $2 ='+
  93. '> $3'#000+
  94. 'N_Values in enumeration ty','pes have to be ascending'#000+
  95. 'N_Interface and implementation names are different $1 => $2'#000+
  96. 'E_With can not be used for variables in a different segment'#000+
  97. 'E_function nesting > 31'#000+
  98. 'E_range check error while evaluating constants'#000+
  99. 'W_range check error whil','e evaluating constants'#000+
  100. 'E_duplicate case label'#000+
  101. 'E_Upper bound of case range is less than lower bound'#000+
  102. 'E_typed constants of classes are not allowed'#000+
  103. 'E_functions variables of overloaded functions are not allowed'#000+
  104. 'E_string length must be a value fr','om 1 to 255'#000+
  105. 'W_use extended syntax of NEW and DISPOSE for instances of objects'#000+
  106. 'W_use of NEW or DISPOSE for untyped pointers is meaningless'#000+
  107. 'E_use of NEW or DISPOSE is not possible for untyped pointers'#000+
  108. 'E_class identifier expected'#000+
  109. 'E_type identi','fier not allowed here'#000+
  110. 'E_method identifier expected'#000+
  111. 'E_function header doesn'#039't match any method of this class'#000+
  112. 'P_procedure/function $1'#000+
  113. 'E_Illegal floating point constant'#000+
  114. 'E_FAIL can be used in constructors only'#000+
  115. 'E_Destructors can'#039't have parameter','s'#000+
  116. 'E_Only class methods can be referred with class references'#000+
  117. 'E_Only class methods can be accessed in class methods'#000+
  118. 'E_Constant and CASE types do not match'#000+
  119. 'E_The symbol can'#039't be exported from a library'#000+
  120. 'W_An inherited method is hidden by $1'#000+
  121. 'E_','There is no method in an ancestor class to be overridden: $1'#000+
  122. 'E_No member is provided to access property'#000+
  123. 'W_Stored prorperty directive is not yet implemented'#000+
  124. 'E_Illegal symbol for property access'#000+
  125. 'E_Cannot access a protected field of an object ','here'#000+
  126. 'E_Cannot access a private field of an object here'#000+
  127. 'W_overloaded method of virtual method should be virtual: $1'#000+
  128. 'W_overloaded method of non-virtual method should be non-virtual: $1'#000+
  129. 'E_overloaded methods which are virtual must have the same',' return typ'+
  130. 'e: $1'#000+
  131. 'E_EXPORT declared functions can'#039't be nested'#000+
  132. 'E_methods can'#039't be EXPORTed'#000+
  133. 'E_call by var parameters have to match exactly'#000+
  134. 'E_Class isn'#039't a parent class of the current class'#000+
  135. 'E_SELF is only allowed in methods'#000+
  136. 'E_methods can be onl','y in other methods called direct with type ident'+
  137. 'ifier of the class'#000+
  138. 'E_Illegal use of '#039':'#039#000+
  139. 'E_range check error in set constructor or duplicate set element'#000+
  140. 'E_Pointer to object expected'#000+
  141. 'E_Expression must be constructor call'#000+
  142. 'E_Expression must be ','destructor call'#000+
  143. 'E_Illegal order of record elements'#000+
  144. 'E_Expression type must be class or record type'#000+
  145. 'E_Procedures can'#039't return a value'#000+
  146. 'E_constructors and destructors must be methods'#000+
  147. 'E_Operator is not overloaded'#000+
  148. 'E_Re-raise isn'#039't possible there'#000,
  149. 'E_The extended syntax of new or dispose isn'#039't allowed for a class'#000+
  150. 'E_Assembler incompatible with function return type'#000+
  151. 'E_Procedure overloading is switched off'#000+
  152. 'E_It is not possible to overload this operator (overload = instead)'#000+
  153. 'E_Comparative o','perator must return a boolean value'#000+
  154. 'E_Only virtual methods can be abstract'#000+
  155. 'F_Use of unsupported feature!'#000+
  156. 'E_The mix of CLASSES and OBJECTS isn'#039't allowed'#000+
  157. 'W_Unknown procedure directive had to be ignored: $1'#000+
  158. 'E_absolute can only be associated to',' ONE variable'#000+
  159. 'E_absolute can only be associated a var or const'#000+
  160. 'E_Only ONE variable can be initialized'#000+
  161. 'E_Abstract methods shouldn'#039't have any definition (with function bo'+
  162. 'dy)'#000+
  163. 'E_This overloaded function can'#039't be local (must be exported)'#000+
  164. 'W_Virtu','al methods are used without a constructor in $1'#000+
  165. 'M_Macro defined: $1'#000+
  166. 'M_Macro undefined: $1'#000+
  167. 'M_Macro $1 set to $2'#000+
  168. 'I_Compiling $1'#000+
  169. 'D_Compiling $1 for the second time'#000+
  170. 'E_Array properties aren'#039't allowed at this point'#000+
  171. 'E_No property found to override',#000+
  172. 'E_Only one default property is allowed, found inherited default proper'+
  173. 'ty in class $1'#000+
  174. 'E_The default property must be an array property'#000+
  175. 'E_Virtual constructors are only supported in class object model'#000+
  176. 'E_No default property available'#000+
  177. 'E_The cla','ss can'#039't have a published section, use the {$M+} switch'+
  178. #000+
  179. 'E_Forward declaration of class $1 must be resolved here to use the cla'+
  180. 'ss as ancestor'#000+
  181. 'E_Local operators not supported'#000+
  182. 'E_Procedure directive $1 not allowed in interface section'#000+
  183. 'E_Procedu','re directive $1 not allowed in implementation section'#000+
  184. 'E_Procedure directive $1 not allowed in procvar declaration'#000+
  185. 'E_Function is already declared Public/Forward $1'#000+
  186. 'E_Can'#039't use both EXPORT and EXTERNAL'#000+
  187. 'E_NAME keyword expected'#000+
  188. 'W_$1 not yet sup','ported inside inline procedure/function'#000+
  189. 'W_Inlining disabled'#000+
  190. 'I_Writing Browser log $1'#000+
  191. 'H_may be pointer dereference is missing'#000+
  192. 'F_Selected assembler reader not supported'#000+
  193. 'E_Procedure directive $1 has conflicts with other directives'#000+
  194. 'E_Calling co','nvention doesn'#039't match forward'#000+
  195. 'E_Register calling (fastcall) not supported'#000+
  196. 'E_Property can'#039't have a default value'#000+
  197. 'E_The default value of a property must be constant'#000+
  198. 'E_Symbol can'#039't be published, can be only a class'#000+
  199. 'E_That kind of property can',#039't be published'#000+
  200. 'W_Empty import name specified'#000+
  201. 'W_Empty import name specified'#000+
  202. 'E_Function internal name changed after use of function'#000+
  203. 'E_Division by zero'#000+
  204. 'E_Invalid floating point operation'#000+
  205. 'E_Upper bound of range is less than lower bound'#000+
  206. 'E_strin','g length is larger than array of char length'#000+
  207. 'E_Illegal expression after message directive'#000+
  208. 'E_Message handlers can take only one call by ref. parameter'#000+
  209. 'E_Duplicate message label: %1'#000+
  210. 'E_Self can be only an explicit parameter in message handlers',#000+
  211. 'E_Threadvars can be only static or global'#000+
  212. 'F_Direct assembler not supported for binary output format'#000+
  213. 'W_Don'#039't load OBJPAS unit manual, use {$mode objfpc} or {$mode delp'+
  214. 'hi} instead'#000+
  215. 'E_OVERRIDE can'#039't be used in objects'#000+
  216. 'E_Type mismatch'#000+
  217. 'E_Incompa','tible types: got "$1" expected "$2"'#000+
  218. 'E_Type mismatch between $1 and $2'#000+
  219. 'E_Integer expression expected'#000+
  220. 'E_Ordinal expression expected'#000+
  221. 'E_Type identifier expected'#000+
  222. 'E_Variable identifier expected'#000+
  223. 'E_pointer type expected'#000+
  224. 'E_class type expected'#000+
  225. 'E_Vari','able or type indentifier expected'#000+
  226. 'E_Can'#039't evaluate constant expression'#000+
  227. 'E_Set elements are not compatible'#000+
  228. 'E_Operation not implemented for sets'#000+
  229. 'W_Automatic type conversion from floating type to COMP which is an int'+
  230. 'eger type'#000+
  231. 'H_use DIV instead ','to get an integer result'#000+
  232. 'E_string types doesn'#039't match, because of $V+ mode'#000+
  233. 'E_succ or pred on enums with assignments not possible'#000+
  234. 'E_Can'#039't read or write variables of this type'#000+
  235. 'E_Type conflict between set elements'#000+
  236. 'W_lo/hi(longint/dword) return','s the upper/lower word'#000+
  237. 'E_Integer or real expression expected'#000+
  238. 'E_Wrong type in array constructor'#000+
  239. 'E_Incompatible type for arg #$1: Got $2, expected $3'#000+
  240. 'E_Identifier not found $1'#000+
  241. 'F_Internal Error in SymTableStack()'#000+
  242. 'E_Duplicate identifier $1'#000+
  243. 'H_Id','entifier already defined in $1 at line $2'#000+
  244. 'E_Unknown identifier $1'#000+
  245. 'E_Forward declaration not solved $1'#000+
  246. 'F_Identifier type already defined as type'#000+
  247. 'E_Error in type definition'#000+
  248. 'E_Type identifier not defined'#000+
  249. 'E_Forward type not resolved $1'#000+
  250. 'E_Only s','tatic variables can be used in static methods or outside met'+
  251. 'hods'#000+
  252. 'E_Invalid call to tvarsym.mangledname()'#000+
  253. 'F_record or class type expected'#000+
  254. 'E_Instances of classes or objects with an abstract method are not allo'+
  255. 'wed'#000+
  256. 'W_Label not defined $1'#000+
  257. 'E_Ille','gal label declaration'#000+
  258. 'E_GOTO und LABEL are not supported (use switch -Sg)'#000+
  259. 'E_Label not found'#000+
  260. 'E_identifier isn'#039't a label'#000+
  261. 'E_label already defined'#000+
  262. 'E_illegal type declaration of set elements'#000+
  263. 'E_Forward class definition not resolved $1'#000+
  264. 'H_Parameter',' not used $1'#000+
  265. 'N_Local variable not used $1'#000+
  266. 'E_Set type expected'#000+
  267. 'W_Function result does not seem to be set'#000+
  268. 'E_Unknown record field identifier $1'#000+
  269. 'W_Local variable $1 does not seem to be initialized'#000+
  270. 'W_Variable $1 does not seem to be initialized'#000+
  271. 'E','_identifier idents no member $1'#000+
  272. 'B_Found declaration: $1'#000+
  273. 'E_BREAK not allowed'#000+
  274. 'E_CONTINUE not allowed'#000+
  275. 'E_Expression too complicated - FPU stack overflow'#000+
  276. 'E_Illegal expression'#000+
  277. 'E_Invalid integer expression'#000+
  278. 'E_Illegal qualifier'#000+
  279. 'E_High range limit < ','low range limit'#000+
  280. 'E_Illegal counter variable'#000+
  281. 'E_Can'#039't determine which overloaded function to call'#000+
  282. 'E_Parameter list size exceeds 65535 bytes'#000+
  283. 'E_Illegal type conversion'#000+
  284. 'E_File types must be var parameters'#000+
  285. 'E_The use of a far pointer isn'#039't allowed ','there'#000+
  286. 'E_illegal call by reference parameters'#000+
  287. 'E_EXPORT declared functions can'#039't be called'#000+
  288. 'W_Possible illegal call of constructor or destructor (doesn'#039't matc'+
  289. 'h to this context)'#000+
  290. 'N_Inefficient code'#000+
  291. 'W_unreachable code'#000+
  292. 'E_procedure call with stackf','rame ESP/SP'#000+
  293. 'E_Abstract methods can'#039't be called directly'#000+
  294. 'F_Internal Error in getfloatreg(), allocation failure'#000+
  295. 'F_Unknown float type'#000+
  296. 'F_SecondVecn() base defined twice'#000+
  297. 'F_Extended cg68k not supported'#000+
  298. 'F_32-bit unsigned not supported in MC68000 m','ode'#000+
  299. 'F_Internal Error in secondinline()'#000+
  300. 'D_Register $1 weight $2 $3'#000+
  301. 'E_Stack limit excedeed in local routine'#000+
  302. 'D_Stack frame is omitted'#000+
  303. 'E_Object or class methods can'#039't be inline.'#000+
  304. 'E_Procvar calls can'#039't be inline.'#000+
  305. 'E_No code for inline procedure st','ored'#000+
  306. 'E_Element zero of an ansi/wide- or longstring can'#039't be accessed, u'+
  307. 'se (set)length instead'#000+
  308. 'E_Include and exclude not implemented in this case'#000+
  309. 'W_Probably illegal constant passed to internal math function'#000+
  310. 'E_Constructors or destructors can ','not be called inside a '#039'with'#039+
  311. ' clause'#000+
  312. 'E_Cannot call message handler method directly'#000+
  313. 'D_Starting $1 styled assembler parsing'#000+
  314. 'D_Finished $1 styled assembler parsing'#000+
  315. 'E_Non-label pattern contains @'#000+
  316. 'W_Override operator not supported'#000+
  317. 'E_Error buildi','ng record offset'#000+
  318. 'E_OFFSET used without identifier'#000+
  319. 'E_Cannot use local variable or parameters here'#000+
  320. 'E_need to use OFFSET here'#000+
  321. 'E_Cannot use multiple relocatable symbols'#000+
  322. 'E_Relocatable symbol can only be added'#000+
  323. 'E_Invalid constant expression'#000+
  324. 'E_Relo','catable symbol is not allowed'#000+
  325. 'E_Invalid reference syntax'#000+
  326. 'E_Local symbols not allowed as references'#000+
  327. 'E_Invalid base and index register usage'#000+
  328. 'E_Wrong scale factor specified'#000+
  329. 'E_Multiple index register usage'#000+
  330. 'E_Invalid operand type'#000+
  331. 'E_Invalid strin','g as opcode operand: $1'#000+
  332. 'W_@CODE and @DATA not supported'#000+
  333. 'E_Null label references are not allowed'#000+
  334. 'F_Divide by zero in asm evaluator'#000+
  335. 'F_Evaluator stack overflow'#000+
  336. 'F_Evaluator stack underflow'#000+
  337. 'F_Invalid numeric format in asm evaluator'#000+
  338. 'F_Invalid Ope','rator in asm evaluator'#000+
  339. 'E_escape sequence ignored: $1'#000+
  340. 'E_Invalid symbol reference'#000+
  341. 'W_Fwait can cause emulation problems with emu387'#000+
  342. 'W_Calling an overload function in assembler'#000+
  343. 'E_Unsupported symbol type for operand'#000+
  344. 'E_Constant value out of bound','s'#000+
  345. 'E_Error converting decimal $1'#000+
  346. 'E_Error converting octal $1'#000+
  347. 'E_Error converting binary $1'#000+
  348. 'E_Error converting hexadecimal $1'#000+
  349. 'H_$1 translated to $2'#000+
  350. 'W_$1 is associated to an overloaded function'#000+
  351. 'E_Cannot use SELF outside a method'#000+
  352. 'E_Cannot use OL','DEBP outside a nested procedure'#000+
  353. 'W_Functions with void return value can'#039't return any value in asm c'+
  354. 'ode'#000+
  355. 'E_SEG not supported'#000+
  356. 'E_Size suffix and destination or source size do not match'#000+
  357. 'W_Size suffix and destination or source size do not match'#000+
  358. 'E_','Assembler syntax error'#000+
  359. 'E_Invalid combination of opcode and operands'#000+
  360. 'E_Assemler syntax error in operand'#000+
  361. 'E_Assemler syntax error in constant'#000+
  362. 'E_Invalid String expression'#000+
  363. '32bit constant created for address'#000+
  364. 'E_Invalid or missing opcode'#000+
  365. 'E_Invalid ','combination of prefix and opcode: $1'#000+
  366. 'E_Invalid combination of override and opcode: $1'#000+
  367. 'E_Too many operands on line'#000+
  368. 'W_NEAR ignored'#000+
  369. 'W_FAR ignored'#000+
  370. 'E_Duplicate local symbol $1'#000+
  371. 'E_Undefined local symbol $1'#000+
  372. 'E_Unknown label identifier $1'#000+
  373. 'E_Invalid f','loating point register name'#000+
  374. 'E_NOR not supported'#000+
  375. 'W_Modulo not supported'#000+
  376. 'E_Invalid floating point constant $1'#000+
  377. 'E_Invalid floating point expression'#000+
  378. 'E_Wrong symbol type'#000+
  379. 'E_Cannot index a local var or parameter with a register'#000+
  380. 'E_Invalid segment ov','erride expression'#000+
  381. 'W_Identifier $1 supposed external'#000+
  382. 'E_Strings not allowed as constants'#000+
  383. 'No type of variable specified'#000+
  384. 'E_assembler code not returned to text section'#000+
  385. 'E_Not a directive or local symbol $1'#000+
  386. 'E_Using a defined name as a local label'#000,
  387. 'F_Too many assembler files'#000+
  388. 'F_Selected assembler output not supported'#000+
  389. 'F_Comp not supported'#000+
  390. 'F_Direct not support for binary writers'#000+
  391. 'E_Allocating of data is only allowed in bss section'#000+
  392. 'F_No binary writer selected'#000+
  393. 'E_Asm: Opcode $1 not in table'#000,
  394. 'E_Asm: $1 invalid combination of opcode and operands'#000+
  395. 'E_Asm: 16 Bit references not supported'#000+
  396. 'E_Asm: Invalid effective address'#000+
  397. 'E_Asm: Immediate or reference expected'#000+
  398. 'E_Asm: $1 value exceeds bounds $2'#000+
  399. 'E_Asm: Short jump is out of range $1'#000+
  400. 'W_Sou','rce operating system redefined'#000+
  401. 'I_Assembling (pipe) $1'#000+
  402. 'E_Can'#039't create assember file $1'#000+
  403. 'W_Assembler $1 not found, switching to external assembling'#000+
  404. 'T_Using assembler: $1'#000+
  405. 'W_Error while assembling exitcode $1'#000+
  406. 'W_Can'#039't call the assembler, error $1',' switching to external assem'+
  407. 'bling'#000+
  408. 'I_Assembling $1'#000+
  409. 'W_Linker $1 not found, switching to external linking'#000+
  410. 'T_Using linker: $1'#000+
  411. 'W_Object $1 not found, Linking may fail !'#000+
  412. 'W_Library $1 not found, Linking may fail !'#000+
  413. 'W_Error while linking'#000+
  414. 'W_Can'#039't cal','l the linker, switching to external linking'#000+
  415. 'I_Linking $1'#000+
  416. 'W_binder not found, switching to external binding'#000+
  417. 'W_ar not found, switching to external ar'#000+
  418. 'E_Dynamic Libraries not supported'#000+
  419. 'I_Closing script $1'#000+
  420. 'W_resource compiler not found, switchi','ng to external mode'#000+
  421. 'I_Compiling resource $1'#000+
  422. 'F_Can'#039't post process executable $1'#000+
  423. 'F_Can'#039't open executable $1'#000+
  424. 'X_Size of Code: $1 bytes'#000+
  425. 'X_Size of initialized data: $1 bytes'#000+
  426. 'X_Size of uninitialized data: $1 bytes'#000+
  427. 'X_Stack space reserved: $1 bytes'#000,
  428. 'X_Stack space commited: $1 bytes'#000+
  429. 'T_Unitsearch: $1'#000+
  430. 'T_PPU Loading $1'#000+
  431. 'U_PPU Name: $1'#000+
  432. 'U_PPU Flags: $1'#000+
  433. 'U_PPU Crc: $1'#000+
  434. 'U_PPU Time: $1'#000+
  435. 'U_PPU File too short'#000+
  436. 'U_PPU Invalid Header (no PPU at the begin)'#000+
  437. 'U_PPU Invalid Version $1'#000+
  438. 'U_PPU is compiled for an',' other processor'#000+
  439. 'U_PPU is compiled for an other target'#000+
  440. 'U_PPU Source: $1'#000+
  441. 'U_Writing $1'#000+
  442. 'F_Can'#039't Write PPU-File'#000+
  443. 'F_reading PPU-File'#000+
  444. 'F_unexpected end of PPU-File'#000+
  445. 'F_Invalid PPU-File entry: $1'#000+
  446. 'F_PPU Dbx count problem'#000+
  447. 'E_Illegal unit name: $1'#000+
  448. 'F_Too m','uch units'#000+
  449. 'F_Circular unit reference between $1 and $2'#000+
  450. 'F_Can'#039't compile unit $1, no sources available'#000+
  451. 'W_Compiling the system unit requires the -Us switch'#000+
  452. 'F_There were $1 errors compiling module, stopping'#000+
  453. 'U_Load from $1 ($2) unit $3'#000+
  454. 'U_Recompil','ing $1, checksum changed for $2'#000+
  455. 'U_Recompiling $1, source found only'#000+
  456. 'U_Recompiling unit, static lib is older than ppufile'#000+
  457. 'U_Recompiling unit, shared lib is older than ppufile'#000+
  458. 'U_Recompiling unit, obj and asm are older than ppufile'#000+
  459. 'U_Recompili','ng unit, obj is older than asm'#000+
  460. 'U_Parsing interface of $1'#000+
  461. 'U_Parsing implementation of $1'#000+
  462. 'U_Second load for unit $1'#000+
  463. 'U_PPU Check file $1 time $2'#000+
  464. '$1 [options] <inputfile> [options]'#000+
  465. 'W_Only one source file supported'#000+
  466. 'W_DEF file can be created only',' for OS/2'#000+
  467. 'E_nested response files are not supported'#000+
  468. 'F_No source file name in command line'#000+
  469. 'E_Illegal parameter: $1'#000+
  470. 'H_-? writes help pages'#000+
  471. 'F_Too many config files nested'#000+
  472. 'F_Unable to open file $1'#000+
  473. 'N_Reading further options from $1'#000+
  474. 'W_Target is a','lready set to: $1'#000+
  475. 'W_Shared libs not supported on DOS platform, reverting to static'#000+
  476. 'F_too many IF(N)DEFs'#000+
  477. 'F_too many ENDIFs'#000+
  478. 'F_open conditional at the end of the file'#000+
  479. 'W_Debug information generation is not supported by this executable'#000+
  480. 'H_Try rec','ompiling with -dGDB'#000+
  481. 'E_You are using the obsolete switch $1'#000+
  482. 'E_You are using the obsolete switch $1, please use $2'#000+
  483. 'N_Switching assembler to default source writing assembler'#000+
  484. 'Free Pascal Compiler version $FPCVER [$FPCDATE] for $FPCTARGET'#000+
  485. 'Copyri','ght (c) 1993-98 by Florian Klaempfl'#000+
  486. 'Free Pascal Compiler version $FPCVER'#000+
  487. #000+
  488. 'Compiler Date : $FPCDATE'#000+
  489. 'Compiler Target: $FPCTARGET'#000+
  490. #000+
  491. 'This program comes under the GNU General Public Licence'#000+
  492. 'For more information read COPYING.FPC'#000+
  493. #000+
  494. 'Report bugs,sugg','estions etc to:'#000+
  495. ' [email protected]'#000+
  496. '**0*_put + after a boolean switch option to enable it, - to disable it'+
  497. #000+
  498. '**1a_the compiler doesn'#039't delete the generated assembler file'#000+
  499. '**2al_list sourcecode lines in assembler',' file'#000+
  500. '**2ar_list register allocation/release info in assembler file'#000+
  501. '**2at_list temp allocation/release info in assembler file'#000+
  502. '**1b_generate browser info'#000+
  503. '**2bl_generate local symbol info'#000+
  504. '**1B_build all modules'#000+
  505. '**1C<x>_code generation options',':'#000+
  506. '3*2CD_create dynamic library'#000+
  507. '**2Ch<n>_<n> bytes heap (between 1023 and 67107840)'#000+
  508. '**2Ci_IO-checking'#000+
  509. '**2Cn_omit linking stage'#000+
  510. '**2Co_check overflow of integer operations'#000+
  511. '**2Cr_range checking'#000+
  512. '**2Cs<n>_set stack size to <n>'#000+
  513. '**2Ct_stack checkin','g'#000+
  514. '3*2CS_create static library'#000+
  515. '3*2Cx_use smartlinking'#000+
  516. '**1d<x>_defines the symbol <x>'#000+
  517. '*O1D_generate a DEF file'#000+
  518. '*O2Dd<x>_set description to <x>'#000+
  519. '*O2Dw_PM application'#000+
  520. '**1e<x>_set path to executable'#000+
  521. '**1E_same as -Cn'#000+
  522. '**1F<x>_set file names and pat','hs:'#000+
  523. '**2FD<x>_sets the directory where to search for compiler utilities'#000+
  524. '**2Fe<x>_redirect error output to <x>'#000+
  525. '**2FE<x>_set exe/unit output path to <x>'#000+
  526. '**2Fi<x>_adds <x> to include path'#000+
  527. '**2Fl<x>_adds <x> to library path'#000+
  528. '*L2FL<x>_uses <x> as d','ynamic linker'#000+
  529. '**2Fo<x>_adds <x> to object path'#000+
  530. '**2Fr<x>_load error message file <x>'#000+
  531. '**2Fu<x>_adds <x> to unit path'#000+
  532. '**2FU<x>_set unit output path to <x>, overrides -FE'#000+
  533. '*g1g<x>_generate debugger information:'#000+
  534. '*g2gg_use gsym'#000+
  535. '*g2gd_use dbx'#000+
  536. '*g2gh','_use heap trace unit'#000+
  537. '**1i_information'#000+
  538. '**2iD_return compiler date'#000+
  539. '**2iV_return compiler version'#000+
  540. '**2iSO_return compiler OS'#000+
  541. '**2iSP_return compiler processor'#000+
  542. '**2iTO_return target OS'#000+
  543. '**2iTP_return target processor'#000+
  544. '**1I<x>_adds <x> to include pat','h'#000+
  545. '**1k<x>_Pass <x> to the linker'#000+
  546. '**1l_write logo'#000+
  547. '**1n_don'#039't read the default config file'#000+
  548. '**1o<x>_change the name of the executable produced to <x>'#000+
  549. '**1pg_generate profile code for gprof'#000+
  550. '*L1P_use pipes instead of creating temporary assembler ','files'#000+
  551. '**1S<x>_syntax options:'#000+
  552. '**2S2_switch some Delphi 2 extensions on'#000+
  553. '**2Sc_supports operators like C (*=,+=,/= and -=)'#000+
  554. '**2Sd_tries to be Delphi compatible'#000+
  555. '**2Se_compiler stops after the first error'#000+
  556. '**2Sg_allow LABEL and GOTO'#000+
  557. '**2Sh_Use ans','istrings'#000+
  558. '**2Si_support C++ styled INLINE'#000+
  559. '**2Sm_support macros like C (global)'#000+
  560. '**2So_tries to be TP/BP 7.0 compatible'#000+
  561. '**2Sp_tries to be gpc compatible'#000+
  562. '**2Ss_constructor name must be init (destructor must be done)'#000+
  563. '**2St_allow static keyword i','n objects'#000+
  564. '**1s_don'#039't call assembler and linker (only with -a)'#000+
  565. '**1u<x>_undefines the symbol <x>'#000+
  566. '**1U_unit options:'#000+
  567. '**2Un_don'#039't check the unit name'#000+
  568. '**2Us_compile a system unit'#000+
  569. '**1v<x>_Be verbose. <x> is a combination of the following letters:',#000+
  570. '**2*_e : Show errors (default) d : Show debug info'#000+
  571. '**2*_w : Show warnings u : Show unit info'#000+
  572. '**2*_n : Show notes t : Show tried/used files'#000+
  573. '**2*_h : Show hints m : Show defined macros'#000+
  574. '**','2*_i : Show general info p : Show compiled procedures'#000+
  575. '**2*_l : Show linenumbers c : Show conditionals'#000+
  576. '**2*_a : Show everything 0 : Show nothing (except errors)'#000+
  577. '**2*_b : Show all procedure r : Rhide/','GCC compatibility mod'+
  578. 'e'#000+
  579. '**2*_ declarations if an error x : Executable info (Win32 only)'#000+
  580. '**2*_ occurs'#000+
  581. '**1X_executable options:'#000+
  582. '*L2Xc_link with the c library'#000+
  583. '**2XD_link with dynamic libraries (defines FPC_LINK_DYNAMIC)'#000+
  584. '**2Xs_strip all',' symbols from executable'#000+
  585. '**2XS_link with static libraries (defines FPC_LINK_STATIC)'#000+
  586. '**0*_Processor specific options:'#000+
  587. '3*1A<x>_output format:'#000+
  588. '3*2Ao_coff file using GNU AS'#000+
  589. '3*2Anasmcoff_coff file using Nasm'#000+
  590. '3*2Anasmelf_elf32 (Linux) file using ','Nasm'#000+
  591. '3*2Anasmobj_obj file using Nasm'#000+
  592. '3*2Amasm_obj file using Masm (Microsoft)'#000+
  593. '3*2Atasm_obj file using Tasm (Borland)'#000+
  594. '3*1R<x>_assembler reading style:'#000+
  595. '3*2Ratt_read AT&T style assembler'#000+
  596. '3*2Rintel_read Intel style assembler'#000+
  597. '3*2Rdirect_copy ass','embler text directly to assembler file'#000+
  598. '3*1O<x>_optimizations:'#000+
  599. '3*2Og_generate smaller code'#000+
  600. '3*2OG_generate faster code (default)'#000+
  601. '3*2Or_keep certain variables in registers (still BUGGY!!!)'#000+
  602. '3*2Ou_enable uncertain optimizations (see docs)'#000+
  603. '3*2O1_','level 1 optimizations (quick optimizations)'#000+
  604. '3*2O2_level 2 optimizations (-O1 + slower optimizations)'#000+
  605. '3*2O3_level 3 optimizations (same as -O2u)'#000+
  606. '3*2Op<x>_target processor:'#000+
  607. '3*3Op1_set target processor to 386/486'#000+
  608. '3*3Op2_set target processor to',' Pentium/PentiumMMX (tm)'#000+
  609. '3*3Op3_set target processor to PPro/PII/c6x86/K6 (tm)'#000+
  610. '3*1T<x>_Target operating system:'#000+
  611. '3*2TGO32V1_version 1 of DJ Delorie DOS extender'#000+
  612. '3*2TGO32V2_version 2 of DJ Delorie DOS extender'#000+
  613. '3*2TLINUX_Linux'#000+
  614. '3*2TOS2_OS/2 2.x',#000+
  615. '3*2TWin32_Windows 32 Bit'#000+
  616. '6*1A<x>_output format'#000+
  617. '6*2Ao_Unix o-file using GNU AS'#000+
  618. '6*2Agas_GNU Motorola assembler'#000+
  619. '6*2Amit_MIT Syntax (old GAS)'#000+
  620. '6*2Amot_Standard Motorola assembler'#000+
  621. '6*1O_optimizations:'#000+
  622. '6*2Oa_turn on the optimizer'#000+
  623. '6*2Og_generate sm','aller code'#000+
  624. '6*2OG_generate faster code (default)'#000+
  625. '6*2Ox_optimize maximum (still BUGGY!!!)'#000+
  626. '6*2O2_set target processor to a MC68020+'#000+
  627. '6*1R<x>_assembler reading style:'#000+
  628. '6*2RMOT_read motorola style assembler'#000+
  629. '6*1T<x>_Target operating system:'#000+
  630. '6*2TAMI','GA_Commodore Amiga'#000+
  631. '6*2TATARI_Atari ST/STe/TT'#000+
  632. '6*2TMACOS_Macintosh m68k'#000+
  633. '6*2TLINUX_Linux-68k'#000+
  634. '**1*_'#000+
  635. '**1?_shows this help'#000+
  636. '**1h_shows this help without waiting'#000
  637. );