msgtxt.inc 29 KB

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