msgidx.inc 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  1. const
  2. general_t_compilername=01000;
  3. general_d_sourceos=01001;
  4. general_i_targetos=01002;
  5. general_t_exepath=01003;
  6. general_t_unitpath=01004;
  7. general_t_includepath=01005;
  8. general_t_librarypath=01006;
  9. general_t_objectpath=01007;
  10. general_i_abslines_compiled=01008;
  11. general_f_no_memory_left=01009;
  12. general_i_writingresourcefile=01010;
  13. general_e_errorwritingresourcefile=01011;
  14. general_i_fatal=01012;
  15. general_i_error=01013;
  16. general_i_warning=01014;
  17. general_i_note=01015;
  18. general_i_hint=01016;
  19. scan_f_end_of_file=02000;
  20. scan_f_string_exceeds_line=02001;
  21. scan_f_illegal_char=02002;
  22. scan_f_syn_expected=02003;
  23. scan_t_start_include_file=02004;
  24. scan_w_comment_level=02005;
  25. scan_n_far_directive_ignored=02006;
  26. scan_n_stack_check_global_under_linux=02007;
  27. scan_n_ignored_switch=02008;
  28. scan_w_illegal_switch=02009;
  29. scan_w_switch_is_global=02010;
  30. scan_e_illegal_char_const=02011;
  31. scan_f_cannot_open_input=02012;
  32. scan_f_cannot_open_includefile=02013;
  33. scan_e_too_much_endifs=02014;
  34. scan_w_only_pack_records=02015;
  35. scan_w_only_pack_enum=02016;
  36. scan_e_endif_expected=02017;
  37. scan_e_preproc_syntax_error=02018;
  38. scan_e_error_in_preproc_expr=02019;
  39. scan_w_macro_cut_after_255_chars=02020;
  40. scan_e_endif_without_if=02021;
  41. scan_f_user_defined=02022;
  42. scan_e_user_defined=02023;
  43. scan_w_user_defined=02024;
  44. scan_n_user_defined=02025;
  45. scan_h_user_defined=02026;
  46. scan_i_user_defined=02027;
  47. scan_e_keyword_cant_be_a_macro=02028;
  48. scan_f_macro_buffer_overflow=02029;
  49. scan_w_macro_deep_ten=02030;
  50. scan_e_wrong_styled_switch=02031;
  51. scan_d_handling_switch=02032;
  52. scan_c_endif_found=02033;
  53. scan_c_ifdef_found=02034;
  54. scan_c_ifopt_found=02035;
  55. scan_c_if_found=02036;
  56. scan_c_ifndef_found=02037;
  57. scan_c_else_found=02038;
  58. scan_c_skipping_until=02039;
  59. scan_i_press_enter=02040;
  60. scan_w_unsupported_switch=02041;
  61. scan_w_illegal_directive=02042;
  62. scan_t_back_in=02043;
  63. scan_w_unsupported_app_type=02044;
  64. scan_w_app_type_not_support=02045;
  65. scan_w_decription_not_support=02046;
  66. scan_n_version_not_support=02047;
  67. scan_n_only_exe_version=02048;
  68. scan_w_wrong_version_ignored=02049;
  69. scan_w_unsupported_asmmode_specifier=02050;
  70. scan_w_no_asm_reader_switch_inside_asm=02051;
  71. scan_e_wrong_switch_toggle=02052;
  72. scan_e_resourcefiles_not_supported=02053;
  73. scan_w_include_env_not_found=02054;
  74. scan_e_invalid_maxfpureg_value=02055;
  75. scan_w_only_one_resourcefile_supported=02056;
  76. scan_w_macro_support_turned_off=02057;
  77. scan_e_invalid_interface_type=02058;
  78. parser_e_syntax_error=03000;
  79. parser_w_proc_far_ignored=03001;
  80. parser_w_proc_near_ignored=03002;
  81. parser_w_proc_interrupt_ignored=03003;
  82. parser_e_dont_nest_interrupt=03004;
  83. parser_w_proc_directive_ignored=03005;
  84. parser_e_no_overload_for_all_procs=03006;
  85. parser_e_no_dll_file_specified=03007;
  86. parser_e_export_name_double=03008;
  87. parser_e_export_ordinal_double=03009;
  88. parser_e_export_invalid_index=03010;
  89. parser_w_parser_reloc_no_debug=03011;
  90. parser_w_parser_win32_debug_needs_WN=03012;
  91. parser_e_constructorname_must_be_init=03013;
  92. parser_e_destructorname_must_be_done=03014;
  93. parser_e_illegal_open_parameter=03015;
  94. parser_e_proc_inline_not_supported=03016;
  95. parser_w_priv_meth_not_virtual=03017;
  96. parser_w_constructor_should_be_public=03018;
  97. parser_w_destructor_should_be_public=03019;
  98. parser_n_only_one_destructor=03020;
  99. parser_e_no_local_objects=03021;
  100. parser_f_no_anonym_objects=03022;
  101. parser_object_has_no_vmt=03023;
  102. parser_e_illegal_parameter_list=03024;
  103. parser_e_wrong_parameter_type=03025;
  104. parser_e_wrong_parameter_size=03026;
  105. parser_e_overloaded_no_procedure=03027;
  106. parser_e_overloaded_have_same_parameters=03028;
  107. parser_e_header_dont_match_forward=03029;
  108. parser_e_header_different_var_names=03030;
  109. parser_n_duplicate_enum=03031;
  110. parser_n_interface_name_diff_implementation_name=03032;
  111. parser_e_no_with_for_variable_in_other_segments=03033;
  112. parser_e_too_much_lexlevel=03034;
  113. parser_e_range_check_error=03035;
  114. parser_w_range_check_error=03036;
  115. parser_e_double_caselabel=03037;
  116. parser_e_case_lower_less_than_upper_bound=03038;
  117. parser_e_type_const_not_possible=03039;
  118. parser_e_no_overloaded_procvars=03040;
  119. parser_e_invalid_string_size=03041;
  120. parser_w_use_extended_syntax_for_objects=03042;
  121. parser_w_no_new_dispose_on_void_pointers=03043;
  122. parser_e_no_new_dispose_on_void_pointers=03044;
  123. parser_e_class_id_expected=03045;
  124. parser_e_no_type_not_allowed_here=03046;
  125. parser_e_methode_id_expected=03047;
  126. parser_e_header_dont_match_any_member=03048;
  127. parser_p_procedure_start=03049;
  128. parser_e_error_in_real=03050;
  129. parser_e_fail_only_in_constructor=03051;
  130. parser_e_no_paras_for_destructor=03052;
  131. parser_e_only_class_methods_via_class_ref=03053;
  132. parser_e_only_class_methods=03054;
  133. parser_e_case_mismatch=03055;
  134. parser_e_illegal_symbol_exported=03056;
  135. parser_w_should_use_override=03057;
  136. parser_e_nothing_to_be_overridden=03058;
  137. parser_e_no_procedure_to_access_property=03059;
  138. parser_w_stored_not_implemented=03060;
  139. parser_e_ill_property_access_sym=03061;
  140. parser_e_cant_access_protected_member=03062;
  141. parser_e_cant_access_private_member=03063;
  142. parser_w_overloaded_are_not_both_virtual=03064;
  143. parser_w_overloaded_are_not_both_non_virtual=03065;
  144. parser_e_overloaded_methodes_not_same_ret=03066;
  145. parser_e_dont_nest_export=03067;
  146. parser_e_methods_dont_be_export=03068;
  147. parser_e_call_by_ref_without_typeconv=03069;
  148. parser_e_no_super_class=03070;
  149. parser_e_self_not_in_method=03071;
  150. parser_e_generic_methods_only_in_methods=03072;
  151. parser_e_illegal_colon_qualifier=03073;
  152. parser_e_illegal_set_expr=03074;
  153. parser_e_pointer_to_class_expected=03075;
  154. parser_e_expr_have_to_be_constructor_call=03076;
  155. parser_e_expr_have_to_be_destructor_call=03077;
  156. parser_e_invalid_record_const=03078;
  157. parser_e_false_with_expr=03079;
  158. parser_e_void_function=03080;
  159. parser_e_constructors_always_objects=03081;
  160. parser_e_operator_not_overloaded=03082;
  161. parser_e_no_such_assignment=03083;
  162. parser_e_overload_impossible=03084;
  163. parser_e_no_reraise_possible=03085;
  164. parser_e_no_new_or_dispose_for_classes=03086;
  165. parser_e_asm_incomp_with_function_return=03087;
  166. parser_e_procedure_overloading_is_off=03088;
  167. parser_e_overload_operator_failed=03089;
  168. parser_e_comparative_operator_return_boolean=03090;
  169. parser_e_only_virtual_methods_abstract=03091;
  170. parser_f_unsupported_feature=03092;
  171. parser_e_mix_of_classes_and_objects=03093;
  172. parser_w_unknown_proc_directive_ignored=03094;
  173. parser_e_absolute_only_one_var=03095;
  174. parser_e_absolute_only_to_var_or_const=03096;
  175. parser_e_initialized_only_one_var=03097;
  176. parser_e_abstract_no_definition=03098;
  177. parser_e_overloaded_must_be_all_global=03099;
  178. parser_w_virtual_without_constructor=03100;
  179. parser_m_macro_defined=03101;
  180. parser_m_macro_undefined=03102;
  181. parser_m_macro_set_to=03103;
  182. parser_i_compiling=03104;
  183. parser_u_parsing_interface=03105;
  184. parser_u_parsing_implementation=03106;
  185. parser_d_compiling_second_time=03107;
  186. parser_e_no_paras_allowed=03108;
  187. parser_e_no_property_found_to_override=03109;
  188. parser_e_only_one_default_property=03110;
  189. parser_e_property_need_paras=03111;
  190. parser_e_constructor_cannot_be_not_virtual=03112;
  191. parser_e_no_default_property_available=03113;
  192. parser_e_cant_have_published=03114;
  193. parser_e_forward_declaration_must_be_resolved=03115;
  194. parser_e_no_local_operator=03116;
  195. parser_e_proc_dir_not_allowed_in_interface=03117;
  196. parser_e_proc_dir_not_allowed_in_implementation=03118;
  197. parser_e_proc_dir_not_allowed_in_procvar=03119;
  198. parser_e_function_already_declared_public_forward=03120;
  199. parser_e_not_external_and_export=03121;
  200. parser_e_name_keyword_expected=03122;
  201. parser_w_not_supported_for_inline=03123;
  202. parser_w_inlining_disabled=03124;
  203. parser_i_writing_browser_log=03125;
  204. parser_h_maybe_deref_caret_missing=03126;
  205. parser_f_assembler_reader_not_supported=03127;
  206. parser_e_proc_dir_conflict=03128;
  207. parser_e_call_convention_dont_match_forward=03129;
  208. parser_e_register_calling_not_supported=03130;
  209. parser_e_property_cant_have_a_default_value=03131;
  210. parser_e_property_default_value_must_const=03132;
  211. parser_e_cant_publish_that=03133;
  212. parser_e_cant_publish_that_property=03134;
  213. parser_w_empty_import_name=03135;
  214. parser_e_empty_import_name=03136;
  215. parser_e_used_proc_name_changed=03137;
  216. parser_e_division_by_zero=03138;
  217. parser_e_invalid_float_operation=03139;
  218. parser_e_array_lower_less_than_upper_bound=03140;
  219. parser_w_string_too_long=03141;
  220. parser_e_string_larger_array=03142;
  221. parser_e_ill_msg_expr=03143;
  222. parser_e_ill_msg_param=03144;
  223. parser_e_duplicate_message_label=03145;
  224. parser_e_self_in_non_message_handler=03146;
  225. parser_e_threadvars_only_sg=03147;
  226. parser_f_direct_assembler_not_allowed=03148;
  227. parser_w_no_objpas_use_mode=03149;
  228. parser_e_no_object_override=03150;
  229. parser_e_cant_use_inittable_here=03151;
  230. parser_e_resourcestring_only_sg=03152;
  231. parser_e_exit_with_argument_not__possible=03153;
  232. parser_e_stored_property_must_be_boolean=03154;
  233. parser_e_ill_property_storage_sym=03155;
  234. parser_e_only_publishable_classes_can__be_published=03156;
  235. parser_e_proc_directive_expected=03157;
  236. parser_e_invalid_property_index_value=03158;
  237. parser_e_procname_to_short_for_export=03159;
  238. parser_e_dlltool_unit_var_problem=03160;
  239. parser_e_dlltool_unit_var_problem2=03161;
  240. parser_f_need_objfpc_or_delphi_mode=03162;
  241. parser_e_no_export_with_index_for_target=03163;
  242. parser_e_no_export_of_variables_for_target=03164;
  243. parser_e_improper_guid_syntax=03165;
  244. parser_f_interface_cant_have_variables=03166;
  245. parser_f_interface_cant_have_constr_or_destr=03167;
  246. parser_w_interface_mapping_notfound=03168;
  247. parser_e_interface_id_expected=03169;
  248. type_e_mismatch=04000;
  249. type_e_incompatible_types=04001;
  250. type_e_not_equal_types=04002;
  251. type_e_type_id_expected=04003;
  252. type_e_variable_id_expected=04004;
  253. type_e_integer_expr_expected=04005;
  254. type_e_boolean_expr_expected=04006;
  255. type_e_ordinal_expr_expected=04007;
  256. type_e_pointer_type_expected=04008;
  257. type_e_class_type_expected=04009;
  258. type_e_varid_or_typeid_expected=04010;
  259. type_e_cant_eval_constant_expr=04011;
  260. type_e_set_element_are_not_comp=04012;
  261. type_e_set_operation_unknown=04013;
  262. type_w_convert_real_2_comp=04014;
  263. type_h_use_div_for_int=04015;
  264. type_e_strict_var_string_violation=04016;
  265. type_e_succ_and_pred_enums_with_assign_not_possible=04017;
  266. type_e_cant_read_write_type=04018;
  267. type_e_no_readln_writeln_for_typed_file=04019;
  268. type_e_no_read_write_for_untyped_file=04020;
  269. type_e_typeconflict_in_set=04021;
  270. type_w_maybe_wrong_hi_lo=04022;
  271. type_e_integer_or_real_expr_expected=04023;
  272. type_e_wrong_type_in_array_constructor=04024;
  273. type_e_wrong_parameter_type=04025;
  274. type_e_no_method_and_procedure_not_compatible=04026;
  275. type_e_wrong_math_argument=04027;
  276. type_e_no_addr_of_constant=04028;
  277. type_e_argument_cant_be_assigned=04029;
  278. type_e_cannot_local_proc_to_procvar=04030;
  279. type_e_no_assign_to_addr=04031;
  280. type_e_no_assign_to_const=04032;
  281. type_e_array_required=04033;
  282. type_e_interface_type_expected=04034;
  283. sym_e_id_not_found=05000;
  284. sym_f_internal_error_in_symtablestack=05001;
  285. sym_e_duplicate_id=05002;
  286. sym_h_duplicate_id_where=05003;
  287. sym_e_unknown_id=05004;
  288. sym_e_forward_not_resolved=05005;
  289. sym_f_id_already_typed=05006;
  290. sym_e_error_in_type_def=05007;
  291. sym_e_type_id_not_defined=05008;
  292. sym_e_forward_type_not_resolved=05009;
  293. sym_e_only_static_in_static=05010;
  294. sym_e_invalid_call_tvarsymmangledname=05011;
  295. sym_f_type_must_be_rec_or_class=05012;
  296. sym_e_no_instance_of_abstract_object=05013;
  297. sym_w_label_not_defined=05014;
  298. sym_e_label_used_and_not_defined=05015;
  299. sym_e_ill_label_decl=05016;
  300. sym_e_goto_and_label_not_supported=05017;
  301. sym_e_label_not_found=05018;
  302. sym_e_id_is_no_label_id=05019;
  303. sym_e_label_already_defined=05020;
  304. sym_e_ill_type_decl_set=05021;
  305. sym_e_class_forward_not_resolved=05022;
  306. sym_n_unit_not_used=05023;
  307. sym_h_para_identifier_not_used=05024;
  308. sym_n_local_identifier_not_used=05025;
  309. sym_h_para_identifier_only_set=05026;
  310. sym_n_local_identifier_only_set=05027;
  311. sym_h_local_symbol_not_used=05028;
  312. sym_n_private_identifier_not_used=05029;
  313. sym_n_private_identifier_only_set=05030;
  314. sym_n_private_method_not_used=05031;
  315. sym_e_set_expected=05032;
  316. sym_w_function_result_not_set=05033;
  317. sym_w_wrong_C_pack=05034;
  318. sym_e_illegal_field=05035;
  319. sym_n_uninitialized_local_variable=05036;
  320. sym_n_uninitialized_variable=05037;
  321. sym_e_id_no_member=05038;
  322. sym_b_param_list=05039;
  323. sym_e_segment_too_large=05040;
  324. cg_e_break_not_allowed=06000;
  325. cg_e_continue_not_allowed=06001;
  326. cg_e_too_complex_expr=06002;
  327. cg_e_illegal_expression=06003;
  328. cg_e_invalid_integer=06004;
  329. cg_e_invalid_qualifier=06005;
  330. cg_e_upper_lower_than_lower=06006;
  331. cg_e_illegal_count_var=06007;
  332. cg_e_cant_choose_overload_function=06008;
  333. cg_e_parasize_too_big=06009;
  334. cg_e_illegal_type_conversion=06010;
  335. cg_d_pointer_to_longint_conv_not_portable=06011;
  336. cg_e_file_must_call_by_reference=06012;
  337. cg_e_cant_use_far_pointer_there=06013;
  338. cg_e_var_must_be_reference=06014;
  339. cg_e_dont_call_exported_direct=06015;
  340. cg_w_member_cd_call_from_method=06016;
  341. cg_n_inefficient_code=06017;
  342. cg_w_unreachable_code=06018;
  343. cg_e_stackframe_with_esp=06019;
  344. cg_e_cant_call_abstract_method=06020;
  345. cg_f_internal_error_in_getfloatreg=06021;
  346. cg_f_unknown_float_type=06022;
  347. cg_f_secondvecn_base_defined_twice=06023;
  348. cg_f_extended_cg68k_not_supported=06024;
  349. cg_f_32bit_not_supported_in_68000=06025;
  350. cg_f_internal_error_in_secondinline=06026;
  351. cg_d_register_weight=06027;
  352. cg_e_stacklimit_in_local_routine=06028;
  353. cg_d_stackframe_omited=06029;
  354. cg_w_64bit_range_check_not_supported=06030;
  355. cg_e_unable_inline_object_methods=06031;
  356. cg_e_unable_inline_procvar=06032;
  357. cg_e_no_code_for_inline_stored=06033;
  358. cg_e_no_call_to_interrupt=06034;
  359. cg_e_can_access_element_zero=06035;
  360. cg_e_include_not_implemented=06036;
  361. cg_e_cannot_call_cons_dest_inside_with=06037;
  362. cg_e_cannot_call_message_direct=06038;
  363. cg_e_goto_inout_of_exception_block=06039;
  364. cg_e_control_flow_outside_finally=06040;
  365. asmr_d_start_reading=07000;
  366. asmr_d_finish_reading=07001;
  367. asmr_e_none_label_contain_at=07002;
  368. asmr_w_override_op_not_supported=07003;
  369. asmr_e_building_record_offset=07004;
  370. asmr_e_offset_without_identifier=07005;
  371. asmr_e_type_without_identifier=07006;
  372. asmr_e_no_local_or_para_allowed=07007;
  373. asmr_e_need_offset=07008;
  374. asmr_e_need_dollar=07009;
  375. asmr_e_cant_have_multiple_relocatable_symbols=07010;
  376. asmr_e_only_add_relocatable_symbol=07011;
  377. asmr_e_invalid_constant_expression=07012;
  378. asmr_e_relocatable_symbol_not_allowed=07013;
  379. asmr_e_invalid_reference_syntax=07014;
  380. asmr_e_local_para_unreachable=07015;
  381. asmr_e_local_label_not_allowed_as_ref=07016;
  382. asmr_e_wrong_base_index=07017;
  383. asmr_w_possible_object_field_bug=07018;
  384. asmr_e_wrong_scale_factor=07019;
  385. asmr_e_multiple_index=07020;
  386. asmr_e_invalid_operand_type=07021;
  387. asmr_e_invalid_string_as_opcode_operand=07022;
  388. asmr_w_CODE_and_DATA_not_supported=07023;
  389. asmr_e_null_label_ref_not_allowed=07024;
  390. asmr_e_expr_zero_divide=07025;
  391. asmr_e_expr_illegal=07026;
  392. asmr_e_escape_seq_ignored=07027;
  393. asmr_e_invalid_symbol_ref=07028;
  394. asmr_w_fwait_emu_prob=07029;
  395. asmr_w_fadd_to_faddp=07030;
  396. asmr_w_enter_not_supported_by_linux=07031;
  397. asmr_w_calling_overload_func=07032;
  398. asmr_e_unsupported_symbol_type=07033;
  399. asmr_e_constant_out_of_bounds=07034;
  400. asmr_e_error_converting_decimal=07035;
  401. asmr_e_error_converting_octal=07036;
  402. asmr_e_error_converting_binary=07037;
  403. asmr_e_error_converting_hexadecimal=07038;
  404. asmr_h_direct_global_to_mangled=07039;
  405. asmr_w_direct_global_is_overloaded_func=07040;
  406. asmr_e_cannot_use_SELF_outside_a_method=07041;
  407. asmr_e_cannot_use_OLDEBP_outside_nested_procedure=07042;
  408. asmr_e_cannot_use_RESULT_here=07084;
  409. asmr_h_RESULT_is_reg=07085;
  410. asmr_e_void_function=07043;
  411. asmr_e_SEG_not_supported=07044;
  412. asmr_e_size_suffix_and_dest_dont_match=07045;
  413. asmr_w_size_suffix_and_dest_dont_match=07046;
  414. asmr_e_syntax_error=07047;
  415. asmr_e_invalid_opcode_and_operand=07048;
  416. asmr_e_syn_operand=07049;
  417. asmr_e_syn_constant=07050;
  418. asmr_e_invalid_string_expression=07051;
  419. asmr_w_const32bit_for_address=07052;
  420. asmr_e_unknown_opcode=07053;
  421. asmr_e_invalid_or_missing_opcode=07054;
  422. asmr_e_invalid_prefix_and_opcode=07055;
  423. asmr_e_invalid_override_and_opcode=07056;
  424. asmr_e_too_many_operands=07057;
  425. asmr_w_near_ignored=07058;
  426. asmr_w_far_ignored=07059;
  427. asmr_e_dup_local_sym=07060;
  428. asmr_e_unknown_local_sym=07061;
  429. asmr_e_unknown_label_identifier=07062;
  430. asmr_e_invalid_register=07063;
  431. asmr_e_invalid_fpu_register=07064;
  432. asmr_e_nor_not_supported=07065;
  433. asmr_w_modulo_not_supported=07066;
  434. asmr_e_invalid_float_const=07067;
  435. asmr_e_invalid_float_expr=07068;
  436. asmr_e_wrong_sym_type=07069;
  437. asmr_e_cannot_index_relative_var=07070;
  438. asmr_e_invalid_seg_override=07071;
  439. asmr_w_id_supposed_external=07072;
  440. asmr_e_string_not_allowed_as_const=07073;
  441. asmr_e_no_var_type_specified=07074;
  442. asmr_w_assembler_code_not_returned_to_text=07075;
  443. asmr_e_not_directive_or_local_symbol=07076;
  444. asmr_w_using_defined_as_local=07077;
  445. asmr_e_dollar_without_identifier=07078;
  446. asmr_w_32bit_const_for_address=07079;
  447. asmr_n_align_is_target_specific=07080;
  448. asmr_e_cannot_access_field_directly_for_parameters=07081;
  449. asmr_e_cannot_access_object_field_directly=07082;
  450. asmr_e_unable_to_determine_reference_size=07083;
  451. asmw_f_too_many_asm_files=08000;
  452. asmw_f_assembler_output_not_supported=08001;
  453. asmw_f_comp_not_supported=08002;
  454. asmw_f_direct_not_supported=08003;
  455. asmw_e_alloc_data_only_in_bss=08004;
  456. asmw_f_no_binary_writer_selected=08005;
  457. asmw_e_opcode_not_in_table=08006;
  458. asmw_e_invalid_opcode_and_operands=08007;
  459. asmw_e_16bit_not_supported=08008;
  460. asmw_e_invalid_effective_address=08009;
  461. asmw_e_immediate_or_reference_expected=08010;
  462. asmw_e_value_exceeds_bounds=08011;
  463. asmw_e_short_jmp_out_of_range=08012;
  464. asmw_e_undefined_label=08013;
  465. exec_w_source_os_redefined=09000;
  466. exec_i_assembling_pipe=09001;
  467. exec_d_cant_create_asmfile=09002;
  468. exec_e_cant_create_objectfile=09003;
  469. exec_e_cant_create_archivefile=09004;
  470. exec_w_assembler_not_found=09005;
  471. exec_t_using_assembler=09006;
  472. exec_w_error_while_assembling=09007;
  473. exec_w_cant_call_assembler=09008;
  474. exec_i_assembling=09009;
  475. exec_i_assembling_smart=09010;
  476. exec_w_objfile_not_found=09011;
  477. exec_w_libfile_not_found=09012;
  478. exec_w_error_while_linking=09013;
  479. exec_w_cant_call_linker=09014;
  480. exec_i_linking=09015;
  481. exec_w_util_not_found=09016;
  482. exec_t_using_util=09017;
  483. exec_e_exe_not_supported=09018;
  484. exec_e_dll_not_supported=09019;
  485. exec_i_closing_script=09020;
  486. exec_w_res_not_found=09021;
  487. exec_i_compilingresource=09022;
  488. exec_t_unit_not_static_linkable_switch_to_smart=09023;
  489. exec_t_unit_not_smart_linkable_switch_to_static=09024;
  490. exec_t_unit_not_shared_linkable_switch_to_static=09025;
  491. exec_e_unit_not_smart_or_static_linkable=09026;
  492. exec_e_unit_not_shared_or_static_linkable=09027;
  493. execinfo_f_cant_process_executable=09028;
  494. execinfo_f_cant_open_executable=09029;
  495. execinfo_x_codesize=09030;
  496. execinfo_x_initdatasize=09031;
  497. execinfo_x_uninitdatasize=09032;
  498. execinfo_x_stackreserve=09033;
  499. execinfo_x_stackcommit=09034;
  500. unit_t_unitsearch=10000;
  501. unit_t_ppu_loading=10001;
  502. unit_u_ppu_name=10002;
  503. unit_u_ppu_flags=10003;
  504. unit_u_ppu_crc=10004;
  505. unit_u_ppu_time=10005;
  506. unit_u_ppu_file_too_short=10006;
  507. unit_u_ppu_invalid_header=10007;
  508. unit_u_ppu_invalid_version=10008;
  509. unit_u_ppu_invalid_processor=10009;
  510. unit_u_ppu_invalid_target=10010;
  511. unit_u_ppu_source=10011;
  512. unit_u_ppu_write=10012;
  513. unit_f_ppu_cannot_write=10013;
  514. unit_f_ppu_read_error=10014;
  515. unit_f_ppu_read_unexpected_end=10015;
  516. unit_f_ppu_invalid_entry=10016;
  517. unit_f_ppu_dbx_count_problem=10017;
  518. unit_e_illegal_unit_name=10018;
  519. unit_f_too_much_units=10019;
  520. unit_f_circular_unit_reference=10020;
  521. unit_f_cant_compile_unit=10021;
  522. unit_f_cant_find_ppu=10022;
  523. unit_w_unit_name_error=10023;
  524. unit_f_unit_name_error=10024;
  525. unit_w_switch_us_missed=10025;
  526. unit_f_errors_in_unit=10026;
  527. unit_u_load_unit=10027;
  528. unit_u_recompile_crc_change=10028;
  529. unit_u_recompile_source_found_alone=10029;
  530. unit_u_recompile_staticlib_is_older=10030;
  531. unit_u_recompile_sharedlib_is_older=10031;
  532. unit_u_recompile_obj_and_asm_older=10032;
  533. unit_u_recompile_obj_older_than_asm=10033;
  534. unit_u_start_parse_interface=10034;
  535. unit_u_start_parse_implementation=10035;
  536. unit_u_second_load_unit=10036;
  537. unit_u_check_time=10037;
  538. unit_h_cond_not_set_in_last_compile=10038;
  539. unit_h_cond_set_in_last_compile=10039;
  540. option_usage=11000;
  541. option_only_one_source_support=11001;
  542. option_def_only_for_os2=11002;
  543. option_no_nested_response_file=11003;
  544. option_no_source_found=11004;
  545. option_no_option_found=11005;
  546. option_illegal_para=11006;
  547. option_help_pages_para=11007;
  548. option_too_many_cfg_files=11008;
  549. option_unable_open_file=11009;
  550. option_reading_further_from=11010;
  551. option_target_is_already_set=11011;
  552. option_no_shared_lib_under_dos=11012;
  553. option_too_many_ifdef=11013;
  554. option_too_many_endif=11014;
  555. option_too_less_endif=11015;
  556. option_no_debug_support=11016;
  557. option_no_debug_support_recompile_fpc=11017;
  558. option_obsolete_switch=11018;
  559. option_obsolete_switch_use_new=11019;
  560. option_switch_bin_to_src_assembler=11020;
  561. option_incompatible_asm=11021;
  562. option_asm_forced=11022;
  563. option_logo=11023;
  564. option_info=11024;
  565. option_help_pages=11025;
  566. MsgTxtSize = 31647;
  567. MsgIdxMax : array[1..20] of longint=(
  568. 17,59,170,35,41,41,86,14,35,40,
  569. 26,1,1,1,1,1,1,1,1,1
  570. );