msgtxt.inc 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705
  1. {$ifdef Delphi}
  2. const msgtxt : array[0..000108] of string[240]=(
  3. {$else Delphi}
  4. const msgtxt : array[0..000108,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_DESCRIPTION is only supported for OS2 and Win32'#000+
  65. 'N_VERSION is not supported by target OS.'#000+
  66. 'N_VERSION only for exes or DLLs'#000+
  67. 'W_Wrong format for VERSION directive $1'#000+
  68. 'W_Unsupporte','d assembler style specified $1'#000+
  69. 'W_ASM reader switch is not possible inside asm statement, $1 will be e'+
  70. 'ffective only for next'#000+
  71. 'E_Wrong switch toggle, use ON/OFF or +/-'#000+
  72. 'E_Resource files are not supported for this target'#000+
  73. 'W_Include environment $1',' not found in environment'#000+
  74. 'E_Illegal value for FPU register limit'#000+
  75. 'E_Parser - Syntax Error'#000+
  76. 'W_Procedure type FAR ignored'#000+
  77. 'W_Procedure type NEAR ignored'#000+
  78. 'W_Procedure type REGISTER ignored'#000+
  79. 'E_No DLL File specified'#000+
  80. 'E_Duplicate exported function name',' $1'#000+
  81. 'E_Duplicate exported function index $1'#000+
  82. 'E_Invalid index for exported function'#000+
  83. 'W_Relocatable DLL or executable $1 debug info does not work, disabled.'+
  84. #000+
  85. 'W_To allow debugging for win32 code you need to disable relocation wit'+
  86. 'h -WN option'#000+
  87. 'E_Con','structor name must be INIT'#000+
  88. 'E_Destructor name must be DONE'#000+
  89. 'E_Illegal open parameter'#000+
  90. 'E_Procedure type INLINE not supported'#000+
  91. 'W_Private methods shouldn'#039't be VIRTUAL'#000+
  92. 'W_Constructor should be public'#000+
  93. 'W_Destructor should be public'#000+
  94. 'N_Class should have',' one destructor only'#000+
  95. 'E_Local class definitions are not allowed'#000+
  96. 'F_Anonym class definitions are not allowed'#000+
  97. 'E_The object $1 has no VMT'#000+
  98. 'E_Illegal parameter list'#000+
  99. 'E_Wrong parameter type specified for arg no. $1'#000+
  100. 'E_Wrong amount of parameters speci','fied'#000+
  101. 'E_overloaded identifier $1 isn'#039't a function'#000+
  102. 'E_overloaded functions have the same parameter list'#000+
  103. 'E_function header doesn'#039't match the forward declaration $1'#000+
  104. 'E_function header $1 doesn'#039't match forward : var name changes $2 ='+
  105. '> $3'#000+
  106. 'N_Values ','in enumeration types have to be ascending'#000+
  107. 'N_Interface and implementation names are different $1 => $2'#000+
  108. 'E_With can not be used for variables in a different segment'#000+
  109. 'E_function nesting > 31'#000+
  110. 'E_range check error while evaluating constants'#000+
  111. 'W_range',' check error while evaluating constants'#000+
  112. 'E_duplicate case label'#000+
  113. 'E_Upper bound of case range is less than lower bound'#000+
  114. 'E_typed constants of classes are not allowed'#000+
  115. 'E_functions variables of overloaded functions are not allowed'#000+
  116. 'E_string length m','ust be a value from 1 to 255'#000+
  117. 'W_use extended syntax of NEW and DISPOSE for instances of objects'#000+
  118. 'W_use of NEW or DISPOSE for untyped pointers is meaningless'#000+
  119. 'E_use of NEW or DISPOSE is not possible for untyped pointers'#000+
  120. 'E_class identifier expec','ted'#000+
  121. 'E_type identifier not allowed here'#000+
  122. 'E_method identifier expected'#000+
  123. 'E_function header doesn'#039't match any method of this class'#000+
  124. 'P_procedure/function $1'#000+
  125. 'E_Illegal floating point constant'#000+
  126. 'E_FAIL can be used in constructors only'#000+
  127. 'E_Destructors can',#039't have parameters'#000+
  128. 'E_Only class methods can be referred with class references'#000+
  129. 'E_Only class methods can be accessed in class methods'#000+
  130. 'E_Constant and CASE types do not match'#000+
  131. 'E_The symbol can'#039't be exported from a library'#000+
  132. 'W_An inherited method i','s hidden by $1'#000+
  133. 'E_There is no method in an ancestor class to be overridden: $1'#000+
  134. 'E_No member is provided to access property'#000+
  135. 'W_Stored prorperty directive is not yet implemented'#000+
  136. 'E_Illegal symbol for property access'#000+
  137. 'E_Cannot access a protected fi','eld of an object here'#000+
  138. 'E_Cannot access a private field of an object here'#000+
  139. 'W_overloaded method of virtual method should be virtual: $1'#000+
  140. 'W_overloaded method of non-virtual method should be non-virtual: $1'#000+
  141. 'E_overloaded methods which are virtual m','ust have the same return typ'+
  142. 'e: $1'#000+
  143. 'E_EXPORT declared functions can'#039't be nested'#000+
  144. 'E_methods can'#039't be EXPORTed'#000+
  145. 'E_call by var parameters have to match exactly: Got $1 expected $2'#000+
  146. 'E_Class isn'#039't a parent class of the current class'#000+
  147. 'E_SELF is only al','lowed in methods'#000+
  148. 'E_methods can be only in other methods called direct with type identif'+
  149. 'ier of the class'#000+
  150. 'E_Illegal use of '#039':'#039#000+
  151. 'E_range check error in set constructor or duplicate set element'#000+
  152. 'E_Pointer to object expected'#000+
  153. 'E_Expression must be c','onstructor call'#000+
  154. 'E_Expression must be destructor call'#000+
  155. 'E_Illegal order of record elements'#000+
  156. 'E_Expression type must be class or record type'#000+
  157. 'E_Procedures can'#039't return a value'#000+
  158. 'E_constructors and destructors must be methods'#000+
  159. 'E_Operator is not overlo','aded'#000+
  160. 'E_Re-raise isn'#039't possible there'#000+
  161. 'E_The extended syntax of new or dispose isn'#039't allowed for a class'#000+
  162. 'E_Assembler incompatible with function return type'#000+
  163. 'E_Procedure overloading is switched off'#000+
  164. 'E_It is not possible to overload this operator',' (overload = instead)'#000+
  165. 'E_Comparative operator must return a boolean value'#000+
  166. 'E_Only virtual methods can be abstract'#000+
  167. 'F_Use of unsupported feature!'#000+
  168. 'E_The mix of CLASSES and OBJECTS isn'#039't allowed'#000+
  169. 'W_Unknown procedure directive had to be ignored: $1',#000+
  170. 'E_absolute can only be associated to ONE variable'#000+
  171. 'E_absolute can only be associated a var or const'#000+
  172. 'E_Only ONE variable can be initialized'#000+
  173. 'E_Abstract methods shouldn'#039't have any definition (with function bo'+
  174. 'dy)'#000+
  175. 'E_This overloaded function can'#039,'t be local (must be exported)'#000+
  176. 'W_Virtual methods are used without a constructor in $1'#000+
  177. 'M_Macro defined: $1'#000+
  178. 'M_Macro undefined: $1'#000+
  179. 'M_Macro $1 set to $2'#000+
  180. 'I_Compiling $1'#000+
  181. 'U_Parsing interface of unit $1'#000+
  182. 'U_Parsing implementation of $1'#000+
  183. 'D_Compiling $1 ','for the second time'#000+
  184. 'E_Array properties aren'#039't allowed here'#000+
  185. 'E_No property found to override'#000+
  186. 'E_Only one default property is allowed, found inherited default proper'+
  187. 'ty in class $1'#000+
  188. 'E_The default property must be an array property'#000+
  189. 'E_Virtual const','ructors are only supported in class object model'#000+
  190. 'E_No default property available'#000+
  191. 'E_The class can'#039't have a published section, use the {$M+} switch'#000+
  192. 'E_Forward declaration of class $1 must be resolved here to use the cla'+
  193. 'ss as ancestor'#000+
  194. 'E_Local o','perators not supported'#000+
  195. 'E_Procedure directive $1 not allowed in interface section'#000+
  196. 'E_Procedure directive $1 not allowed in implementation section'#000+
  197. 'E_Procedure directive $1 not allowed in procvar declaration'#000+
  198. 'E_Function is already declared Publi','c/Forward $1'#000+
  199. 'E_Can'#039't use both EXPORT and EXTERNAL'#000+
  200. 'E_NAME keyword expected'#000+
  201. 'W_$1 not yet supported inside inline procedure/function'#000+
  202. 'W_Inlining disabled'#000+
  203. 'I_Writing Browser log $1'#000+
  204. 'H_may be pointer dereference is missing'#000+
  205. 'F_Selected assembler read','er not supported'#000+
  206. 'E_Procedure directive $1 has conflicts with other directives'#000+
  207. 'E_Calling convention doesn'#039't match forward'#000+
  208. 'E_Register calling (fastcall) not supported'#000+
  209. 'E_Property can'#039't have a default value'#000+
  210. 'E_The default value of a property mus','t be constant'#000+
  211. 'E_Symbol can'#039't be published, can be only a class'#000+
  212. 'E_That kind of property can'#039't be published'#000+
  213. 'W_Empty import name specified'#000+
  214. 'W_An import name is required'#000+
  215. 'E_Function internal name changed after use of function'#000+
  216. 'E_Division by zero'#000+
  217. 'E','_Invalid floating point operation'#000+
  218. 'E_Upper bound of range is less than lower bound'#000+
  219. 'E_string length is larger than array of char length'#000+
  220. 'E_Illegal expression after message directive'#000+
  221. 'E_Message handlers can take only one call by ref. parameter'#000+
  222. 'E','_Duplicate message label: $1'#000+
  223. 'E_Self can be only an explicit parameter in message handlers'#000+
  224. 'E_Threadvars can be only static or global'#000+
  225. 'F_Direct assembler not supported for binary output format'#000+
  226. 'W_Don'#039't load OBJPAS unit manual, use {$mode objfpc','} or {$mode de'+
  227. 'lphi} instead'#000+
  228. 'E_OVERRIDE can'#039't be used in objects'#000+
  229. 'E_Data types which requires initialization/finalization can'#039't be u'+
  230. 'sed in variant records'#000+
  231. 'E_Resourcestrings can be only static or global'#000+
  232. 'E_Exit with argument can'#039't be used here'#000,
  233. 'E_The type of the storage symbol must be boolean'#000+
  234. 'E_This symbol isn'#039't allowed as storage symbol'#000+
  235. 'E_Only class which are compiled in $M+ mode can be published'#000+
  236. 'E_Procedure directive expected'#000+
  237. 'E_The value for a property index must be of an ordina','l type'#000+
  238. 'E_Procedure name to short to be exported'#000+
  239. 'E_No DEFFILE entry can be generated for unit global vars'#000+
  240. 'E_Compile without -WD option'#000+
  241. 'E_Type mismatch'#000+
  242. 'E_Incompatible types: got "$1" expected "$2"'#000+
  243. 'E_Type mismatch between $1 and $2'#000+
  244. 'E_Type iden','tifier expected'#000+
  245. 'E_Variable identifier expected'#000+
  246. 'E_Integer expression expected, but got "$1"'#000+
  247. 'E_Boolean expression expected, but got "$1"'#000+
  248. 'E_Ordinal expression expected'#000+
  249. 'E_pointer type expected, but got "$1"'#000+
  250. 'E_class type expected, but got "$1"'#000+
  251. 'E','_Variable or type indentifier expected'#000+
  252. 'E_Can'#039't evaluate constant expression'#000+
  253. 'E_Set elements are not compatible'#000+
  254. 'E_Operation not implemented for sets'#000+
  255. 'W_Automatic type conversion from floating type to COMP which is an int'+
  256. 'eger type'#000+
  257. 'H_use DIV ins','tead to get an integer result'#000+
  258. 'E_string types doesn'#039't match, because of $V+ mode'#000+
  259. 'E_succ or pred on enums with assignments not possible'#000+
  260. 'E_Can'#039't read or write variables of this type'#000+
  261. 'E_Type conflict between set elements'#000+
  262. 'W_lo/hi(dword/qword) ret','urns the upper/lower word/dword'#000+
  263. 'E_Integer or real expression expected'#000+
  264. 'E_Wrong type $1 in array constructor'#000+
  265. 'E_Incompatible type for arg no. $1: Got $2, expected $3'#000+
  266. 'E_Method (variable) and Procedure (variable) are not compatible'#000+
  267. 'E_Illegal con','stant passed to internal math function'#000+
  268. 'E_Can'#039't get the address of constants'#000+
  269. 'E_Argument can'#039't be assigned to'#000+
  270. 'E_Can'#039't assign local procedure/function to procedure variable'#000+
  271. 'E_Can'#039't assign values to an address'#000+
  272. 'E_Can'#039't assign values to const var','iable'#000+
  273. 'E_Identifier not found $1'#000+
  274. 'F_Internal Error in SymTableStack()'#000+
  275. 'E_Duplicate identifier $1'#000+
  276. 'H_Identifier already defined in $1 at line $2'#000+
  277. 'E_Unknown identifier $1'#000+
  278. 'E_Forward declaration not solved $1'#000+
  279. 'F_Identifier type already defined as typ','e'#000+
  280. 'E_Error in type definition'#000+
  281. 'E_Type identifier not defined'#000+
  282. 'E_Forward type not resolved $1'#000+
  283. 'E_Only static variables can be used in static methods or outside metho'+
  284. 'ds'#000+
  285. 'E_Invalid call to tvarsym.mangledname()'#000+
  286. 'F_record or class type expected'#000+
  287. 'E_Ins','tances of classes or objects with an abstract method are not al'+
  288. 'lowed'#000+
  289. 'W_Label not defined $1'#000+
  290. 'E_Label used but not defined $1'#000+
  291. 'E_Illegal label declaration'#000+
  292. 'E_GOTO and LABEL are not supported (use switch -Sg)'#000+
  293. 'E_Label not found'#000+
  294. 'E_identifier isn'#039't',' a label'#000+
  295. 'E_label already defined'#000+
  296. 'E_illegal type declaration of set elements'#000+
  297. 'E_Forward class definition not resolved $1'#000+
  298. 'H_Parameter $1 not used'#000+
  299. 'N_Local variable $1 not used'#000+
  300. 'H_Value parameter $1 is assigned but never used'#000+
  301. 'N_Local variable $1 ','is assigned but never used'#000+
  302. 'H_Local $1 $2 is not used'#000+
  303. 'N_Private field $1.$2 is never used'#000+
  304. 'N_Private field $1.$2 is assigned but never used'#000+
  305. 'N_Private method $1.$2 never used'#000+
  306. 'E_Set type expected'#000+
  307. 'W_Function result does not seem to be set'#000+
  308. 'E_Unkn','own record field identifier $1'#000+
  309. 'W_Local variable $1 does not seem to be initialized'#000+
  310. 'W_Variable $1 does not seem to be initialized'#000+
  311. 'E_identifier idents no member $1'#000+
  312. 'B_Found declaration: $1'#000+
  313. 'E_Data segment too large (max. 2GB)'#000+
  314. 'E_BREAK not allowe','d'#000+
  315. 'E_CONTINUE not allowed'#000+
  316. 'E_Expression too complicated - FPU stack overflow'#000+
  317. 'E_Illegal expression'#000+
  318. 'E_Invalid integer expression'#000+
  319. 'E_Illegal qualifier'#000+
  320. 'E_High range limit < low range limit'#000+
  321. 'E_Illegal counter variable'#000+
  322. 'E_Can'#039't determine which overloa','ded function to call'#000+
  323. 'E_Parameter list size exceeds 65535 bytes'#000+
  324. 'E_Illegal type conversion'#000+
  325. 'D_Conversion between ordinals and pointers is not portable across plat'+
  326. 'forms'#000+
  327. 'E_File types must be var parameters'#000+
  328. 'E_The use of a far pointer isn'#039't allowe','d there'#000+
  329. 'E_illegal call by reference parameters'#000+
  330. 'E_EXPORT declared functions can'#039't be called'#000+
  331. 'W_Possible illegal call of constructor or destructor (doesn'#039't matc'+
  332. 'h to this context)'#000+
  333. 'N_Inefficient code'#000+
  334. 'W_unreachable code'#000+
  335. 'E_procedure call with stac','kframe ESP/SP'#000+
  336. 'E_Abstract methods can'#039't be called directly'#000+
  337. 'F_Internal Error in getfloatreg(), allocation failure'#000+
  338. 'F_Unknown float type'#000+
  339. 'F_SecondVecn() base defined twice'#000+
  340. 'F_Extended cg68k not supported'#000+
  341. 'F_32-bit unsigned not supported in MC68000',' mode'#000+
  342. 'F_Internal Error in secondinline()'#000+
  343. 'D_Register $1 weight $2 $3'#000+
  344. 'E_Stack limit excedeed in local routine'#000+
  345. 'D_Stack frame is omitted'#000+
  346. 'W_Range check for 64 bit integers is not supported on this target'#000+
  347. 'E_Object or class methods can'#039't be inline','.'#000+
  348. 'E_Procvar calls can'#039't be inline.'#000+
  349. 'E_No code for inline procedure stored'#000+
  350. 'E_Direct call of interrupt procedure $1 is not possible'#000+
  351. 'E_Element zero of an ansi/wide- or longstring can'#039't be accessed, u'+
  352. 'se (set)length instead'#000+
  353. 'E_Include and exclude ','not implemented in this case'#000+
  354. 'E_Constructors or destructors can not be called inside a '#039'with'#039+
  355. ' clause'#000+
  356. 'E_Cannot call message handler method directly'#000+
  357. 'E_Jump in or outside of an exception block'#000+
  358. 'E_Control flow statements aren'#039't allowed in a final','ly block'#000+
  359. 'D_Starting $1 styled assembler parsing'#000+
  360. 'D_Finished $1 styled assembler parsing'#000+
  361. 'E_Non-label pattern contains @'#000+
  362. 'W_Override operator not supported'#000+
  363. 'E_Error building record offset'#000+
  364. 'E_OFFSET used without identifier'#000+
  365. 'E_TYPE used without iden','tifier'#000+
  366. 'E_Cannot use local variable or parameters here'#000+
  367. 'E_need to use OFFSET here'#000+
  368. 'E_Cannot use multiple relocatable symbols'#000+
  369. 'E_Relocatable symbol can only be added'#000+
  370. 'E_Invalid constant expression'#000+
  371. 'E_Relocatable symbol is not allowed'#000+
  372. 'E_Invalid ref','erence syntax'#000+
  373. 'E_Local symbols/labels aren'#039't allowed as references'#000+
  374. 'E_Invalid base and index register usage'#000+
  375. 'E_Wrong scale factor specified'#000+
  376. 'E_Multiple index register usage'#000+
  377. 'E_Invalid operand type'#000+
  378. 'E_Invalid string as opcode operand: $1'#000+
  379. 'W_@CODE a','nd @DATA not supported'#000+
  380. 'E_Null label references are not allowed'#000+
  381. 'F_Divide by zero in asm evaluator'#000+
  382. 'F_Evaluator stack overflow'#000+
  383. 'F_Evaluator stack underflow'#000+
  384. 'F_Invalid numeric format in asm evaluator'#000+
  385. 'F_Invalid Operator in asm evaluator'#000+
  386. 'E_escape s','equence ignored: $1'#000+
  387. 'E_Invalid symbol reference'#000+
  388. 'W_Fwait can cause emulation problems with emu387'#000+
  389. 'W_Calling an overload function in assembler'#000+
  390. 'E_Unsupported symbol type for operand'#000+
  391. 'E_Constant value out of bounds'#000+
  392. 'E_Error converting decimal $1'#000+
  393. 'E','_Error converting octal $1'#000+
  394. 'E_Error converting binary $1'#000+
  395. 'E_Error converting hexadecimal $1'#000+
  396. 'H_$1 translated to $2'#000+
  397. 'W_$1 is associated to an overloaded function'#000+
  398. 'E_Cannot use SELF outside a method'#000+
  399. 'E_Cannot use OLDEBP outside a nested procedure'#000+
  400. 'W','_Procedures can'#039't return any value in asm code'#000+
  401. 'E_SEG not supported'#000+
  402. 'E_Size suffix and destination or source size do not match'#000+
  403. 'W_Size suffix and destination or source size do not match'#000+
  404. 'E_Assembler syntax error'#000+
  405. 'E_Invalid combination of opcode ','and operands'#000+
  406. 'E_Assemler syntax error in operand'#000+
  407. 'E_Assemler syntax error in constant'#000+
  408. 'E_Invalid String expression'#000+
  409. '32bit constant created for address'#000+
  410. 'E_Invalid or missing opcode'#000+
  411. 'E_Invalid combination of prefix and opcode: $1'#000+
  412. 'E_Invalid combinat','ion of override and opcode: $1'#000+
  413. 'E_Too many operands on line'#000+
  414. 'W_NEAR ignored'#000+
  415. 'W_FAR ignored'#000+
  416. 'E_Duplicate local symbol $1'#000+
  417. 'E_Undefined local symbol $1'#000+
  418. 'E_Unknown label identifier $1'#000+
  419. 'E_Invalid floating point register name'#000+
  420. 'E_NOR not supported'#000+
  421. 'W_Modul','o not supported'#000+
  422. 'E_Invalid floating point constant $1'#000+
  423. 'E_Invalid floating point expression'#000+
  424. 'E_Wrong symbol type'#000+
  425. 'E_Cannot index a local var or parameter with a register'#000+
  426. 'E_Invalid segment override expression'#000+
  427. 'W_Identifier $1 supposed external'#000+
  428. 'E_S','trings not allowed as constants'#000+
  429. 'No type of variable specified'#000+
  430. 'E_assembler code not returned to text section'#000+
  431. 'E_Not a directive or local symbol $1'#000+
  432. 'E_Using a defined name as a local label'#000+
  433. 'E_Dollar token is used without an identifier'#000+
  434. 'W_32bit co','nstant created for address'#000+
  435. 'N_.align is target specific, use .balign or .p2align'#000+
  436. 'E_Can'#039't access fields directly for parameters'#000+
  437. 'E_Can'#039't access fields of objects/classes directly'#000+
  438. 'F_Too many assembler files'#000+
  439. 'F_Selected assembler output not suppo','rted'#000+
  440. 'F_Comp not supported'#000+
  441. 'F_Direct not support for binary writers'#000+
  442. 'E_Allocating of data is only allowed in bss section'#000+
  443. 'F_No binary writer selected'#000+
  444. 'E_Asm: Opcode $1 not in table'#000+
  445. 'E_Asm: $1 invalid combination of opcode and operands'#000+
  446. 'E_Asm: 16 B','it references not supported'#000+
  447. 'E_Asm: Invalid effective address'#000+
  448. 'E_Asm: Immediate or reference expected'#000+
  449. 'E_Asm: $1 value exceeds bounds $2'#000+
  450. 'E_Asm: Short jump is out of range $1'#000+
  451. 'E_Asm: Undefined label $1'#000+
  452. 'W_Source operating system redefined'#000+
  453. 'I_Assem','bling (pipe) $1'#000+
  454. 'E_Can'#039't create assember file $1'#000+
  455. 'W_Assembler $1 not found, switching to external assembling'#000+
  456. 'T_Using assembler: $1'#000+
  457. 'W_Error while assembling exitcode $1'#000+
  458. 'W_Can'#039't call the assembler, error $1 switching to external assembl'+
  459. 'ing'#000+
  460. 'I_As','sembling $1'#000+
  461. 'I_Assembling smartlink $1'#000+
  462. 'W_Object $1 not found, Linking may fail !'#000+
  463. 'W_Library $1 not found, Linking may fail !'#000+
  464. 'W_Error while linking'#000+
  465. 'W_Can'#039't call the linker, switching to external linking'#000+
  466. 'I_Linking $1'#000+
  467. 'W_Util $1 not found, switch','ing to external linking'#000+
  468. 'T_Using util $1'#000+
  469. 'E_Creation of Executables not supported'#000+
  470. 'E_Creation of Dynamic/Shared Libraries not supported'#000+
  471. 'I_Closing script $1'#000+
  472. 'W_resource compiler not found, switching to external mode'#000+
  473. 'I_Compiling resource $1'#000+
  474. 'F_Can',#039't post process executable $1'#000+
  475. 'F_Can'#039't open executable $1'#000+
  476. 'X_Size of Code: $1 bytes'#000+
  477. 'X_Size of initialized data: $1 bytes'#000+
  478. 'X_Size of uninitialized data: $1 bytes'#000+
  479. 'X_Stack space reserved: $1 bytes'#000+
  480. 'X_Stack space commited: $1 bytes'#000+
  481. 'T_Unitsearch: $1',#000+
  482. 'T_PPU Loading $1'#000+
  483. 'U_PPU Name: $1'#000+
  484. 'U_PPU Flags: $1'#000+
  485. 'U_PPU Crc: $1'#000+
  486. 'U_PPU Time: $1'#000+
  487. 'U_PPU File too short'#000+
  488. 'U_PPU Invalid Header (no PPU at the begin)'#000+
  489. 'U_PPU Invalid Version $1'#000+
  490. 'U_PPU is compiled for an other processor'#000+
  491. 'U_PPU is compiled for an other t','arget'#000+
  492. 'U_PPU Source: $1'#000+
  493. 'U_Writing $1'#000+
  494. 'F_Can'#039't Write PPU-File'#000+
  495. 'F_Error reading PPU-File'#000+
  496. 'F_unexpected end of PPU-File'#000+
  497. 'F_Invalid PPU-File entry: $1'#000+
  498. 'F_PPU Dbx count problem'#000+
  499. 'E_Illegal unit name: $1'#000+
  500. 'F_Too much units'#000+
  501. 'F_Circular unit reference between',' $1 and $2'#000+
  502. 'F_Can'#039't compile unit $1, no sources available'#000+
  503. 'F_Can'#039't find unit $1'#000+
  504. 'W_Unit $1 was not found but $2 exists'#000+
  505. 'F_Unit $1 searched but $2 found'#000+
  506. 'W_Compiling the system unit requires the -Us switch'#000+
  507. 'F_There were $1 errors compiling module,',' stopping'#000+
  508. 'U_Load from $1 ($2) unit $3'#000+
  509. 'U_Recompiling $1, checksum changed for $2'#000+
  510. 'U_Recompiling $1, source found only'#000+
  511. 'U_Recompiling unit, static lib is older than ppufile'#000+
  512. 'U_Recompiling unit, shared lib is older than ppufile'#000+
  513. 'U_Recompiling unit',', obj and asm are older than ppufile'#000+
  514. 'U_Recompiling unit, obj is older than asm'#000+
  515. 'U_Parsing interface of $1'#000+
  516. 'U_Parsing implementation of $1'#000+
  517. 'U_Second load for unit $1'#000+
  518. 'U_PPU Check file $1 time $2'#000+
  519. '$1 [options] <inputfile> [options]'#000+
  520. 'W_Only one sour','ce file supported'#000+
  521. 'W_DEF file can be created only for OS/2'#000+
  522. 'E_nested response files are not supported'#000+
  523. 'F_No source file name in command line'#000+
  524. 'N_No option inside $1 config file'#000+
  525. 'E_Illegal parameter: $1'#000+
  526. 'H_-? writes help pages'#000+
  527. 'F_Too many config fil','es nested'#000+
  528. 'F_Unable to open file $1'#000+
  529. 'N_Reading further options from $1'#000+
  530. 'W_Target is already set to: $1'#000+
  531. 'W_Shared libs not supported on DOS platform, reverting to static'#000+
  532. 'F_too many IF(N)DEFs'#000+
  533. 'F_too many ENDIFs'#000+
  534. 'F_open conditional at the end of the',' file'#000+
  535. 'W_Debug information generation is not supported by this executable'#000+
  536. 'H_Try recompiling with -dGDB'#000+
  537. 'E_You are using the obsolete switch $1'#000+
  538. 'E_You are using the obsolete switch $1, please use $2'#000+
  539. 'N_Switching assembler to default source writi','ng assembler'#000+
  540. 'Free Pascal Compiler version $FPCVER [$FPCDATE] for $FPCTARGET'#000+
  541. 'Copyright (c) 1993-2000 by Florian Klaempfl'#000+
  542. 'Free Pascal Compiler version $FPCVER'#000+
  543. #000+
  544. 'Compiler Date : $FPCDATE'#000+
  545. 'Compiler Target: $FPCTARGET'#000+
  546. #000+
  547. 'This program comes under th','e GNU General Public Licence'#000+
  548. 'For more information read COPYING.FPC'#000+
  549. #000+
  550. 'Report bugs,suggestions etc to:'#000+
  551. ' [email protected]'#000+
  552. '**0*_put + after a boolean switch option to enable it, - to disable it'+
  553. #000+
  554. '**1a_the compiler doesn'#039't dele','te the generated assembler file'#000+
  555. '**2al_list sourcecode lines in assembler file'#000+
  556. '**2ar_list register allocation/release info in assembler file'#000+
  557. '**2at_list temp allocation/release info in assembler file'#000+
  558. '**1b_generate browser info'#000+
  559. '**2bl_generate ','local symbol info'#000+
  560. '**1B_build all modules'#000+
  561. '**1C<x>_code generation options:'#000+
  562. '**2CD_create also dynamic library (not supported)'#000+
  563. '**2Ch<n>_<n> bytes heap (between 1023 and 67107840)'#000+
  564. '**2Ci_IO-checking'#000+
  565. '**2Cn_omit linking stage'#000+
  566. '**2Co_check overflow ','of integer operations'#000+
  567. '**2Cr_range checking'#000+
  568. '**2Cs<n>_set stack size to <n>'#000+
  569. '**2Ct_stack checking'#000+
  570. '**2CX_create also smartlinked library'#000+
  571. '**1d<x>_defines the symbol <x>'#000+
  572. '*O1D_generate a DEF file'#000+
  573. '*O2Dd<x>_set description to <x>'#000+
  574. '*O2Dw_PM applicatio','n'#000+
  575. '**1e<x>_set path to executable'#000+
  576. '**1E_same as -Cn'#000+
  577. '**1F<x>_set file names and paths:'#000+
  578. '**2FD<x>_sets the directory where to search for compiler utilities'#000+
  579. '**2Fe<x>_redirect error output to <x>'#000+
  580. '**2FE<x>_set exe/unit output path to <x>'#000+
  581. '**2Fi<x>_a','dds <x> to include path'#000+
  582. '**2Fl<x>_adds <x> to library path'#000+
  583. '*L2FL<x>_uses <x> as dynamic linker'#000+
  584. '**2Fo<x>_adds <x> to object path'#000+
  585. '**2Fr<x>_load error message file <x>'#000+
  586. '**2Fu<x>_adds <x> to unit path'#000+
  587. '**2FU<x>_set unit output path to <x>, overrid','es -FE'#000+
  588. '*g1g_generate debugger information:'#000+
  589. '*g2gg_use gsym'#000+
  590. '*g2gd_use dbx'#000+
  591. '*g2gh_use heap trace unit (for memory leak debugging)'#000+
  592. '*g2gl_use line info unit to show more info for backtraces'#000+
  593. '*g2gc_generate checks for pointers'#000+
  594. '**1i_information'#000+
  595. '**2i','D_return compiler date'#000+
  596. '**2iV_return compiler version'#000+
  597. '**2iSO_return compiler OS'#000+
  598. '**2iSP_return compiler processor'#000+
  599. '**2iTO_return target OS'#000+
  600. '**2iTP_return target processor'#000+
  601. '**1I<x>_adds <x> to include path'#000+
  602. '**1k<x>_Pass <x> to the linker'#000+
  603. '**1l_writ','e logo'#000+
  604. '**1n_don'#039't read the default config file'#000+
  605. '**1o<x>_change the name of the executable produced to <x>'#000+
  606. '**1pg_generate profile code for gprof (defines FPC_PROFILE)'#000+
  607. '*L1P_use pipes instead of creating temporary assembler files'#000+
  608. '**1S<x>_syntax',' options:'#000+
  609. '**2S2_switch some Delphi 2 extensions on'#000+
  610. '**2Sc_supports operators like C (*=,+=,/= and -=)'#000+
  611. '**2Sd_tries to be Delphi compatible'#000+
  612. '**2Se<x>_compiler stops after the <x> errors (default is 1)'#000+
  613. '**2Sg_allow LABEL and GOTO'#000+
  614. '**2Sh_Use ansist','rings'#000+
  615. '**2Si_support C++ styled INLINE'#000+
  616. '**2Sm_support macros like C (global)'#000+
  617. '**2So_tries to be TP/BP 7.0 compatible'#000+
  618. '**2Sp_tries to be gpc compatible'#000+
  619. '**2Ss_constructor name must be init (destructor must be done)'#000+
  620. '**2St_allow static keyword in o','bjects'#000+
  621. '**1s_don'#039't call assembler and linker (only with -a)'#000+
  622. '**1u<x>_undefines the symbol <x>'#000+
  623. '**1U_unit options:'#000+
  624. '**2Un_don'#039't check the unit name'#000+
  625. '**2Us_compile a system unit'#000+
  626. '**1v<x>_Be verbose. <x> is a combination of the following letters:'#000+
  627. '**','2*_e : Show errors (default) d : Show debug info'#000+
  628. '**2*_w : Show warnings u : Show unit info'#000+
  629. '**2*_n : Show notes t : Show tried/used files'#000+
  630. '**2*_h : Show hints m : Show defined macros'#000+
  631. '**2*_','i : Show general info p : Show compiled procedures'#000+
  632. '**2*_l : Show linenumbers c : Show conditionals'#000+
  633. '**2*_a : Show everything 0 : Show nothing (except errors)'#000+
  634. '**2*_b : Show all procedure r : Rhide/GCC',' compatibility mod'+
  635. 'e'#000+
  636. '**2*_ declarations if an error x : Executable info (Win32 only)'#000+
  637. '**2*_ occurs'#000+
  638. '**1X_executable options:'#000+
  639. '*L2Xc_link with the c library'#000+
  640. '**2Xs_strip all symbols from executable'#000+
  641. '**2XD_try to link dynamic (def','ines FPC_LINK_DYNAMIC)'#000+
  642. '**2XS_try to link static (default) (defines FPC_LINK_STATIC)'#000+
  643. '**2XX_try to link smart (defines FPC_LINK_SMART)'#000+
  644. '**0*_Processor specific options:'#000+
  645. '3*1A<x>_output format:'#000+
  646. '3*2Aas_assemble using GNU AS'#000+
  647. '3*2Aasaout_','assemble using GNU AS for aout (Go32v1)'#000+
  648. '3*2Anasmcoff_coff (Go32v2) file using Nasm'#000+
  649. '3*2Anasmelf_elf32 (Linux) file using Nasm'#000+
  650. '3*2Anasmobj_obj file using Nasm'#000+
  651. '3*2Amasm_obj file using Masm (Microsoft)'#000+
  652. '3*2Atasm_obj file using Tasm (Borland)'#000+
  653. '3*2','Acoff_coff (Go32v2) using internal writer'#000+
  654. '3*2Apecoff_pecoff (Win32) using internal writer'#000+
  655. '3*1R<x>_assembler reading style:'#000+
  656. '3*2Ratt_read AT&T style assembler'#000+
  657. '3*2Rintel_read Intel style assembler'#000+
  658. '3*2Rdirect_copy assembler text directly to ass','embler file'#000+
  659. '3*1O<x>_optimizations:'#000+
  660. '3*2Og_generate smaller code'#000+
  661. '3*2OG_generate faster code (default)'#000+
  662. '3*2Or_keep certain variables in registers'#000+
  663. '3*2Ou_enable uncertain optimizations (see docs)'#000+
  664. '3*2O1_level 1 optimizations (quick optimizations)'#000,
  665. '3*2O2_level 2 optimizations (-O1 + slower optimizations)'#000+
  666. '3*2O3_level 3 optimizations (same as -O2u)'#000+
  667. '3*2Op<x>_target processor:'#000+
  668. '3*3Op1_set target processor to 386/486'#000+
  669. '3*3Op2_set target processor to Pentium/PentiumMMX (tm)'#000+
  670. '3*3Op3_set target p','rocessor to PPro/PII/c6x86/K6 (tm)'#000+
  671. '3*1T<x>_Target operating system:'#000+
  672. '3*2TGO32V1_version 1 of DJ Delorie DOS extender'#000+
  673. '3*2TGO32V2_version 2 of DJ Delorie DOS extender'#000+
  674. '3*2TLINUX_Linux'#000+
  675. '3*2TOS2_OS/2 2.x'#000+
  676. '3*2TWin32_Windows 32 Bit'#000+
  677. '3*1W<x>_Win32 targ','et options'#000+
  678. '3*2WB<x>_Set Image base to Hexadecimal <x> value'#000+
  679. '3*2WC_Specify console type application'#000+
  680. '3*2WD_Use DEFFILE to export functions of DLL or EXE'#000+
  681. '3*2WG_Specify graphic type application'#000+
  682. '3*2WN_Do not generate relocation code (necessary f','or debugging)'#000+
  683. '3*2WR_Generate relocation code'#000+
  684. '6*1A<x>_output format'#000+
  685. '6*2Aas_Unix o-file using GNU AS'#000+
  686. '6*2Agas_GNU Motorola assembler'#000+
  687. '6*2Amit_MIT Syntax (old GAS)'#000+
  688. '6*2Amot_Standard Motorola assembler'#000+
  689. '6*1O_optimizations:'#000+
  690. '6*2Oa_turn on the optimiz','er'#000+
  691. '6*2Og_generate smaller code'#000+
  692. '6*2OG_generate faster code (default)'#000+
  693. '6*2Ox_optimize maximum (still BUGGY!!!)'#000+
  694. '6*2O2_set target processor to a MC68020+'#000+
  695. '6*1R<x>_assembler reading style:'#000+
  696. '6*2RMOT_read motorola style assembler'#000+
  697. '6*1T<x>_Target opera','ting system:'#000+
  698. '6*2TAMIGA_Commodore Amiga'#000+
  699. '6*2TATARI_Atari ST/STe/TT'#000+
  700. '6*2TMACOS_Macintosh m68k'#000+
  701. '6*2TLINUX_Linux-68k'#000+
  702. '**1*_'#000+
  703. '**1?_shows this help'#000+
  704. '**1h_shows this help without waiting'#000
  705. );