msgidx.inc 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  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. general_e_path_does_not_exist=01017;
  20. general_f_compilation_aborted=01018;
  21. general_text_bytes_code=01019;
  22. general_text_bytes_data=01020;
  23. general_i_number_of_warnings=01021;
  24. general_i_number_of_hints=01022;
  25. general_i_number_of_notes=01023;
  26. scan_f_end_of_file=02000;
  27. scan_f_string_exceeds_line=02001;
  28. scan_f_illegal_char=02002;
  29. scan_f_syn_expected=02003;
  30. scan_t_start_include_file=02004;
  31. scan_w_comment_level=02005;
  32. scan_n_ignored_switch=02008;
  33. scan_w_illegal_switch=02009;
  34. scan_w_switch_is_global=02010;
  35. scan_e_illegal_char_const=02011;
  36. scan_f_cannot_open_input=02012;
  37. scan_f_cannot_open_includefile=02013;
  38. scan_e_illegal_pack_records=02015;
  39. scan_e_illegal_pack_enum=02016;
  40. scan_e_endif_expected=02017;
  41. scan_e_preproc_syntax_error=02018;
  42. scan_e_error_in_preproc_expr=02019;
  43. scan_w_macro_cut_after_255_chars=02020;
  44. scan_e_endif_without_if=02021;
  45. scan_f_user_defined=02022;
  46. scan_e_user_defined=02023;
  47. scan_w_user_defined=02024;
  48. scan_n_user_defined=02025;
  49. scan_h_user_defined=02026;
  50. scan_i_user_defined=02027;
  51. scan_e_keyword_cant_be_a_macro=02028;
  52. scan_f_macro_buffer_overflow=02029;
  53. scan_w_macro_too_deep=02030;
  54. scan_w_wrong_styled_switch=02031;
  55. scan_d_handling_switch=02032;
  56. scan_c_endif_found=02033;
  57. scan_c_ifdef_found=02034;
  58. scan_c_ifopt_found=02035;
  59. scan_c_if_found=02036;
  60. scan_c_ifndef_found=02037;
  61. scan_c_else_found=02038;
  62. scan_c_skipping_until=02039;
  63. scan_i_press_enter=02040;
  64. scan_w_unsupported_switch=02041;
  65. scan_w_illegal_directive=02042;
  66. scan_t_back_in=02043;
  67. scan_w_unsupported_app_type=02044;
  68. scan_w_app_type_not_support=02045;
  69. scan_w_description_not_support=02046;
  70. scan_n_version_not_support=02047;
  71. scan_n_only_exe_version=02048;
  72. scan_w_wrong_version_ignored=02049;
  73. scan_e_illegal_asmmode_specifier=02050;
  74. scan_w_no_asm_reader_switch_inside_asm=02051;
  75. scan_e_wrong_switch_toggle=02052;
  76. scan_e_resourcefiles_not_supported=02053;
  77. scan_w_include_env_not_found=02054;
  78. scan_e_invalid_maxfpureg_value=02055;
  79. scan_w_only_one_resourcefile_supported=02056;
  80. scan_w_macro_support_turned_off=02057;
  81. scan_e_invalid_interface_type=02058;
  82. scan_w_appid_not_support=02059;
  83. scan_w_appname_not_support=02060;
  84. scan_e_string_exceeds_255_chars=02061;
  85. scan_f_include_deep_ten=02062;
  86. scan_e_too_many_push=02063;
  87. scan_e_too_many_pop=02064;
  88. scan_e_error_macro_lacks_value=02065;
  89. scan_e_wrong_switch_toggle_default=02066;
  90. scan_e_mode_switch_not_allowed=02067;
  91. scan_e_error_macro_undefined=02068;
  92. scan_e_utf8_bigger_than_65535=02069;
  93. scan_e_utf8_malformed=02070;
  94. scan_c_switching_to_utf8=02071;
  95. scan_e_compile_time_typeerror=02072;
  96. scan_n_app_type_not_support=02073;
  97. scan_e_illegal_optimization_specifier=02074;
  98. scan_w_setpeflags_not_support=02075;
  99. scan_w_imagebase_not_support=02076;
  100. scan_w_minstacksize_not_support=02077;
  101. scan_w_maxstacksize_not_support=02078;
  102. scanner_e_illegal_warn_state=02079;
  103. scan_e_only_packset=02080;
  104. scan_w_pic_ignored=02081;
  105. parser_e_syntax_error=03000;
  106. parser_e_dont_nest_interrupt=03004;
  107. parser_w_proc_directive_ignored=03005;
  108. parser_e_no_overload_for_all_procs=03006;
  109. parser_e_export_name_double=03008;
  110. parser_e_export_ordinal_double=03009;
  111. parser_e_export_invalid_index=03010;
  112. parser_w_parser_reloc_no_debug=03011;
  113. parser_w_parser_win32_debug_needs_WN=03012;
  114. parser_e_constructorname_must_be_init=03013;
  115. parser_e_destructorname_must_be_done=03014;
  116. parser_e_proc_inline_not_supported=03016;
  117. parser_w_constructor_should_be_public=03018;
  118. parser_w_destructor_should_be_public=03019;
  119. parser_n_only_one_destructor=03020;
  120. parser_e_no_local_objects=03021;
  121. parser_f_no_anonym_objects=03022;
  122. parser_n_object_has_no_vmt=03023;
  123. parser_e_illegal_parameter_list=03024;
  124. parser_e_wrong_parameter_size=03026;
  125. parser_e_overloaded_no_procedure=03027;
  126. parser_e_overloaded_have_same_parameters=03028;
  127. parser_e_header_dont_match_forward=03029;
  128. parser_e_header_different_var_names=03030;
  129. parser_n_duplicate_enum=03031;
  130. parser_e_no_with_for_variable_in_other_segments=03033;
  131. parser_e_too_much_lexlevel=03034;
  132. parser_e_range_check_error=03035;
  133. parser_w_range_check_error=03036;
  134. parser_e_double_caselabel=03037;
  135. parser_e_case_lower_less_than_upper_bound=03038;
  136. parser_e_type_const_not_possible=03039;
  137. parser_e_no_overloaded_procvars=03040;
  138. parser_e_invalid_string_size=03041;
  139. parser_w_use_extended_syntax_for_objects=03042;
  140. parser_w_no_new_dispose_on_void_pointers=03043;
  141. parser_e_no_new_dispose_on_void_pointers=03044;
  142. parser_e_class_id_expected=03045;
  143. parser_e_no_type_not_allowed_here=03046;
  144. parser_e_methode_id_expected=03047;
  145. parser_e_header_dont_match_any_member=03048;
  146. parser_d_procedure_start=03049;
  147. parser_e_error_in_real=03050;
  148. parser_e_fail_only_in_constructor=03051;
  149. parser_e_no_paras_for_destructor=03052;
  150. parser_e_only_class_methods_via_class_ref=03053;
  151. parser_e_only_class_methods=03054;
  152. parser_e_case_mismatch=03055;
  153. parser_e_illegal_symbol_exported=03056;
  154. parser_w_should_use_override=03057;
  155. parser_e_nothing_to_be_overridden=03058;
  156. parser_e_no_procedure_to_access_property=03059;
  157. parser_w_stored_not_implemented=03060;
  158. parser_e_ill_property_access_sym=03061;
  159. parser_e_cant_access_protected_member=03062;
  160. parser_e_cant_access_private_member=03063;
  161. parser_e_overridden_methods_not_same_ret=03066;
  162. parser_e_dont_nest_export=03067;
  163. parser_e_methods_dont_be_export=03068;
  164. parser_e_call_by_ref_without_typeconv=03069;
  165. parser_e_no_super_class=03070;
  166. parser_e_self_not_in_method=03071;
  167. parser_e_generic_methods_only_in_methods=03072;
  168. parser_e_illegal_colon_qualifier=03073;
  169. parser_e_illegal_set_expr=03074;
  170. parser_e_pointer_to_class_expected=03075;
  171. parser_e_expr_have_to_be_constructor_call=03076;
  172. parser_e_expr_have_to_be_destructor_call=03077;
  173. parser_e_invalid_record_const=03078;
  174. parser_e_false_with_expr=03079;
  175. parser_e_void_function=03080;
  176. parser_e_constructors_always_objects=03081;
  177. parser_e_operator_not_overloaded=03082;
  178. parser_e_no_such_assignment=03083;
  179. parser_e_overload_impossible=03084;
  180. parser_e_no_reraise_possible=03085;
  181. parser_e_no_new_or_dispose_for_classes=03086;
  182. parser_e_procedure_overloading_is_off=03088;
  183. parser_e_overload_operator_failed=03089;
  184. parser_e_comparative_operator_return_boolean=03090;
  185. parser_e_only_virtual_methods_abstract=03091;
  186. parser_f_unsupported_feature=03092;
  187. parser_e_mix_of_classes_and_objects=03093;
  188. parser_w_unknown_proc_directive_ignored=03094;
  189. parser_e_absolute_only_one_var=03095;
  190. parser_e_absolute_only_to_var_or_const=03096;
  191. parser_e_initialized_only_one_var=03097;
  192. parser_e_abstract_no_definition=03098;
  193. parser_e_overloaded_must_be_all_global=03099;
  194. parser_w_virtual_without_constructor=03100;
  195. parser_c_macro_defined=03101;
  196. parser_c_macro_undefined=03102;
  197. parser_c_macro_set_to=03103;
  198. parser_i_compiling=03104;
  199. parser_u_parsing_interface=03105;
  200. parser_u_parsing_implementation=03106;
  201. parser_d_compiling_second_time=03107;
  202. parser_e_no_property_found_to_override=03109;
  203. parser_e_only_one_default_property=03110;
  204. parser_e_property_need_paras=03111;
  205. parser_e_constructor_cannot_be_not_virtual=03112;
  206. parser_e_no_default_property_available=03113;
  207. parser_e_cant_have_published=03114;
  208. parser_e_forward_declaration_must_be_resolved=03115;
  209. parser_e_no_local_operator=03116;
  210. parser_e_proc_dir_not_allowed_in_interface=03117;
  211. parser_e_proc_dir_not_allowed_in_implementation=03118;
  212. parser_e_proc_dir_not_allowed_in_procvar=03119;
  213. parser_e_function_already_declared_public_forward=03120;
  214. parser_e_not_external_and_export=03121;
  215. parser_w_not_supported_for_inline=03123;
  216. parser_w_inlining_disabled=03124;
  217. parser_i_writing_browser_log=03125;
  218. parser_h_maybe_deref_caret_missing=03126;
  219. parser_f_assembler_reader_not_supported=03127;
  220. parser_e_proc_dir_conflict=03128;
  221. parser_e_call_convention_dont_match_forward=03129;
  222. parser_e_property_cant_have_a_default_value=03131;
  223. parser_e_property_default_value_must_const=03132;
  224. parser_e_cant_publish_that=03133;
  225. parser_e_cant_publish_that_property=03134;
  226. parser_e_empty_import_name=03136;
  227. parser_e_division_by_zero=03138;
  228. parser_e_invalid_float_operation=03139;
  229. parser_e_array_lower_less_than_upper_bound=03140;
  230. parser_w_string_too_long=03141;
  231. parser_e_string_larger_array=03142;
  232. parser_e_ill_msg_expr=03143;
  233. parser_e_ill_msg_param=03144;
  234. parser_e_duplicate_message_label=03145;
  235. parser_e_self_in_non_message_handler=03146;
  236. parser_e_threadvars_only_sg=03147;
  237. parser_f_direct_assembler_not_allowed=03148;
  238. parser_w_no_objpas_use_mode=03149;
  239. parser_e_no_object_override=03150;
  240. parser_e_cant_use_inittable_here=03151;
  241. parser_e_resourcestring_only_sg=03152;
  242. parser_e_exit_with_argument_not__possible=03153;
  243. parser_e_stored_property_must_be_boolean=03154;
  244. parser_e_ill_property_storage_sym=03155;
  245. parser_e_only_publishable_classes_can__be_published=03156;
  246. parser_e_proc_directive_expected=03157;
  247. parser_e_invalid_property_index_value=03158;
  248. parser_e_procname_to_short_for_export=03159;
  249. parser_e_dlltool_unit_var_problem=03160;
  250. parser_e_dlltool_unit_var_problem2=03161;
  251. parser_f_need_objfpc_or_delphi_mode=03162;
  252. parser_e_no_export_with_index_for_target=03163;
  253. parser_e_no_export_of_variables_for_target=03164;
  254. parser_e_improper_guid_syntax=03165;
  255. parser_w_interface_mapping_notfound=03168;
  256. parser_e_interface_id_expected=03169;
  257. parser_e_type_cant_be_used_in_array_index=03170;
  258. parser_e_no_con_des_in_interfaces=03171;
  259. parser_e_no_access_specifier_in_interfaces=03172;
  260. parser_e_no_vars_in_interfaces=03173;
  261. parser_e_no_local_proc_external=03174;
  262. parser_w_skipped_fields_before=03175;
  263. parser_e_skipped_fields_before=03176;
  264. parser_w_skipped_fields_after=03177;
  265. parser_e_varargs_need_cdecl_and_external=03178;
  266. parser_e_self_call_by_value=03179;
  267. parser_e_interface_has_no_guid=03180;
  268. parser_e_illegal_field_or_method=03181;
  269. parser_w_proc_overriding_calling=03182;
  270. parser_e_no_procvarobj_const=03183;
  271. parser_e_default_value_only_one_para=03184;
  272. parser_e_default_value_expected_for_para=03185;
  273. parser_w_unsupported_feature=03186;
  274. parser_h_c_arrays_are_references=03187;
  275. parser_e_C_array_of_const_must_be_last=03188;
  276. parser_h_type_redef=03189;
  277. parser_w_cdecl_has_no_high=03190;
  278. parser_w_cdecl_no_openstring=03191;
  279. parser_e_initialized_not_for_threadvar=03192;
  280. parser_e_msg_only_for_classes=03193;
  281. parser_e_procedure_or_function_expected=03194;
  282. parser_e_illegal_calling_convention=03195;
  283. parser_e_no_object_reintroduce=03196;
  284. parser_e_paraloc_only_one_para=03197;
  285. parser_e_paraloc_all_paras=03198;
  286. parser_e_illegal_explicit_paraloc=03199;
  287. parser_e_32bitint_or_pointer_variable_expected=03200;
  288. parser_e_goto_outside_proc=03201;
  289. parser_f_too_complex_proc=03202;
  290. parser_e_illegal_expression=03203;
  291. parser_e_invalid_integer=03204;
  292. parser_e_invalid_qualifier=03205;
  293. parser_e_upper_lower_than_lower=03206;
  294. parser_e_macpas_exit_wrong_param=03207;
  295. parser_e_illegal_assignment_to_count_var=03208;
  296. parser_e_no_local_var_external=03209;
  297. parser_e_proc_already_external=03210;
  298. parser_w_implicit_uses_of_variants_unit=03211;
  299. parser_e_no_static_method_in_interfaces=03212;
  300. parser_e_arithmetic_operation_overflow=03213;
  301. parser_e_protected_or_private_expected=03214;
  302. parser_e_illegal_slice=03215;
  303. parser_e_dispinterface_cant_have_parent=03216;
  304. parser_e_dispinterface_needs_a_guid=03217;
  305. parser_w_overridden_methods_not_same_ret=03218;
  306. parser_e_dispid_must_be_ord_const=03219;
  307. parser_e_array_range_out_of_bounds=03220;
  308. parser_e_packed_element_no_var_addr=03221;
  309. parser_e_packed_dynamic_open_array=03222;
  310. parser_e_packed_element_no_loop=03223;
  311. parser_e_type_and_var_only_in_generics=03224;
  312. parser_e_cant_create_generics_of_this_type=03225;
  313. parser_w_no_lineinfo_use_switch=03226;
  314. parser_e_no_funcret_specified=03227;
  315. parser_e_special_onlygenerics=03228;
  316. parser_e_no_generics_as_params=03229;
  317. parser_e_type_object_constants=03230;
  318. parser_e_label_outside_proc=03231;
  319. type_e_mismatch=04000;
  320. type_e_incompatible_types=04001;
  321. type_e_not_equal_types=04002;
  322. type_e_type_id_expected=04003;
  323. type_e_variable_id_expected=04004;
  324. type_e_integer_expr_expected=04005;
  325. type_e_boolean_expr_expected=04006;
  326. type_e_ordinal_expr_expected=04007;
  327. type_e_pointer_type_expected=04008;
  328. type_e_class_type_expected=04009;
  329. type_e_cant_eval_constant_expr=04011;
  330. type_e_set_element_are_not_comp=04012;
  331. type_e_set_operation_unknown=04013;
  332. type_w_convert_real_2_comp=04014;
  333. type_h_use_div_for_int=04015;
  334. type_e_strict_var_string_violation=04016;
  335. type_e_succ_and_pred_enums_with_assign_not_possible=04017;
  336. type_e_cant_read_write_type=04018;
  337. type_e_no_readln_writeln_for_typed_file=04019;
  338. type_e_no_read_write_for_untyped_file=04020;
  339. type_e_typeconflict_in_set=04021;
  340. type_w_maybe_wrong_hi_lo=04022;
  341. type_e_integer_or_real_expr_expected=04023;
  342. type_e_wrong_type_in_array_constructor=04024;
  343. type_e_wrong_parameter_type=04025;
  344. type_e_no_method_and_procedure_not_compatible=04026;
  345. type_e_wrong_math_argument=04027;
  346. type_e_no_addr_of_constant=04028;
  347. type_e_argument_cant_be_assigned=04029;
  348. type_e_cannot_local_proc_to_procvar=04030;
  349. type_e_no_assign_to_addr=04031;
  350. type_e_no_assign_to_const=04032;
  351. type_e_array_required=04033;
  352. type_e_interface_type_expected=04034;
  353. type_w_mixed_signed_unsigned=04035;
  354. type_w_mixed_signed_unsigned2=04036;
  355. type_e_typecast_wrong_size_for_assignment=04037;
  356. type_e_array_index_enums_with_assign_not_possible=04038;
  357. type_e_classes_not_related=04039;
  358. type_w_classes_not_related=04040;
  359. type_e_class_or_interface_type_expected=04041;
  360. type_e_type_is_not_completly_defined=04042;
  361. type_w_string_too_long=04043;
  362. type_w_signed_unsigned_always_false=04044;
  363. type_w_signed_unsigned_always_true=04045;
  364. type_w_instance_with_abstract=04046;
  365. type_h_in_range_check=04047;
  366. type_w_smaller_possible_range_check=04048;
  367. type_h_smaller_possible_range_check=04049;
  368. type_e_cant_take_address_of_abstract_method=04050;
  369. type_e_assignment_not_allowed=04051;
  370. type_e_constant_expr_expected=04052;
  371. type_e_operator_not_supported_for_types=04053;
  372. type_e_illegal_type_conversion=04054;
  373. type_h_pointer_to_longint_conv_not_portable=04055;
  374. type_w_pointer_to_longint_conv_not_portable=04056;
  375. type_e_cant_choose_overload_function=04057;
  376. type_e_illegal_count_var=04058;
  377. type_w_double_c_varargs=04059;
  378. type_e_class_or_cominterface_type_expected=04060;
  379. type_e_no_const_packed_array=04061;
  380. type_e_got_expected_packed_array=04062;
  381. type_e_got_expected_unpacked_array=04063;
  382. type_e_no_packed_inittable=04064;
  383. type_e_no_const_packed_record=04065;
  384. type_w_untyped_arithmetic_unportable=04066;
  385. type_e_cant_take_address_of_local_subroutine=04076;
  386. type_e_cant_export_local=04077;
  387. type_e_not_automatable=04078;
  388. sym_e_id_not_found=05000;
  389. sym_f_internal_error_in_symtablestack=05001;
  390. sym_e_duplicate_id=05002;
  391. sym_h_duplicate_id_where=05003;
  392. sym_e_unknown_id=05004;
  393. sym_e_forward_not_resolved=05005;
  394. sym_e_error_in_type_def=05007;
  395. sym_e_forward_type_not_resolved=05009;
  396. sym_e_only_static_in_static=05010;
  397. sym_f_type_must_be_rec_or_class=05012;
  398. sym_e_no_instance_of_abstract_object=05013;
  399. sym_w_label_not_defined=05014;
  400. sym_e_label_used_and_not_defined=05015;
  401. sym_e_ill_label_decl=05016;
  402. sym_e_goto_and_label_not_supported=05017;
  403. sym_e_label_not_found=05018;
  404. sym_e_id_is_no_label_id=05019;
  405. sym_e_label_already_defined=05020;
  406. sym_e_ill_type_decl_set=05021;
  407. sym_e_class_forward_not_resolved=05022;
  408. sym_n_unit_not_used=05023;
  409. sym_h_para_identifier_not_used=05024;
  410. sym_n_local_identifier_not_used=05025;
  411. sym_h_para_identifier_only_set=05026;
  412. sym_n_local_identifier_only_set=05027;
  413. sym_h_local_symbol_not_used=05028;
  414. sym_n_private_identifier_not_used=05029;
  415. sym_n_private_identifier_only_set=05030;
  416. sym_n_private_method_not_used=05031;
  417. sym_e_set_expected=05032;
  418. sym_w_function_result_not_set=05033;
  419. sym_w_wrong_C_pack=05034;
  420. sym_e_illegal_field=05035;
  421. sym_w_uninitialized_local_variable=05036;
  422. sym_w_uninitialized_variable=05037;
  423. sym_e_id_no_member=05038;
  424. sym_h_param_list=05039;
  425. sym_e_segment_too_large=05040;
  426. sym_e_no_matching_implementation_found=05042;
  427. sym_w_deprecated_symbol=05043;
  428. sym_w_non_portable_symbol=05044;
  429. sym_w_non_implemented_symbol=05055;
  430. sym_e_cant_create_unique_type=05056;
  431. sym_h_uninitialized_local_variable=05057;
  432. sym_h_uninitialized_variable=05058;
  433. sym_w_function_result_uninitialized=05059;
  434. sym_h_function_result_uninitialized=05060;
  435. sym_w_identifier_only_read=05061;
  436. sym_h_abstract_method_list=05062;
  437. cg_e_parasize_too_big=06009;
  438. cg_e_file_must_call_by_reference=06012;
  439. cg_e_cant_use_far_pointer_there=06013;
  440. cg_e_dont_call_exported_direct=06015;
  441. cg_w_member_cd_call_from_method=06016;
  442. cg_n_inefficient_code=06017;
  443. cg_w_unreachable_code=06018;
  444. cg_e_cant_call_abstract_method=06020;
  445. cg_d_register_weight=06027;
  446. cg_d_stackframe_omited=06029;
  447. cg_e_unable_inline_object_methods=06031;
  448. cg_e_unable_inline_procvar=06032;
  449. cg_e_no_code_for_inline_stored=06033;
  450. cg_e_can_access_element_zero=06035;
  451. cg_e_cannot_call_cons_dest_inside_with=06037;
  452. cg_e_cannot_call_message_direct=06038;
  453. cg_e_goto_inout_of_exception_block=06039;
  454. cg_e_control_flow_outside_finally=06040;
  455. cg_w_parasize_too_big=06041;
  456. cg_w_localsize_too_big=06042;
  457. cg_e_localsize_too_big=06043;
  458. cg_e_break_not_allowed=06044;
  459. cg_e_continue_not_allowed=06045;
  460. cg_f_unknown_compilerproc=06046;
  461. cg_f_unknown_system_type=06047;
  462. asmr_d_start_reading=07000;
  463. asmr_d_finish_reading=07001;
  464. asmr_e_none_label_contain_at=07002;
  465. asmr_e_building_record_offset=07004;
  466. asmr_e_offset_without_identifier=07005;
  467. asmr_e_type_without_identifier=07006;
  468. asmr_e_no_local_or_para_allowed=07007;
  469. asmr_e_need_offset=07008;
  470. asmr_e_need_dollar=07009;
  471. asmr_e_cant_have_multiple_relocatable_symbols=07010;
  472. asmr_e_only_add_relocatable_symbol=07011;
  473. asmr_e_invalid_constant_expression=07012;
  474. asmr_e_relocatable_symbol_not_allowed=07013;
  475. asmr_e_invalid_reference_syntax=07014;
  476. asmr_e_local_para_unreachable=07015;
  477. asmr_e_local_label_not_allowed_as_ref=07016;
  478. asmr_e_wrong_base_index=07017;
  479. asmr_w_possible_object_field_bug=07018;
  480. asmr_e_wrong_scale_factor=07019;
  481. asmr_e_multiple_index=07020;
  482. asmr_e_invalid_operand_type=07021;
  483. asmr_e_invalid_string_as_opcode_operand=07022;
  484. asmr_w_CODE_and_DATA_not_supported=07023;
  485. asmr_e_null_label_ref_not_allowed=07024;
  486. asmr_e_expr_zero_divide=07025;
  487. asmr_e_expr_illegal=07026;
  488. asmr_e_escape_seq_ignored=07027;
  489. asmr_e_invalid_symbol_ref=07028;
  490. asmr_w_fwait_emu_prob=07029;
  491. asmr_w_fadd_to_faddp=07030;
  492. asmr_w_enter_not_supported_by_linux=07031;
  493. asmr_w_calling_overload_func=07032;
  494. asmr_e_unsupported_symbol_type=07033;
  495. asmr_e_constant_out_of_bounds=07034;
  496. asmr_e_error_converting_decimal=07035;
  497. asmr_e_error_converting_octal=07036;
  498. asmr_e_error_converting_binary=07037;
  499. asmr_e_error_converting_hexadecimal=07038;
  500. asmr_h_direct_global_to_mangled=07039;
  501. asmr_w_direct_global_is_overloaded_func=07040;
  502. asmr_e_cannot_use_SELF_outside_a_method=07041;
  503. asmr_e_cannot_use_OLDEBP_outside_nested_procedure=07042;
  504. asmr_e_void_function=07043;
  505. asmr_e_SEG_not_supported=07044;
  506. asmr_e_size_suffix_and_dest_dont_match=07045;
  507. asmr_w_size_suffix_and_dest_dont_match=07046;
  508. asmr_e_syntax_error=07047;
  509. asmr_e_invalid_opcode_and_operand=07048;
  510. asmr_e_syn_operand=07049;
  511. asmr_e_syn_constant=07050;
  512. asmr_e_invalid_string_expression=07051;
  513. asmr_w_const32bit_for_address=07052;
  514. asmr_e_unknown_opcode=07053;
  515. asmr_e_invalid_or_missing_opcode=07054;
  516. asmr_e_invalid_prefix_and_opcode=07055;
  517. asmr_e_invalid_override_and_opcode=07056;
  518. asmr_e_too_many_operands=07057;
  519. asmr_w_near_ignored=07058;
  520. asmr_w_far_ignored=07059;
  521. asmr_e_dup_local_sym=07060;
  522. asmr_e_unknown_local_sym=07061;
  523. asmr_e_unknown_label_identifier=07062;
  524. asmr_e_invalid_register=07063;
  525. asmr_e_invalid_fpu_register=07064;
  526. asmr_w_modulo_not_supported=07066;
  527. asmr_e_invalid_float_const=07067;
  528. asmr_e_invalid_float_expr=07068;
  529. asmr_e_wrong_sym_type=07069;
  530. asmr_e_cannot_index_relative_var=07070;
  531. asmr_e_invalid_seg_override=07071;
  532. asmr_w_id_supposed_external=07072;
  533. asmr_e_string_not_allowed_as_const=07073;
  534. asmr_e_no_var_type_specified=07074;
  535. asmr_w_assembler_code_not_returned_to_text=07075;
  536. asmr_e_not_directive_or_local_symbol=07076;
  537. asmr_w_using_defined_as_local=07077;
  538. asmr_e_dollar_without_identifier=07078;
  539. asmr_w_32bit_const_for_address=07079;
  540. asmr_n_align_is_target_specific=07080;
  541. asmr_e_cannot_access_field_directly_for_parameters=07081;
  542. asmr_e_cannot_access_object_field_directly=07082;
  543. asmr_e_unable_to_determine_reference_size=07083;
  544. asmr_e_cannot_use_RESULT_here=07084;
  545. asmr_w_adding_explicit_args_fXX=07086;
  546. asmr_w_adding_explicit_first_arg_fXX=07087;
  547. asmr_w_adding_explicit_second_arg_fXX=07088;
  548. asmr_e_invalid_char_smaller=07089;
  549. asmr_e_invalid_char_greater=07090;
  550. asmr_w_align_not_supported=07093;
  551. asmr_e_no_inc_and_dec_together=07094;
  552. asmr_e_invalid_reg_list_in_movem=07095;
  553. asmr_e_invalid_reg_list_for_opcode=07096;
  554. asmr_e_higher_cpu_mode_required=07097;
  555. asmr_w_unable_to_determine_reference_size_using_dword=07098;
  556. asmr_e_illegal_shifterop_syntax=07099;
  557. asmr_e_packed_element=07100;
  558. asmr_w_unable_to_determine_reference_size_using_byte=07101;
  559. asmr_w_no_direct_ebp_for_parameter=07102;
  560. asmr_w_direct_ebp_for_parameter_regcall=07103;
  561. asmr_w_direct_ebp_neg_offset=07104;
  562. asmr_w_direct_esp_neg_offset=07105;
  563. asmr_e_no_vmtoffset_possible=07106;
  564. asmw_f_too_many_asm_files=08000;
  565. asmw_f_assembler_output_not_supported=08001;
  566. asmw_f_comp_not_supported=08002;
  567. asmw_f_direct_not_supported=08003;
  568. asmw_e_alloc_data_only_in_bss=08004;
  569. asmw_f_no_binary_writer_selected=08005;
  570. asmw_e_opcode_not_in_table=08006;
  571. asmw_e_invalid_opcode_and_operands=08007;
  572. asmw_e_16bit_not_supported=08008;
  573. asmw_e_invalid_effective_address=08009;
  574. asmw_e_immediate_or_reference_expected=08010;
  575. asmw_e_value_exceeds_bounds=08011;
  576. asmw_e_short_jmp_out_of_range=08012;
  577. asmw_e_undefined_label=08013;
  578. asmw_e_comp_not_supported=08014;
  579. asmw_e_extended_not_supported=08015;
  580. asmw_e_duplicate_label=08016;
  581. asmw_e_redefined_label=08017;
  582. asmw_e_first_defined_label=08018;
  583. asmw_e_invalid_register=08019;
  584. asmw_e_16bit_32bit_not_supported=08020;
  585. asmw_e_64bit_not_supported=08021;
  586. exec_w_source_os_redefined=09000;
  587. exec_i_assembling_pipe=09001;
  588. exec_d_cant_create_asmfile=09002;
  589. exec_e_cant_create_objectfile=09003;
  590. exec_e_cant_create_archivefile=09004;
  591. exec_e_assembler_not_found=09005;
  592. exec_t_using_assembler=09006;
  593. exec_e_error_while_assembling=09007;
  594. exec_e_cant_call_assembler=09008;
  595. exec_i_assembling=09009;
  596. exec_i_assembling_smart=09010;
  597. exec_w_objfile_not_found=09011;
  598. exec_w_libfile_not_found=09012;
  599. exec_e_error_while_linking=09013;
  600. exec_e_cant_call_linker=09014;
  601. exec_i_linking=09015;
  602. exec_e_util_not_found=09016;
  603. exec_t_using_util=09017;
  604. exec_e_exe_not_supported=09018;
  605. exec_e_dll_not_supported=09019;
  606. exec_i_closing_script=09020;
  607. exec_e_res_not_found=09021;
  608. exec_i_compilingresource=09022;
  609. exec_t_unit_not_static_linkable_switch_to_smart=09023;
  610. exec_t_unit_not_smart_linkable_switch_to_static=09024;
  611. exec_t_unit_not_shared_linkable_switch_to_static=09025;
  612. exec_e_unit_not_smart_or_static_linkable=09026;
  613. exec_e_unit_not_shared_or_static_linkable=09027;
  614. exec_d_resbin_params=09028;
  615. execinfo_f_cant_process_executable=09128;
  616. execinfo_f_cant_open_executable=09129;
  617. execinfo_x_codesize=09130;
  618. execinfo_x_initdatasize=09131;
  619. execinfo_x_uninitdatasize=09132;
  620. execinfo_x_stackreserve=09133;
  621. execinfo_x_stackcommit=09134;
  622. unit_t_unitsearch=10000;
  623. unit_t_ppu_loading=10001;
  624. unit_u_ppu_name=10002;
  625. unit_u_ppu_flags=10003;
  626. unit_u_ppu_crc=10004;
  627. unit_u_ppu_time=10005;
  628. unit_u_ppu_file_too_short=10006;
  629. unit_u_ppu_invalid_header=10007;
  630. unit_u_ppu_invalid_version=10008;
  631. unit_u_ppu_invalid_processor=10009;
  632. unit_u_ppu_invalid_target=10010;
  633. unit_u_ppu_source=10011;
  634. unit_u_ppu_write=10012;
  635. unit_f_ppu_cannot_write=10013;
  636. unit_f_ppu_read_error=10014;
  637. unit_f_ppu_read_unexpected_end=10015;
  638. unit_f_ppu_invalid_entry=10016;
  639. unit_f_ppu_dbx_count_problem=10017;
  640. unit_e_illegal_unit_name=10018;
  641. unit_f_too_much_units=10019;
  642. unit_f_circular_unit_reference=10020;
  643. unit_f_cant_compile_unit=10021;
  644. unit_f_cant_find_ppu=10022;
  645. unit_w_unit_name_error=10023;
  646. unit_f_unit_name_error=10024;
  647. unit_w_switch_us_missed=10025;
  648. unit_f_errors_in_unit=10026;
  649. unit_u_load_unit=10027;
  650. unit_u_recompile_crc_change=10028;
  651. unit_u_recompile_source_found_alone=10029;
  652. unit_u_recompile_staticlib_is_older=10030;
  653. unit_u_recompile_sharedlib_is_older=10031;
  654. unit_u_recompile_obj_and_asm_older=10032;
  655. unit_u_recompile_obj_older_than_asm=10033;
  656. unit_u_parsing_interface=10034;
  657. unit_u_parsing_implementation=10035;
  658. unit_u_second_load_unit=10036;
  659. unit_u_check_time=10037;
  660. unit_w_cant_compile_unit_with_changed_incfile=10040;
  661. unit_u_source_modified=10041;
  662. unit_u_ppu_invalid_fpumode=10042;
  663. unit_u_loading_interface_units=10043;
  664. unit_u_loading_implementation_units=10044;
  665. unit_u_interface_crc_changed=10045;
  666. unit_u_implementation_crc_changed=10046;
  667. unit_u_finished_compiling=10047;
  668. unit_u_add_depend_to=10048;
  669. unit_u_no_reload_is_caller=10049;
  670. unit_u_no_reload_in_second_compile=10050;
  671. unit_u_flag_for_reload=10051;
  672. unit_u_forced_reload=10052;
  673. unit_u_previous_state=10053;
  674. unit_u_second_compile_unit=10054;
  675. unit_u_loading_unit=10055;
  676. unit_u_finished_loading_unit=10056;
  677. unit_u_registering_new_unit=10057;
  678. unit_u_reresolving_unit=10058;
  679. unit_u_skipping_reresolving_unit=10059;
  680. option_usage=11000;
  681. option_only_one_source_support=11001;
  682. option_def_only_for_os2=11002;
  683. option_no_nested_response_file=11003;
  684. option_no_source_found=11004;
  685. option_no_option_found=11005;
  686. option_illegal_para=11006;
  687. option_help_pages_para=11007;
  688. option_too_many_cfg_files=11008;
  689. option_unable_open_file=11009;
  690. option_reading_further_from=11010;
  691. option_target_is_already_set=11011;
  692. option_no_shared_lib_under_dos=11012;
  693. option_too_many_ifdef=11013;
  694. option_too_many_endif=11014;
  695. option_too_less_endif=11015;
  696. option_no_debug_support=11016;
  697. option_no_debug_support_recompile_fpc=11017;
  698. option_obsolete_switch=11018;
  699. option_obsolete_switch_use_new=11019;
  700. option_switch_bin_to_src_assembler=11020;
  701. option_incompatible_asm=11021;
  702. option_asm_forced=11022;
  703. option_confict_asm_debug=11041;
  704. option_using_file=11026;
  705. option_using_env=11027;
  706. option_handling_option=11028;
  707. option_help_press_enter=11029;
  708. option_start_reading_configfile=11030;
  709. option_end_reading_configfile=11031;
  710. option_interpreting_option=11032;
  711. option_interpreting_firstpass_option=11036;
  712. option_interpreting_file_option=11033;
  713. option_read_config_file=11034;
  714. option_found_file=11035;
  715. option_code_page_not_available=11039;
  716. option_config_is_dir=11040;
  717. option_logo=11023;
  718. option_info=11024;
  719. option_help_pages=11025;
  720. MsgTxtSize = 42777;
  721. MsgIdxMax : array[1..20] of longint=(
  722. 24,82,232,79,63,48,107,22,135,60,
  723. 42,1,1,1,1,1,1,1,1,1
  724. );