msgtxt.inc 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623
  1. const msgtxt : array[0..00091,1..240] of char=(+
  2. 'T_Compiler: $1'#000+
  3. 'D_Source OS: $1'#000+
  4. 'I_Target OS: $1'#000+
  5. 'T_Using executable path: $1'#000+
  6. 'T_Using unit path: $1'#000+
  7. 'T_Using include path: $1'#000+
  8. 'T_Using library path: $1'#000+
  9. 'T_Using object path: $1'#000+
  10. 'I_$1 Lines compiled, $2 sec'#000+
  11. 'F_No memory left'#000+
  12. 'F_Unexpected end of file',#000+
  13. 'F_String exceeds line'#000+
  14. 'F_illegal character'#000+
  15. 'F_Syntax error $1 expected'#000+
  16. 'T_Start reading includefile $1'#000+
  17. 'W_Comment level $1 found'#000+
  18. 'N_$F directive (FAR) ignored'#000+
  19. 'N_Stack check is global under linux'#000+
  20. 'N_Ignored compiler switch $1'#000+
  21. 'W_Illegal compiler s','witch $1'#000+
  22. 'W_This compiler switch has a global effect'#000+
  23. 'E_Illegal char constant'#000+
  24. 'F_Can'#039't open file $1'#000+
  25. 'F_Can'#039't open include file $1'#000+
  26. 'E_Too many $ENDIFs or $ELSEs'#000+
  27. 'W_Records fields can be aligned to 1,2,4 or 16 bytes only'#000+
  28. 'W_Enumerated can be saved i','n 1,2 or 4 bytes only'#000+
  29. 'E_$1 expected for $2 defined in line $3'#000+
  30. 'E_Syntax error while parsing a conditional compiling expression'#000+
  31. 'E_Evaluating a conditional compiling expression'#000+
  32. 'W_Macro contents is cut after char 255 to evalute expression'#000+
  33. 'E_END','IF without IF(N)DEF'#000+
  34. 'F_User defined: $1'#000+
  35. 'E_User defined: $1'#000+
  36. 'W_User defined: $1'#000+
  37. 'N_User defined: $1'#000+
  38. 'H_User defined: $1'#000+
  39. 'I_User defined: $1'#000+
  40. 'E_Keyword redefined as macro has no effect'#000+
  41. 'F_Macro buffer overflow while reading or expanding a macro'#000+
  42. 'W_Ex','tension of macros exceeds a deep of 16.'#000+
  43. 'E_compiler switches aren'#039't allowed in (* ... *) styled comments'#000+
  44. 'D_Handling switch "$1"'#000+
  45. 'C_ENDIF $1 found'#000+
  46. 'C_IFDEF $1 found, $2'#000+
  47. 'C_IFOPT $1 found, $2'#000+
  48. 'C_IF $1 found, $2'#000+
  49. 'C_IFNDEF $1 found, $2'#000+
  50. 'C_ELSE $1 foun','d, $2'#000+
  51. 'C_Skipping until...'#000+
  52. 'I_Press <return> to continue'#000+
  53. 'W_Unsupported switch $1'#000+
  54. 'W_Illegal compiler directive $1'#000+
  55. 'T_Back in $1'#000+
  56. 'W_Unsupported assembler style specified $1'#000+
  57. 'E_Wrong switch toggle, use ON/OFF or +/-'#000+
  58. 'E_Parser - Syntax Error'#000+
  59. 'W_Proced','ure type FAR ignored'#000+
  60. 'W_Procedure type NEAR ignored'#000+
  61. 'W_Procedure type REGISTER ignored'#000+
  62. 'E_No DLL File specified'#000+
  63. 'E_Constructor name must be INIT'#000+
  64. 'E_Destructor name must be DONE'#000+
  65. 'E_Illegal open parameter'#000+
  66. 'E_Procedure type INLINE not supported'#000+
  67. 'W_Pri','vate methods shouldn'#039't be VIRTUAL'#000+
  68. 'W_Constructor should be public'#000+
  69. 'W_Destructor should be public'#000+
  70. 'N_Class should have one destructor only'#000+
  71. 'E_Local class definitions are not allowed'#000+
  72. 'E_Anonym class definitions are not allowed'#000+
  73. 'E_Illegal parameter ','list'#000+
  74. 'E_Wrong parameter type specified'#000+
  75. 'E_Wrong amount of parameters specified'#000+
  76. 'E_overloaded identifier $1 isn'#039't a function'#000+
  77. 'E_overloaded functions have the same parameter list'#000+
  78. 'E_function header doesn'#039't match the forward declaration $1'#000+
  79. 'E_functi','on header $1 doesn'#039't match forward : var name changes $2'+
  80. ' => $3'#000+
  81. 'N_only values can be jumped over in enumeration types'#000+
  82. 'N_Interface and implementation names are different !'#000+
  83. 'E_function nesting > 31'#000+
  84. 'E_range check error while evaluating constants',#000+
  85. 'W_range check error while evaluating constants'#000+
  86. 'E_duplicate case label'#000+
  87. 'E_typed constants of classes are not allowed'#000+
  88. 'E_functions variables of overloaded functions are not allowed'#000+
  89. 'E_string length must be a value from 1 to 255'#000+
  90. 'W_use extended s','yntax of DISPOSE and NEW to generate instances of ob'+
  91. 'jects'#000+
  92. 'E_class identifier expected'#000+
  93. 'E_method identifier expected'#000+
  94. 'E_function header doesn'#039't match any method of this class'#000+
  95. 'P_procedure/function $1'#000+
  96. 'E_Illegal floating point constant'#000+
  97. 'E_FAIL can',' be used in constructors only'#000+
  98. 'E_Destructors can'#039't have parameters'#000+
  99. 'E_Only class methods can be referred with class references'#000+
  100. 'E_Only class methods can be accessed in class methods'#000+
  101. 'E_Constant and CASE types do not match'#000+
  102. 'E_The symbol can'#039't be ','exported from a library'#000+
  103. 'W_A inherited method is hidden by $1'#000+
  104. 'E_There is no method in an ancestor class to be overridden: $1'#000+
  105. 'E_No member is provided to access property'#000+
  106. 'W_Stored prorperty directive is not yet implemented'#000+
  107. 'E_Illegal symbol for ','property access'#000+
  108. 'E_Cannot access a protected field of an object here'#000+
  109. 'E_Cannot access a private field of an object here'#000+
  110. 'W_overloaded of virtual method must be virtual: $1'#000+
  111. 'E_overloaded methods which are virtual must have the same return type:'+
  112. ' ','$1'#000+
  113. 'E_EXPORT declared functions can'#039't be nested'#000+
  114. 'E_methods can'#039't be EXPORTed'#000+
  115. 'E_call by var parameters have to match exactly'#000+
  116. 'E_Class isn'#039't a parent class of the current class'#000+
  117. 'E_SELF is only allowed in methods'#000+
  118. 'E_methods can be only in other met','hods called direct with type ident'+
  119. 'ifier of the class'#000+
  120. 'E_Illegal use of '#039':'#039#000+
  121. 'E_range check error in set constructor or duplicate set element'#000+
  122. 'E_Pointer to object expected'#000+
  123. 'E_Expression must be constructor call'#000+
  124. 'E_Expression must be destructor cal','l'#000+
  125. 'E_Illegal order of record elements'#000+
  126. 'E_Expression type must be class or record type'#000+
  127. 'E_Functions with void return value can'#039't return any value'#000+
  128. 'E_constructors and destructors must be methods'#000+
  129. 'E_Operator is not overloaded'#000+
  130. 'E_Re-raise isn'#039't possi','ble there'#000+
  131. 'E_The extended syntax of new or dispose isn'#039't allowed for a class'#000+
  132. 'E_Assembler incompatible with function return value'#000+
  133. 'E_Procedure overloading is switched off'#000+
  134. 'E_It is not possible to overload this operator (overload = instead)'#000+
  135. 'E_Co','mparative operator must return a boolean value'#000+
  136. 'E_Only virtual methods can be abstract'#000+
  137. 'F_Use of unsupported feature!'#000+
  138. 'E_The mix of CLASSES and OBJECTS isn'#039't allowed'#000+
  139. 'W_Unknown procedure directive had to be ignored: $1'#000+
  140. 'E_absolute can only be as','sociated to ONE variable'#000+
  141. 'E_absolute can only be associated a var or const'#000+
  142. 'E_Abtract methods shouldn'#039't have any definition (with function bod'+
  143. 'y)'#000+
  144. 'E_This overloaded function can'#039't be local (must be exported)'#000+
  145. 'W_Virtual methods are used without a',' constructor in $1'#000+
  146. 'M_Macro defined: $1'#000+
  147. 'M_Macro undefined: $1'#000+
  148. 'M_Macro $1 set to $2'#000+
  149. 'I_Compiling $1'#000+
  150. 'D_Compiling $1 for the second time'#000+
  151. 'E_Array properties aren'#039't allowed at this point'#000+
  152. 'E_No property found to override'#000+
  153. 'E_Only one default property ','is allowed, found inherited default prop'+
  154. 'erty in class $1'#000+
  155. 'E_The default property must be an array property'#000+
  156. 'E_Virtual constructors are only supported in class object model'#000+
  157. 'E_No default property available'#000+
  158. 'E_The class can'#039't have a published sec','tion, use the {$M+} switch'+
  159. #000+
  160. 'E_Forward declaration of class $1 must be resolved here to use the cla'+
  161. 'ss as ancestor'#000+
  162. 'E_Local operators not supported'#000+
  163. 'E_Procedure directive $1 not allowed in interface section'#000+
  164. 'E_Procedure directive $1 not allowed i','n implementation section'#000+
  165. 'E_Procedure directive $1 not allowed in procvar declaration'#000+
  166. 'E_Function is already declared Public/Forward $1'#000+
  167. 'E_Can'#039't use both EXPORT and EXTERNAL'#000+
  168. 'E_NAME keyword expected'#000+
  169. 'W_$1 not yet supported inside inline procedur','e/function'#000+
  170. 'W_Inlining disabled'#000+
  171. 'I_Writing Browser log $1'#000+
  172. 'H_may be pointer dereference is missing'#000+
  173. 'F_Selected assembler reader not supported'#000+
  174. 'E_Procedure directive $1 has conflicts with other directives'#000+
  175. 'E_Calling convention doesn'#039't match forwar','d'#000+
  176. 'E_Register calling (fastcall) not supported'#000+
  177. 'E_Property can'#039't have a default value'#000+
  178. 'E_The default value of a property must be constant'#000+
  179. 'E_Symbol can'#039't be published, can be only a class'#000+
  180. 'E_That kind of property can'#039't be published'#000+
  181. 'W_Empty impor','t name specified'#000+
  182. 'E_Division by zero'#000+
  183. 'E_Invalid floating point operation'#000+
  184. 'E_Type mismatch'#000+
  185. 'E_Integer expression expected'#000+
  186. 'E_Ordinal expression expected'#000+
  187. 'E_Type identifier expected'#000+
  188. 'E_Variable identifier expected'#000+
  189. 'E_pointer type expected'#000+
  190. 'E_class typ','e expected'#000+
  191. 'E_Variable or type indentifier expected'#000+
  192. 'E_Can'#039't evaluate constant expression'#000+
  193. 'E_Set elements are not compatible'#000+
  194. 'W_Automatic type conversion from floating type to COMP which is an int'+
  195. 'eger type'#000+
  196. 'W_Using / will give a floating point r','esult'#000+
  197. 'H_use DIV instead to get an integer result'#000+
  198. 'E_string types doesn'#039't match, because of $V+ mode'#000+
  199. 'E_succ or pred on enums with assignments not possible'#000+
  200. 'E_Can'#039't read or write variables of this type'#000+
  201. 'E_Type conflict between set elements'#000+
  202. 'E_Int','eger or real expression expected'#000+
  203. 'E_Identifier not found $1'#000+
  204. 'F_Internal Error in SymTableStack()'#000+
  205. 'E_Duplicate identifier $1'#000+
  206. 'E_Unknown identifier $1'#000+
  207. 'E_Forward declaration not solved $1'#000+
  208. 'F_Identifier type already defined as type'#000+
  209. 'E_Error in type d','efinition'#000+
  210. 'E_Type identifier not defined'#000+
  211. 'E_Forward type not resolved $1'#000+
  212. 'E_Only static variables can be used in static methods or outside metho'+
  213. 'ds'#000+
  214. 'E_Invalid call to tvarsym.mangledname()'#000+
  215. 'F_record or class type expected'#000+
  216. 'E_Instances of classes o','r objects with an abtsract method are not al'+
  217. 'lowed'#000+
  218. 'E_Label not defined $1'#000+
  219. 'E_Illegal label declaration'#000+
  220. 'E_GOTO und LABEL are not supported (use command line switch -Sg)'#000+
  221. 'E_Label not found'#000+
  222. 'E_identifier isn'#039't a label'#000+
  223. 'E_label already defined'#000+
  224. 'E_ill','egal type declaration of set elements'#000+
  225. 'E_Forward class definition not resolved $1'#000+
  226. 'H_Parameter not used $1'#000+
  227. 'N_Local variable not used $1'#000+
  228. 'E_Set type expected'#000+
  229. 'W_Function result does not seem to be set'#000+
  230. 'E_Unknown record field identifier $1'#000+
  231. 'W_Local',' variable $1 does not seem to be initialized'#000+
  232. 'E_identifier idents no member $1'#000+
  233. 'B_Found declaration: $1'#000+
  234. 'E_BREAK not allowed'#000+
  235. 'E_CONTINUE not allowed'#000+
  236. 'E_Expression too complicated - FPU stack overflow'#000+
  237. 'E_Illegal expression'#000+
  238. 'E_Invalid integer'#000+
  239. 'E_Ille','gal qualifier'#000+
  240. 'E_High range limit < low range limit'#000+
  241. 'E_Illegal counter variable'#000+
  242. 'E_Can'#039't determine which overloaded function to call'#000+
  243. 'E_Parameter list size exceeds 65535 bytes'#000+
  244. 'E_Illegal type conversion'#000+
  245. 'E_File types must be var parameters'#000+
  246. 'E_The ','use of a far pointer isn'#039't allowed there'#000+
  247. 'E_illegal call by reference parameters'#000+
  248. 'E_EXPORT declared functions can'#039't be called'#000+
  249. 'W_Possible illegal call of constructor or destructor (doesn'#039't matc'+
  250. 'h to this context)'#000+
  251. 'N_Inefficient code'#000+
  252. 'W_unreachabl','e code'#000+
  253. 'E_procedure call with stackframe ESP/SP'#000+
  254. 'E_Abstract methods can'#039't be called directly'#000+
  255. 'F_Internal Error in getfloatreg(), allocation failure'#000+
  256. 'F_Unknown float type'#000+
  257. 'F_SecondVecn() base defined twice'#000+
  258. 'F_Extended cg68k not supported'#000+
  259. 'F_32-bit ','unsigned not supported in MC68000 mode'#000+
  260. 'F_Internal Error in secondinline()'#000+
  261. 'D_Register $1 weight $2 $3'#000+
  262. 'E_Stack limit excedeed in local routine'#000+
  263. 'D_Stack frame is omited'#000+
  264. 'E_Unable to inline object methods'#000+
  265. 'E_Unable to inline procvar calls'#000+
  266. 'E_No cod','e for inline procedure stored'#000+
  267. 'F_Divide by zero in asm evaluator'#000+
  268. 'F_Evaluator stack overflow'#000+
  269. 'F_Evaluator stack underflow'#000+
  270. 'F_Invalid numeric format in asm evaluator'#000+
  271. 'F_Invalid Operator in asm evaluator'#000+
  272. 'F_Unknown error in asm evaluator'#000+
  273. 'W_Invalid ','numeric value'#000+
  274. 'E_escape sequence ignored: $1'#000+
  275. 'E_Asm syntax error - Prefix not found'#000+
  276. 'E_Asm syntax error - Trying to add more than one prefix'#000+
  277. 'E_Asm syntax error - Opcode not found'#000+
  278. 'E_Invalid symbol reference'#000+
  279. 'W_Calling an overload function in an ','asm'#000+
  280. 'E_Constant value out of bounds'#000+
  281. 'E_Non-label pattern contains @'#000+
  282. 'E_Invalid Operand: $1'#000+
  283. 'W_Override operator not supported'#000+
  284. 'E_Error in binary constant: $1'#000+
  285. 'E_Error in octal constant: $1'#000+
  286. 'E_Error in hexadecimal constant: $1'#000+
  287. 'E_Error in integer co','nstant: $1'#000+
  288. 'E_Invalid labeled opcode'#000+
  289. 'F_Internal error in Findtype()'#000+
  290. 'E_Invalid size for MOVSX/MOVZX'#000+
  291. 'E_16-bit base in 32-bit segment'#000+
  292. 'E_16-bit index in 32-bit segment'#000+
  293. 'E_Invalid Opcode'#000+
  294. 'E_Constant reference not allowed'#000+
  295. 'W_Fwait can cause emulation',' problems with emu387'#000+
  296. 'E_Invalid combination of opcode and operands'#000+
  297. 'W_Opcode $1 not in table, operands not checked'#000+
  298. 'F_Internal Error in ConcatOpcode()'#000+
  299. 'E_Invalid size in reference'#000+
  300. 'E_Invalid middle sized operand'#000+
  301. 'E_Invalid three operand opcode'#000+
  302. 'E','_Assembler syntax error'#000+
  303. 'E_Invalid operand type'#000+
  304. 'E_Segment overrides not supported'#000+
  305. 'E_Invalid constant symbol $1'#000+
  306. 'F_Internal Errror converting binary'#000+
  307. 'F_Internal Errror converting hexadecimal'#000+
  308. 'F_Internal Errror converting octal'#000+
  309. 'E_Invalid constant',' expression'#000+
  310. 'E_Unknown identifier: $1'#000+
  311. 'E_Trying to define an index register more than once'#000+
  312. 'E_Invalid field specifier'#000+
  313. 'F_Internal Error in BuildScaling()'#000+
  314. 'E_Invalid scaling factor'#000+
  315. 'E_Invalid scaling value'#000+
  316. 'E_Scaling value only allowed with index'#000+
  317. 'E','_Invalid assembler syntax. No ref with brackets)'#000+
  318. 'E_Expressions of the form [sreg:reg...] are currently not supported'#000+
  319. 'E_Trying to define a segment register twice'#000+
  320. 'E_Trying to define a base register twice'#000+
  321. 'E_Trying to use a negative index regis','ter'#000+
  322. 'E_Asm syntax error - error in reference'#000+
  323. 'E_Local symbols not allowed as references'#000+
  324. 'E_Invalid operand in bracket expression'#000+
  325. 'E_Invalid symbol name: $1'#000+
  326. 'E_Invalid Reference syntax'#000+
  327. 'E_Invalid string as opcode operand: $1'#000+
  328. 'W_@CODE and @DATA not ','supported'#000+
  329. 'E_Null label references are not allowed'#000+
  330. 'W_Calling of an overloaded function in direct assembler'#000+
  331. 'E_Cannot use SELF outside a method'#000+
  332. 'E_Asm syntax error - Should start with bracket'#000+
  333. 'E_Asm syntax error - register: $1'#000+
  334. 'E_SEG and OFFSET n','ot supported'#000+
  335. 'E_Asm syntax error - in opcode operand'#000+
  336. 'E_Invalid String expression'#000+
  337. 'E_Constant expression out of bounds'#000+
  338. 'F_Internal Error in BuildConstant()'#000+
  339. 'W_A repeat prefix and a segment override on <= i386 may result in erro'+
  340. 'rs if an interrupt',' occurs'#000+
  341. 'E_Invalid or missing opcode'#000+
  342. 'E_Invalid combination of prefix and opcode: $1'#000+
  343. 'E_Invalid combination of override and opcode: $1'#000+
  344. 'E_Too many operands on line'#000+
  345. 'E_Duplicate local symbol: $1'#000+
  346. 'E_Unknown label identifer: $1'#000+
  347. 'E_Assemble node synta','x error'#000+
  348. 'E_Undefined local symbol: $1'#000+
  349. 'D_Starting intel styled assembler parsing...'#000+
  350. 'D_Finished intel styled assembler parsing...'#000+
  351. 'E_Not a directive or local symbol: $1'#000+
  352. 'E_/ at beginning of line not allowed'#000+
  353. 'E_NOR not supported'#000+
  354. 'E_Invalid floating',' point register name'#000+
  355. 'W_Modulo not supported'#000+
  356. 'E_Invalid floating point constant: $1'#000+
  357. 'E_Size suffix and destination register do not match'#000+
  358. 'E_Internal error in ConcatLabeledInstr()'#000+
  359. 'W_Floating point binary representation ignored'#000+
  360. 'W_Floating point h','exadecimal representation ignored'#000+
  361. 'W_Floating point octal representation ignored'#000+
  362. 'E_Invalid real constant expression'#000+
  363. 'E_Parenthesis are not allowed'#000+
  364. 'E_Invalid Reference'#000+
  365. 'E_Cannot use __SELF outside a method'#000+
  366. 'E_Cannot use __OLDEBP outside a nested',' procedure'#000+
  367. 'W_Identifier $1 supposed external'#000+
  368. 'E_Invalid segment override expression'#000+
  369. 'E_Strings not allowed as constants'#000+
  370. 'D_Starting AT&T styled assembler parsing...'#000+
  371. 'D_Finished AT&T styled assembler parsing...'#000+
  372. 'E_Switching sections is not allowe','d in an assembler block'#000+
  373. 'E_Invalid global definition'#000+
  374. 'E_Line separator expected'#000+
  375. 'W_globl not supported'#000+
  376. 'W_align not supported'#000+
  377. 'W_lcomm not supported'#000+
  378. 'W_comm not supported'#000+
  379. 'E_Invalid local common definition'#000+
  380. 'E_Invalid global common definition'#000+
  381. 'E_loca','l symbol: $1 not found inside asm statement'#000+
  382. 'E_assembler code not returned to text'#000+
  383. 'F_internal error in BuildReference()'#000+
  384. 'E_invalid opcode size'#000+
  385. 'W_NEAR ignored'#000+
  386. 'W_FAR ignored'#000+
  387. 'D_Creating inline asm lookup tables'#000+
  388. 'W_Using a defined name as a local ','label'#000+
  389. 'F_internal error in HandleExtend()'#000+
  390. 'E_Invalid character: <'#000+
  391. 'E_Invalid character: >'#000+
  392. 'E_Unsupported opcode'#000+
  393. 'E_Increment and Decrement mode not allowed together'#000+
  394. 'E_Invalid Register list in movem/fmovem'#000+
  395. 'E_Invalid Register list for opcode'#000+
  396. 'E_680','20+ mode required to assemble'#000+
  397. 'D_Starting Motorola styled assembler parsing...'#000+
  398. 'D_Finished Motorola styled assembler parsing...'#000+
  399. 'W_XDEF not supported'#000+
  400. 'W_Functions with void return value can'#039't return any value in asm c'+
  401. 'ode'#000+
  402. 'E_Invalid suffix for in','tel assembler'#000+
  403. 'E_Extended not supported in this mode'#000+
  404. 'E_Comp not supported in this mode'#000+
  405. 'W_You need GNU as version >= 2.81 to compile this MMX code'#000+
  406. 'F_Too many assembler files'#000+
  407. 'F_Selected assembler output not supported'#000+
  408. 'E_Unsupported symbol type ','for operand'#000+
  409. 'W_Source operating system redefined'#000+
  410. 'I_Assembling (pipe) $1'#000+
  411. 'E_Can'#039't create assember file $1'#000+
  412. 'W_Assembler $1 not found, switching to external assembling'#000+
  413. 'T_Using assembler: $1'#000+
  414. 'W_Error while assembling exitcode $1'#000+
  415. 'W_Can'#039't call the as','sembler, error $1 switching to external assem'+
  416. 'bling'#000+
  417. 'I_Assembling $1'#000+
  418. 'W_Linker $1 not found, switching to external linking'#000+
  419. 'T_Using linker: $1'#000+
  420. 'W_Object $1 not found, Linking may fail !'#000+
  421. 'W_Library $1 not found, Linking may fail !'#000+
  422. 'W_Error while li','nking'#000+
  423. 'W_Can'#039't call the linker, switching to external linking'#000+
  424. 'I_Linking $1'#000+
  425. 'W_binder not found, switching to external binding'#000+
  426. 'W_ar not found, switching to external ar'#000+
  427. 'E_Dynamic Libraries not supported'#000+
  428. 'I_Closing script $1'#000+
  429. 'T_Unitsearch: $1'#000+
  430. 'T_PP','U 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 much 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_Recompiling $1, checksum changed for $2'#000+
  455. 'U_Recompiling unit, st','atic lib is older than ppufile'#000+
  456. 'U_Recompiling unit, shared lib is older than ppufile'#000+
  457. 'U_Recompiling unit, obj and asm are older than ppufile'#000+
  458. 'U_Recompiling unit, obj is older than asm'#000+
  459. 'U_Parsing interface of $1'#000+
  460. 'U_Parsing implementation of $1'#000+
  461. 'U_','Second load for unit $1'#000+
  462. 'U_PPU Check file $1 time $2'#000+
  463. '$1 [options] <inputfile> [options]'#000+
  464. 'W_Only one source file supported'#000+
  465. 'W_DEF file can be created only for OS/2'#000+
  466. 'E_nested response files are not supported'#000+
  467. 'F_No source file name in command line'#000,+
  468. 'E_Illegal parameter: $1'#000+
  469. 'H_-? writes help pages'#000+
  470. 'F_Too many config files nested'#000+
  471. 'F_Unable to open file $1'#000+
  472. 'N_Reading further options from $1'#000+
  473. 'W_Target is already set to: $1'#000+
  474. 'W_Shared libs not supported on DOS platform, reverting to static'#000+
  475. 'F_too m','any IF(N)DEFs'#000+
  476. 'F_too many ENDIFs'#000+
  477. 'F_open conditional at the end of the file'#000+
  478. 'W_Debug information generation is not supported by this executable'#000+
  479. 'H_Try recompiling with -dGDB'#000+
  480. 'Free Pascal Compiler version $FPCVER [$FPCDATE] for $FPCTARGET'#000+
  481. 'Copyrig','ht (c) 1993-98 by Florian Klaempfl'#000+
  482. 'Free Pascal Compiler version $FPCVER'#000+
  483. #000+
  484. 'Compiler Date : $FPCDATE'#000+
  485. 'Compiler Target: $FPCTARGET'#000+
  486. #000+
  487. 'This program comes under the GNU General Public Licence'#000+
  488. 'For more information read COPYING.FPC'#000+
  489. #000+
  490. 'Report bugs,sugge','stions etc to:'#000+
  491. ' [email protected]'#000+
  492. '**0*_+ switch option on, - off'#000+
  493. '**1a_the compiler doesn'#039't delete the generated assembler file'#000+
  494. '**2al_list sourcecode lines in assembler file'#000+
  495. '*t1b_use EMS'#000+
  496. '**1B_build all modules'#000+
  497. '*','*1C_code generation options'#000+
  498. '3*2CD_create dynamic library'#000+
  499. '**2Ch<n>_<n> bytes heap (between 1023 and 67107840)'#000+
  500. '**2Ci_IO-checking'#000+
  501. '**2Cn_omit linking stage'#000+
  502. '**2Co_check overflow of integer operations'#000+
  503. '**2Cr_range checking'#000+
  504. '**2Cs<n>_set stack size ','to <n>'#000+
  505. '**2Ct_stack checking'#000+
  506. '3*2CS_create static library'#000+
  507. '3*2Cx_use smartlinking'#000+
  508. '**1d<x>_defines the symbol <x>'#000+
  509. '*O1D_generate a DEF file'#000+
  510. '*O2Dd<x>_set description to <x>'#000+
  511. '*O2Dw_PM application'#000+
  512. '**1e<x>_set path to executable'#000+
  513. '**1E_same as -Cn'#000+
  514. '**1F','_set file names and paths'#000+
  515. '**2Fe<x>_redirect error output to <x>'#000+
  516. '**2FE<x>_set exe/unit output path to <x>'#000+
  517. '*L2Fg<x>_same as -Fl'#000+
  518. '**2Fi<x>_adds <x> to include path'#000+
  519. '**2Fl<x>_adds <x> to library path'#000+
  520. '*L2FL<x>_uses <x> as dynamic linker'#000+
  521. '**2Fo<x>_a','dds <x> to object path'#000+
  522. '**2Fr<x>_load error message file <x>'#000+
  523. '**2Fu<x>_adds <x> to unit path'#000+
  524. '**2FU<x>_set unit output path to <x>, overrides -FE'#000+
  525. '*g1g_generate debugger information'#000+
  526. '*g2gg_use gsym'#000+
  527. '*g2gd_use dbx'#000+
  528. '**1i_information'#000+
  529. '**1I<x>_adds <x>',' to include path'#000+
  530. '**1k<x>_Pass <x> to the linker'#000+
  531. '**1l_write logo'#000+
  532. '**1n_don'#039't read the default config file'#000+
  533. '**1o<x>_change the name of the executable produced to <x>'#000+
  534. '**1pg_generate profile code for gprof'#000+
  535. '*L1P_use pipes instead of creating tempo','rary assembler files'#000+
  536. '**1S_syntax options'#000+
  537. '**2S2_switch some Delphi 2 extensions on'#000+
  538. '**2Sc_supports operators like C (*=,+=,/= and -=)'#000+
  539. '**2Sd_tries to be Delphi compatible'#000+
  540. '**2Se_compiler stops after the first error'#000+
  541. '**2Sg_allow LABEL and GOTO'#000+
  542. '**','2Si_support C++ stlyed INLINE'#000+
  543. '**2Sm_support macros like C (global)'#000+
  544. '**2So_tries to be TP/BP 7.0 compatible'#000+
  545. '**2Sp_tries to be gpc compatible'#000+
  546. '**2Ss_constructor name must be init (destructor must be done)'#000+
  547. '**2St_allow static keyword in objects'#000+
  548. '*','*2Sv_allow variable directives (cvar,external,public,export)'#000+
  549. '**1s_don'#039't call assembler and linker (only with -a)'#000+
  550. '**1u<x>_undefines the symbol <x>'#000+
  551. '**1U_unit options'#000+
  552. '**2Un_don'#039't check the unit name'#000+
  553. '**2Up<x>_same as -Fu<x>'#000+
  554. '**2Us_compile a syst','em unit'#000+
  555. '**1v<x>_Be verbose. <x> is a combination of the following letters :'#000+
  556. '**2*_e : Show errors (default) d : Show debug info'#000+
  557. '**2*_w : Show warnings u : Show unit info'#000+
  558. '**2*_n : Show notes t : Show tried','/used files'#000+
  559. '**2*_h : Show hints m : Show defined macros'#000+
  560. '**2*_i : Show general info p : Show compiled procedures'#000+
  561. '**2*_l : Show linenumbers c : Show conditionals'#000+
  562. '**2*_a : Show everything 0 : S','how nothing (except errors'+
  563. ')'#000+
  564. '**2*_b : Show all procedure'#000+
  565. '**2*_ declarations if an error'#000+
  566. '**2*_ occurs'#000+
  567. '**1X_executable options'#000+
  568. '*L2Xc_link with the c library'#000+
  569. '**2XD_link with dynamic libraries (defines FPC_LINK_DYNAMIC)'#000+
  570. '**2Xs_strip all sym','bols from executable'#000+
  571. '**2XS_link with static libraries (defines FPC_LINK_STATIC)'#000+
  572. '**0*_Processor specific options:'#000+
  573. '3*1A<x>_output format'#000+
  574. '3*2Ao_coff file using GNU AS'#000+
  575. '3*2Anasmcoff_coff file using Nasm'#000+
  576. '3*2Anasmelf_elf32 (linux) file using Nasm'#000,+
  577. '3*2Anasmobj_obj file using Nasm'#000+
  578. '3*2Amasm_obj using Masm (Mircosoft)'#000+
  579. '3*2Atasm_obj using Tasm (Borland)'#000+
  580. '3*1R<x>_assembler reading style'#000+
  581. '3*2Ratt_read AT&T style assembler'#000+
  582. '3*2Rintel_read Intel style assembler'#000+
  583. '3*2Rdirect_copy assembler text dire','ctly to assembler file'#000+
  584. '3*1O<x>_optimizations'#000+
  585. '3*2Og_generate smaller code'#000+
  586. '3*2OG_generate faster code (default)'#000+
  587. '3*2Or_keep certain variables in registers (still BUGGY!!!)'#000+
  588. '3*2Ou_enable uncertain optimizations (see docs)'#000+
  589. '3*2O1_level 1 optimizat','ions (quick optimizations)'#000+
  590. '3*2O2_level 2 optimizations (-O1 + slower optimizations)'#000+
  591. '3*2O3_level 3 optimizations (same as -O2u)'#000+
  592. '3*2Op_target processor'#000+
  593. '3*3Op1_set target processor to 386/486'#000+
  594. '3*3Op2_set target processor to Pentium/PentiumMMX (','tm)'#000+
  595. '3*3Op3_set target processor to PPro/PII/c6x86/K6 (tm)'#000+
  596. '3*1T<x>_Target operating system'#000+
  597. '3*2TGO32V1_version 1 of DJ Delorie DOS extender'#000+
  598. '3*2TGO32V2_version 2 of DJ Delorie DOS extender'#000+
  599. '3*2TLINUX_Linux'#000+
  600. '3*2TOS2_OS/2 2.x'#000+
  601. '3*2TWin32_Windows 32 ','Bit'#000+
  602. '6*1A<x>_output format'#000+
  603. '6*2Ao_Unix o-file using GNU AS'#000+
  604. '6*2Agas_GNU Motorola assembler'#000+
  605. '6*2Amit_MIT Syntax (old GAS)'#000+
  606. '6*2Amot_Standard Motorola assembler'#000+
  607. '6*1O_optimizations'#000+
  608. '6*2Oa_turn on the optimizer'#000+
  609. '6*2Og_generate smaller code'#000+
  610. '6*2OG_genera','te faster code (default)'#000+
  611. '6*2Ox_optimize maximum (still BUGGY!!!)'#000+
  612. '6*2O2_set target processor to a MC68020+'#000+
  613. '6*1R<x>_assembler reading style'#000+
  614. '6*2RMOT_read motorola style assembler'#000+
  615. '6*1T<x>_Target operating system'#000+
  616. '6*2TAMIGA_Commodore Amiga'#000+
  617. '6*2TAT','ARI_Atari ST/STe/TT'#000+
  618. '6*2TMACOS_Macintosh m68k'#000+
  619. '6*2TLINUX_Linux-68k'#000+
  620. '**1*_'#000+
  621. '**1?_shows this help'#000+
  622. '**1h_shows this help without waiting'#000
  623. );