msgidx.inc 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926
  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. general_f_ioerror=01024;
  27. general_f_oserror=01025;
  28. scan_f_end_of_file=02000;
  29. scan_f_string_exceeds_line=02001;
  30. scan_f_illegal_char=02002;
  31. scan_f_syn_expected=02003;
  32. scan_t_start_include_file=02004;
  33. scan_w_comment_level=02005;
  34. scan_n_ignored_switch=02008;
  35. scan_w_illegal_switch=02009;
  36. scan_w_switch_is_global=02010;
  37. scan_e_illegal_char_const=02011;
  38. scan_f_cannot_open_input=02012;
  39. scan_f_cannot_open_includefile=02013;
  40. scan_e_illegal_pack_records=02015;
  41. scan_e_illegal_pack_enum=02016;
  42. scan_e_endif_expected=02017;
  43. scan_e_preproc_syntax_error=02018;
  44. scan_e_error_in_preproc_expr=02019;
  45. scan_w_macro_cut_after_255_chars=02020;
  46. scan_e_endif_without_if=02021;
  47. scan_f_user_defined=02022;
  48. scan_e_user_defined=02023;
  49. scan_w_user_defined=02024;
  50. scan_n_user_defined=02025;
  51. scan_h_user_defined=02026;
  52. scan_i_user_defined=02027;
  53. scan_e_keyword_cant_be_a_macro=02028;
  54. scan_f_macro_buffer_overflow=02029;
  55. scan_w_macro_too_deep=02030;
  56. scan_w_wrong_styled_switch=02031;
  57. scan_d_handling_switch=02032;
  58. scan_c_endif_found=02033;
  59. scan_c_ifdef_found=02034;
  60. scan_c_ifopt_found=02035;
  61. scan_c_if_found=02036;
  62. scan_c_ifndef_found=02037;
  63. scan_c_else_found=02038;
  64. scan_c_skipping_until=02039;
  65. scan_i_press_enter=02040;
  66. scan_w_unsupported_switch=02041;
  67. scan_w_illegal_directive=02042;
  68. scan_t_back_in=02043;
  69. scan_w_unsupported_app_type=02044;
  70. scan_w_app_type_not_support=02045;
  71. scan_w_description_not_support=02046;
  72. scan_n_version_not_support=02047;
  73. scan_n_only_exe_version=02048;
  74. scan_w_wrong_version_ignored=02049;
  75. scan_e_illegal_asmmode_specifier=02050;
  76. scan_w_no_asm_reader_switch_inside_asm=02051;
  77. scan_e_wrong_switch_toggle=02052;
  78. scan_e_resourcefiles_not_supported=02053;
  79. scan_w_include_env_not_found=02054;
  80. scan_e_invalid_maxfpureg_value=02055;
  81. scan_w_only_one_resourcefile_supported=02056;
  82. scan_w_macro_support_turned_off=02057;
  83. scan_e_invalid_interface_type=02058;
  84. scan_w_appid_not_support=02059;
  85. scan_w_appname_not_support=02060;
  86. scan_e_string_exceeds_255_chars=02061;
  87. scan_f_include_deep_ten=02062;
  88. scan_e_too_many_push=02063;
  89. scan_e_too_many_pop=02064;
  90. scan_e_error_macro_lacks_value=02065;
  91. scan_e_wrong_switch_toggle_default=02066;
  92. scan_e_mode_switch_not_allowed=02067;
  93. scan_e_error_macro_undefined=02068;
  94. scan_e_utf8_bigger_than_65535=02069;
  95. scan_e_utf8_malformed=02070;
  96. scan_c_switching_to_utf8=02071;
  97. scan_e_compile_time_typeerror=02072;
  98. scan_n_app_type_not_support=02073;
  99. scan_e_illegal_optimization_specifier=02074;
  100. scan_w_setpeflags_not_support=02075;
  101. scan_w_imagebase_not_support=02076;
  102. scan_w_minstacksize_not_support=02077;
  103. scan_w_maxstacksize_not_support=02078;
  104. scanner_e_illegal_warn_state=02079;
  105. scan_e_only_packset=02080;
  106. scan_w_pic_ignored=02081;
  107. scan_w_unsupported_switch_by_target=02082;
  108. scan_w_frameworks_darwin_only=02084;
  109. scan_e_illegal_minfpconstprec=02085;
  110. scan_w_multiple_main_name_overrides=02086;
  111. scanner_w_illegal_warn_identifier=02087;
  112. scanner_e_illegal_alignment_directive=02088;
  113. parser_e_syntax_error=03000;
  114. parser_e_dont_nest_interrupt=03004;
  115. parser_w_proc_directive_ignored=03005;
  116. parser_e_no_overload_for_all_procs=03006;
  117. parser_e_export_name_double=03008;
  118. parser_e_export_ordinal_double=03009;
  119. parser_e_export_invalid_index=03010;
  120. parser_w_parser_reloc_no_debug=03011;
  121. parser_w_parser_win32_debug_needs_WN=03012;
  122. parser_e_constructorname_must_be_init=03013;
  123. parser_e_destructorname_must_be_done=03014;
  124. parser_e_proc_inline_not_supported=03016;
  125. parser_w_constructor_should_be_public=03018;
  126. parser_w_destructor_should_be_public=03019;
  127. parser_n_only_one_destructor=03020;
  128. parser_e_no_local_objects=03021;
  129. parser_f_no_anonym_objects=03022;
  130. parser_n_object_has_no_vmt=03023;
  131. parser_e_illegal_parameter_list=03024;
  132. parser_e_wrong_parameter_size=03026;
  133. parser_e_overloaded_no_procedure=03027;
  134. parser_e_overloaded_have_same_parameters=03028;
  135. parser_e_header_dont_match_forward=03029;
  136. parser_e_header_different_var_names=03030;
  137. parser_n_duplicate_enum=03031;
  138. parser_e_no_with_for_variable_in_other_segments=03033;
  139. parser_e_too_much_lexlevel=03034;
  140. parser_e_range_check_error=03035;
  141. parser_w_range_check_error=03036;
  142. parser_e_double_caselabel=03037;
  143. parser_e_case_lower_less_than_upper_bound=03038;
  144. parser_e_type_const_not_possible=03039;
  145. parser_e_no_overloaded_procvars=03040;
  146. parser_e_invalid_string_size=03041;
  147. parser_w_use_extended_syntax_for_objects=03042;
  148. parser_w_no_new_dispose_on_void_pointers=03043;
  149. parser_e_no_new_dispose_on_void_pointers=03044;
  150. parser_e_class_id_expected=03045;
  151. parser_e_no_type_not_allowed_here=03046;
  152. parser_e_methode_id_expected=03047;
  153. parser_e_header_dont_match_any_member=03048;
  154. parser_d_procedure_start=03049;
  155. parser_e_error_in_real=03050;
  156. parser_e_fail_only_in_constructor=03051;
  157. parser_e_no_paras_for_destructor=03052;
  158. parser_e_only_class_members_via_class_ref=03053;
  159. parser_e_only_class_members=03054;
  160. parser_e_case_mismatch=03055;
  161. parser_e_illegal_symbol_exported=03056;
  162. parser_w_should_use_override=03057;
  163. parser_e_nothing_to_be_overridden=03058;
  164. parser_e_no_procedure_to_access_property=03059;
  165. parser_w_stored_not_implemented=03060;
  166. parser_e_ill_property_access_sym=03061;
  167. parser_e_cant_access_protected_member=03062;
  168. parser_e_cant_access_private_member=03063;
  169. parser_e_overridden_methods_not_same_ret=03066;
  170. parser_e_dont_nest_export=03067;
  171. parser_e_methods_dont_be_export=03068;
  172. parser_e_call_by_ref_without_typeconv=03069;
  173. parser_e_no_super_class=03070;
  174. parser_e_self_not_in_method=03071;
  175. parser_e_generic_methods_only_in_methods=03072;
  176. parser_e_illegal_colon_qualifier=03073;
  177. parser_e_illegal_set_expr=03074;
  178. parser_e_pointer_to_class_expected=03075;
  179. parser_e_expr_have_to_be_constructor_call=03076;
  180. parser_e_expr_have_to_be_destructor_call=03077;
  181. parser_e_invalid_record_const=03078;
  182. parser_e_false_with_expr=03079;
  183. parser_e_void_function=03080;
  184. parser_e_only_methods_allowed=03081;
  185. parser_e_operator_not_overloaded=03082;
  186. parser_e_no_such_assignment=03083;
  187. parser_e_overload_impossible=03084;
  188. parser_e_no_reraise_possible=03085;
  189. parser_e_no_new_or_dispose_for_classes=03086;
  190. parser_e_procedure_overloading_is_off=03088;
  191. parser_e_overload_operator_failed=03089;
  192. parser_e_comparative_operator_return_boolean=03090;
  193. parser_e_only_virtual_methods_abstract=03091;
  194. parser_f_unsupported_feature=03092;
  195. parser_e_mix_of_classes_and_objects=03093;
  196. parser_w_unknown_proc_directive_ignored=03094;
  197. parser_e_absolute_only_one_var=03095;
  198. parser_e_absolute_only_to_var_or_const=03096;
  199. parser_e_initialized_only_one_var=03097;
  200. parser_e_abstract_no_definition=03098;
  201. parser_e_overloaded_must_be_all_global=03099;
  202. parser_w_virtual_without_constructor=03100;
  203. parser_c_macro_defined=03101;
  204. parser_c_macro_undefined=03102;
  205. parser_c_macro_set_to=03103;
  206. parser_i_compiling=03104;
  207. parser_u_parsing_interface=03105;
  208. parser_u_parsing_implementation=03106;
  209. parser_d_compiling_second_time=03107;
  210. parser_e_no_property_found_to_override=03109;
  211. parser_e_only_one_default_property=03110;
  212. parser_e_property_need_paras=03111;
  213. parser_e_constructor_cannot_be_not_virtual=03112;
  214. parser_e_no_default_property_available=03113;
  215. parser_e_cant_have_published=03114;
  216. parser_e_forward_declaration_must_be_resolved=03115;
  217. parser_e_no_local_operator=03116;
  218. parser_e_proc_dir_not_allowed_in_interface=03117;
  219. parser_e_proc_dir_not_allowed_in_implementation=03118;
  220. parser_e_proc_dir_not_allowed_in_procvar=03119;
  221. parser_e_function_already_declared_public_forward=03120;
  222. parser_e_not_external_and_export=03121;
  223. parser_w_not_supported_for_inline=03123;
  224. parser_w_inlining_disabled=03124;
  225. parser_i_writing_browser_log=03125;
  226. parser_h_maybe_deref_caret_missing=03126;
  227. parser_f_assembler_reader_not_supported=03127;
  228. parser_e_proc_dir_conflict=03128;
  229. parser_e_call_convention_dont_match_forward=03129;
  230. parser_e_property_cant_have_a_default_value=03131;
  231. parser_e_property_default_value_must_const=03132;
  232. parser_e_cant_publish_that=03133;
  233. parser_e_cant_publish_that_property=03134;
  234. parser_e_empty_import_name=03136;
  235. parser_e_division_by_zero=03138;
  236. parser_e_invalid_float_operation=03139;
  237. parser_e_array_lower_less_than_upper_bound=03140;
  238. parser_w_string_too_long=03141;
  239. parser_e_string_larger_array=03142;
  240. parser_e_ill_msg_expr=03143;
  241. parser_e_ill_msg_param=03144;
  242. parser_e_duplicate_message_label=03145;
  243. parser_e_self_in_non_message_handler=03146;
  244. parser_e_threadvars_only_sg=03147;
  245. parser_f_direct_assembler_not_allowed=03148;
  246. parser_w_no_objpas_use_mode=03149;
  247. parser_e_no_object_override=03150;
  248. parser_e_cant_use_inittable_here=03151;
  249. parser_e_resourcestring_only_sg=03152;
  250. parser_e_exit_with_argument_not__possible=03153;
  251. parser_e_stored_property_must_be_boolean=03154;
  252. parser_e_ill_property_storage_sym=03155;
  253. parser_e_only_publishable_classes_can_be_published=03156;
  254. parser_e_proc_directive_expected=03157;
  255. parser_e_invalid_property_index_value=03158;
  256. parser_e_procname_to_short_for_export=03159;
  257. parser_e_dlltool_unit_var_problem=03160;
  258. parser_e_dlltool_unit_var_problem2=03161;
  259. parser_f_need_objfpc_or_delphi_mode=03162;
  260. parser_e_no_export_with_index_for_target=03163;
  261. parser_e_no_export_of_variables_for_target=03164;
  262. parser_e_improper_guid_syntax=03165;
  263. parser_w_interface_mapping_notfound=03168;
  264. parser_e_interface_id_expected=03169;
  265. parser_e_type_cant_be_used_in_array_index=03170;
  266. parser_e_no_con_des_in_interfaces=03171;
  267. parser_e_no_access_specifier_in_interfaces=03172;
  268. parser_e_no_vars_in_interfaces=03173;
  269. parser_e_no_local_proc_external=03174;
  270. parser_w_skipped_fields_before=03175;
  271. parser_e_skipped_fields_before=03176;
  272. parser_w_skipped_fields_after=03177;
  273. parser_e_varargs_need_cdecl_and_external=03178;
  274. parser_e_self_call_by_value=03179;
  275. parser_e_interface_has_no_guid=03180;
  276. parser_e_illegal_field_or_method=03181;
  277. parser_w_proc_overriding_calling=03182;
  278. parser_e_no_procvarobj_const=03183;
  279. parser_e_default_value_only_one_para=03184;
  280. parser_e_default_value_expected_for_para=03185;
  281. parser_w_unsupported_feature=03186;
  282. parser_h_c_arrays_are_references=03187;
  283. parser_e_C_array_of_const_must_be_last=03188;
  284. parser_h_type_redef=03189;
  285. parser_w_cdecl_has_no_high=03190;
  286. parser_w_cdecl_no_openstring=03191;
  287. parser_e_initialized_not_for_threadvar=03192;
  288. parser_e_msg_only_for_classes=03193;
  289. parser_e_procedure_or_function_expected=03194;
  290. parser_e_illegal_calling_convention=03195;
  291. parser_e_no_object_reintroduce=03196;
  292. parser_e_paraloc_only_one_para=03197;
  293. parser_e_paraloc_all_paras=03198;
  294. parser_e_illegal_explicit_paraloc=03199;
  295. parser_e_32bitint_or_pointer_variable_expected=03200;
  296. parser_e_goto_outside_proc=03201;
  297. parser_f_too_complex_proc=03202;
  298. parser_e_illegal_expression=03203;
  299. parser_e_invalid_integer=03204;
  300. parser_e_invalid_qualifier=03205;
  301. parser_e_upper_lower_than_lower=03206;
  302. parser_e_macpas_exit_wrong_param=03207;
  303. parser_e_illegal_assignment_to_count_var=03208;
  304. parser_e_no_local_var_external=03209;
  305. parser_e_proc_already_external=03210;
  306. parser_w_implicit_uses_of_variants_unit=03211;
  307. parser_e_no_static_method_in_interfaces=03212;
  308. parser_e_arithmetic_operation_overflow=03213;
  309. parser_e_protected_or_private_expected=03214;
  310. parser_e_illegal_slice=03215;
  311. parser_e_dispinterface_cant_have_parent=03216;
  312. parser_e_dispinterface_needs_a_guid=03217;
  313. parser_w_overridden_methods_not_same_ret=03218;
  314. parser_e_dispid_must_be_ord_const=03219;
  315. parser_e_array_range_out_of_bounds=03220;
  316. parser_e_packed_element_no_var_addr=03221;
  317. parser_e_packed_dynamic_open_array=03222;
  318. parser_e_packed_element_no_loop=03223;
  319. parser_e_type_var_const_only_in_records_and_classes=03224;
  320. parser_e_cant_create_generics_of_this_type=03225;
  321. parser_w_no_lineinfo_use_switch=03226;
  322. parser_e_no_funcret_specified=03227;
  323. parser_e_special_onlygenerics=03228;
  324. parser_e_no_generics_as_params=03229;
  325. parser_e_type_object_constants=03230;
  326. parser_e_label_outside_proc=03231;
  327. parser_e_initialized_not_for_external=03233;
  328. parser_e_illegal_function_result=03234;
  329. parser_e_no_common_type=03235;
  330. parser_e_no_generics_as_types=03236;
  331. parser_w_register_list_ignored=03237;
  332. parser_e_implements_must_be_class_or_interface=03238;
  333. parser_e_implements_must_have_correct_type=03239;
  334. parser_e_implements_must_read_specifier=03240;
  335. parser_e_implements_must_not_have_write_specifier=03241;
  336. parser_e_implements_must_not_have_stored_specifier=03242;
  337. parser_e_implements_uses_non_implemented_interface=03243;
  338. parser_e_unsupported_real=03244;
  339. parser_e_class_doesnt_implement_interface=03245;
  340. parser_e_class_implements_must_be_interface=03246;
  341. parser_e_cant_export_var_different_name=03247;
  342. parser_e_weak_external_not_supported=03248;
  343. parser_e_forward_mismatch=03249;
  344. parser_n_ignore_lower_visibility=03250;
  345. parser_e_field_not_allowed_here=03251;
  346. parser_e_no_local_para_def=03252;
  347. parser_e_abstract_and_sealed_conflict=03253;
  348. parser_e_sealed_descendant=03254;
  349. parser_e_sealed_class_cannot_have_abstract_methods=03255;
  350. parser_e_only_virtual_methods_final=03256;
  351. parser_e_final_can_no_be_overridden=03257;
  352. parser_e_multiple_messages=03258;
  353. parser_e_invalid_enumerator_identifier=03259;
  354. parser_e_enumerator_identifier_required=03260;
  355. parser_e_enumerator_movenext_is_not_valid=03261;
  356. parser_e_enumerator_current_is_not_valid=03262;
  357. parser_e_only_one_enumerator_movenext=03263;
  358. parser_e_only_one_enumerator_current=03264;
  359. parser_e_for_in_loop_cannot_be_used_for_the_type=03265;
  360. parser_e_objc_requires_msgstr=03266;
  361. parser_e_objc_no_constructor_destructor=03267;
  362. parser_e_message_string_too_long=03268;
  363. parser_e_objc_message_name_too_long=03269;
  364. parser_h_no_objc_parent=03270;
  365. parser_e_no_objc_published=03271;
  366. parser_f_need_objc=03272;
  367. parser_e_must_use_override_objc=03273;
  368. parser_h_should_use_override_objc=03274;
  369. parser_e_objc_message_name_changed=03275;
  370. parser_e_no_objc_unique=03276;
  371. parser_e_no_category_as_types=03277;
  372. parser_e_no_category_override=03278;
  373. parser_e_must_use_reintroduce_objc=03279;
  374. parser_h_should_use_reintroduce_objc=03280;
  375. parser_e_implements_getter_not_default_cc=03281;
  376. parser_e_no_refcounted_typed_file=03282;
  377. parser_e_operator_not_overloaded_2=03283;
  378. parser_e_operator_not_overloaded_3=03284;
  379. parser_e_more_array_elements_expected=03285;
  380. parser_e_string_const_too_long=03286;
  381. parser_e_invalid_univ_para=03287;
  382. parser_e_only_one_class_constructor_allowed=03288;
  383. parser_e_only_one_class_destructor_allowed=03289;
  384. parser_e_no_paras_for_class_constructor=03290;
  385. parser_e_no_paras_for_class_destructor=03291;
  386. parser_f_modeswitch_objc_required=03292;
  387. parser_e_widestring_to_ansi_compile_time=03293;
  388. parser_e_objc_enumerator_2_0=03294;
  389. parser_e_objc_missing_enumeration_defs=03295;
  390. parser_e_no_procvarnested_const=03296;
  391. parser_f_no_generic_inside_generic=03297;
  392. parser_e_forward_protocol_declaration_must_be_resolved=03298;
  393. parser_e_no_record_published=03299;
  394. parser_e_no_destructor_in_records=03300;
  395. parser_e_class_methods_only_static_in_records=03301;
  396. parser_e_no_constructor_in_records=03302;
  397. parser_e_at_least_one_argument_must_be_of_type=03303;
  398. parser_e_cant_use_type_parameters_here=03304;
  399. parser_e_externals_no_section=03305;
  400. parser_e_section_no_locals=03306;
  401. parser_e_not_allowed_in_helper=03307;
  402. parser_e_no_class_constructor_in_helpers=03308;
  403. parser_e_inherited_not_in_record=03309;
  404. parser_e_no_types_in_local_anonymous_records=03310;
  405. parser_e_duplicate_implements_clause=03311;
  406. parser_e_mapping_no_implements=03312;
  407. parser_e_implements_no_mapping=03313;
  408. parser_e_invalid_codepage=03314;
  409. type_e_mismatch=04000;
  410. type_e_incompatible_types=04001;
  411. type_e_not_equal_types=04002;
  412. type_e_type_id_expected=04003;
  413. type_e_variable_id_expected=04004;
  414. type_e_integer_expr_expected=04005;
  415. type_e_boolean_expr_expected=04006;
  416. type_e_ordinal_expr_expected=04007;
  417. type_e_pointer_type_expected=04008;
  418. type_e_class_type_expected=04009;
  419. type_e_cant_eval_constant_expr=04011;
  420. type_e_set_element_are_not_comp=04012;
  421. type_e_set_operation_unknown=04013;
  422. type_w_convert_real_2_comp=04014;
  423. type_h_use_div_for_int=04015;
  424. type_e_strict_var_string_violation=04016;
  425. type_e_succ_and_pred_enums_with_assign_not_possible=04017;
  426. type_e_cant_read_write_type=04018;
  427. type_e_no_readln_writeln_for_typed_file=04019;
  428. type_e_no_read_write_for_untyped_file=04020;
  429. type_e_typeconflict_in_set=04021;
  430. type_w_maybe_wrong_hi_lo=04022;
  431. type_e_integer_or_real_expr_expected=04023;
  432. type_e_wrong_type_in_array_constructor=04024;
  433. type_e_wrong_parameter_type=04025;
  434. type_e_no_method_and_procedure_not_compatible=04026;
  435. type_e_wrong_math_argument=04027;
  436. type_e_no_addr_of_constant=04028;
  437. type_e_argument_cant_be_assigned=04029;
  438. type_e_cannot_local_proc_to_procvar=04030;
  439. type_e_no_assign_to_addr=04031;
  440. type_e_no_assign_to_const=04032;
  441. type_e_array_required=04033;
  442. type_e_interface_type_expected=04034;
  443. type_h_mixed_signed_unsigned=04035;
  444. type_w_mixed_signed_unsigned2=04036;
  445. type_e_typecast_wrong_size_for_assignment=04037;
  446. type_e_array_index_enums_with_assign_not_possible=04038;
  447. type_e_classes_not_related=04039;
  448. type_w_classes_not_related=04040;
  449. type_e_class_or_interface_type_expected=04041;
  450. type_e_type_is_not_completly_defined=04042;
  451. type_w_string_too_long=04043;
  452. type_w_comparison_always_false=04044;
  453. type_w_comparison_always_true=04045;
  454. type_w_instance_with_abstract=04046;
  455. type_h_in_range_check=04047;
  456. type_w_smaller_possible_range_check=04048;
  457. type_h_smaller_possible_range_check=04049;
  458. type_e_cant_take_address_of_abstract_method=04050;
  459. type_e_assignment_not_allowed=04051;
  460. type_e_constant_expr_expected=04052;
  461. type_e_operator_not_supported_for_types=04053;
  462. type_e_illegal_type_conversion=04054;
  463. type_h_pointer_to_longint_conv_not_portable=04055;
  464. type_w_pointer_to_longint_conv_not_portable=04056;
  465. type_e_cant_choose_overload_function=04057;
  466. type_e_illegal_count_var=04058;
  467. type_w_double_c_varargs=04059;
  468. type_e_class_or_cominterface_type_expected=04060;
  469. type_e_no_const_packed_array=04061;
  470. type_e_got_expected_packed_array=04062;
  471. type_e_got_expected_unpacked_array=04063;
  472. type_e_no_packed_inittable=04064;
  473. type_e_no_const_packed_record=04065;
  474. type_w_untyped_arithmetic_unportable=04066;
  475. type_e_cant_take_address_of_local_subroutine=04076;
  476. type_e_cant_export_local=04077;
  477. type_e_not_automatable=04078;
  478. type_h_convert_add_operands_to_prevent_overflow=04079;
  479. type_h_convert_sub_operands_to_prevent_overflow=04080;
  480. type_h_convert_mul_operands_to_prevent_overflow=04081;
  481. type_w_pointer_to_signed=04082;
  482. type_e_interface_has_no_guid=04083;
  483. type_e_invalid_objc_selector_name=04084;
  484. type_e_expected_objc_method_but_got=04085;
  485. type_e_expected_objc_method=04086;
  486. type_e_no_type_info=04087;
  487. type_e_ordinal_or_string_expr_expected=04088;
  488. type_e_string_expr_expected=04089;
  489. type_w_zero_to_nil=04090;
  490. type_e_protocol_type_expected=04091;
  491. type_e_objc_type_unsupported=04092;
  492. type_e_class_or_objcclass_type_expected=04093;
  493. type_e_objcclass_type_expected=04094;
  494. type_w_procvar_univ_conflicting_para=04095;
  495. type_e_generics_cannot_reference_itself=04096;
  496. type_e_type_parameters_are_not_allowed_here=04097;
  497. type_e_generic_declaration_does_not_match=04098;
  498. type_e_helper_type_expected=04099;
  499. type_e_record_type_expected=04100;
  500. type_e_class_helper_must_extend_subclass=04101;
  501. type_e_record_helper_must_extend_same_record=04102;
  502. type_e_procedures_return_no_value=04103;
  503. type_w_implicit_string_cast=04104;
  504. type_w_implicit_string_cast_loss=04105;
  505. type_w_explicit_string_cast=04106;
  506. type_w_explicit_string_cast_loss=04107;
  507. type_w_unicode_data_loss=04108;
  508. sym_e_id_not_found=05000;
  509. sym_f_internal_error_in_symtablestack=05001;
  510. sym_e_duplicate_id=05002;
  511. sym_h_duplicate_id_where=05003;
  512. sym_e_unknown_id=05004;
  513. sym_e_forward_not_resolved=05005;
  514. sym_e_error_in_type_def=05007;
  515. sym_e_forward_type_not_resolved=05009;
  516. sym_e_only_static_in_static=05010;
  517. sym_f_type_must_be_rec_or_class=05012;
  518. sym_e_no_instance_of_abstract_object=05013;
  519. sym_w_label_not_defined=05014;
  520. sym_e_label_used_and_not_defined=05015;
  521. sym_e_ill_label_decl=05016;
  522. sym_e_goto_and_label_not_supported=05017;
  523. sym_e_label_not_found=05018;
  524. sym_e_id_is_no_label_id=05019;
  525. sym_e_label_already_defined=05020;
  526. sym_e_ill_type_decl_set=05021;
  527. sym_e_class_forward_not_resolved=05022;
  528. sym_n_unit_not_used=05023;
  529. sym_h_para_identifier_not_used=05024;
  530. sym_n_local_identifier_not_used=05025;
  531. sym_h_para_identifier_only_set=05026;
  532. sym_n_local_identifier_only_set=05027;
  533. sym_h_local_symbol_not_used=05028;
  534. sym_n_private_identifier_not_used=05029;
  535. sym_n_private_identifier_only_set=05030;
  536. sym_n_private_method_not_used=05031;
  537. sym_e_set_expected=05032;
  538. sym_w_function_result_not_set=05033;
  539. sym_w_wrong_C_pack=05034;
  540. sym_e_illegal_field=05035;
  541. sym_w_uninitialized_local_variable=05036;
  542. sym_w_uninitialized_variable=05037;
  543. sym_e_id_no_member=05038;
  544. sym_h_param_list=05039;
  545. sym_e_segment_too_large=05040;
  546. sym_e_no_matching_implementation_found=05042;
  547. sym_w_deprecated_symbol=05043;
  548. sym_w_non_portable_symbol=05044;
  549. sym_w_non_implemented_symbol=05055;
  550. sym_e_cant_create_unique_type=05056;
  551. sym_h_uninitialized_local_variable=05057;
  552. sym_h_uninitialized_variable=05058;
  553. sym_w_function_result_uninitialized=05059;
  554. sym_h_function_result_uninitialized=05060;
  555. sym_w_identifier_only_read=05061;
  556. sym_h_abstract_method_list=05062;
  557. sym_w_experimental_symbol=05063;
  558. sym_w_forward_not_resolved=05064;
  559. sym_w_library_symbol=05065;
  560. sym_w_deprecated_symbol_with_msg=05066;
  561. sym_e_no_enumerator=05067;
  562. sym_e_no_enumerator_move=05068;
  563. sym_e_no_enumerator_current=05069;
  564. sym_e_objc_para_mismatch=05070;
  565. sym_n_private_type_not_used=05071;
  566. sym_n_private_const_not_used=05072;
  567. sym_n_private_property_not_used=05073;
  568. sym_w_deprecated_unit=05074;
  569. sym_w_deprecated_unit_with_msg=05075;
  570. sym_w_non_portable_unit=05076;
  571. sym_w_library_unit=05077;
  572. sym_w_non_implemented_unit=05078;
  573. sym_w_experimental_unit=05079;
  574. sym_e_objc_formal_class_not_resolved=05080;
  575. sym_e_interprocgoto_into_init_final_code_not_allowed=05081;
  576. sym_e_external_class_name_mismatch1=05082;
  577. sym_e_external_class_name_mismatch2=05083;
  578. sym_w_library_overload=05084;
  579. cg_e_parasize_too_big=06009;
  580. cg_e_file_must_call_by_reference=06012;
  581. cg_e_cant_use_far_pointer_there=06013;
  582. cg_e_dont_call_exported_direct=06015;
  583. cg_w_member_cd_call_from_method=06016;
  584. cg_n_inefficient_code=06017;
  585. cg_w_unreachable_code=06018;
  586. cg_e_cant_call_abstract_method=06020;
  587. cg_d_register_weight=06027;
  588. cg_d_stackframe_omited=06029;
  589. cg_e_unable_inline_object_methods=06031;
  590. cg_e_unable_inline_procvar=06032;
  591. cg_e_no_code_for_inline_stored=06033;
  592. cg_e_can_access_element_zero=06035;
  593. cg_e_cannot_call_cons_dest_inside_with=06037;
  594. cg_e_cannot_call_message_direct=06038;
  595. cg_e_goto_inout_of_exception_block=06039;
  596. cg_e_control_flow_outside_finally=06040;
  597. cg_w_parasize_too_big=06041;
  598. cg_w_localsize_too_big=06042;
  599. cg_e_localsize_too_big=06043;
  600. cg_e_break_not_allowed=06044;
  601. cg_e_continue_not_allowed=06045;
  602. cg_f_unknown_compilerproc=06046;
  603. cg_f_unknown_system_type=06047;
  604. cg_h_inherited_ignored=06048;
  605. cg_e_goto_label_not_found=06049;
  606. cg_f_unknown_type_in_unit=06050;
  607. cg_e_interprocedural_goto_only_to_outer_scope_allowed=06051;
  608. cg_e_labels_cannot_defined_outside_declaration_scope=06052;
  609. cg_e_goto_across_procedures_with_exceptions_not_allowed=06053;
  610. cg_e_mod_only_defined_for_pos_quotient=06054;
  611. asmr_d_start_reading=07000;
  612. asmr_d_finish_reading=07001;
  613. asmr_e_none_label_contain_at=07002;
  614. asmr_e_building_record_offset=07004;
  615. asmr_e_offset_without_identifier=07005;
  616. asmr_e_type_without_identifier=07006;
  617. asmr_e_no_local_or_para_allowed=07007;
  618. asmr_e_need_offset=07008;
  619. asmr_e_need_dollar=07009;
  620. asmr_e_cant_have_multiple_relocatable_symbols=07010;
  621. asmr_e_only_add_relocatable_symbol=07011;
  622. asmr_e_invalid_constant_expression=07012;
  623. asmr_e_relocatable_symbol_not_allowed=07013;
  624. asmr_e_invalid_reference_syntax=07014;
  625. asmr_e_local_para_unreachable=07015;
  626. asmr_e_local_label_not_allowed_as_ref=07016;
  627. asmr_e_wrong_base_index=07017;
  628. asmr_w_possible_object_field_bug=07018;
  629. asmr_e_wrong_scale_factor=07019;
  630. asmr_e_multiple_index=07020;
  631. asmr_e_invalid_operand_type=07021;
  632. asmr_e_invalid_string_as_opcode_operand=07022;
  633. asmr_w_CODE_and_DATA_not_supported=07023;
  634. asmr_e_null_label_ref_not_allowed=07024;
  635. asmr_e_expr_zero_divide=07025;
  636. asmr_e_expr_illegal=07026;
  637. asmr_e_escape_seq_ignored=07027;
  638. asmr_e_invalid_symbol_ref=07028;
  639. asmr_w_fwait_emu_prob=07029;
  640. asmr_w_fadd_to_faddp=07030;
  641. asmr_w_enter_not_supported_by_linux=07031;
  642. asmr_w_calling_overload_func=07032;
  643. asmr_e_unsupported_symbol_type=07033;
  644. asmr_e_constant_out_of_bounds=07034;
  645. asmr_e_error_converting_decimal=07035;
  646. asmr_e_error_converting_octal=07036;
  647. asmr_e_error_converting_binary=07037;
  648. asmr_e_error_converting_hexadecimal=07038;
  649. asmr_h_direct_global_to_mangled=07039;
  650. asmr_w_direct_global_is_overloaded_func=07040;
  651. asmr_e_cannot_use_SELF_outside_a_method=07041;
  652. asmr_e_cannot_use_OLDEBP_outside_nested_procedure=07042;
  653. asmr_e_void_function=07043;
  654. asmr_e_SEG_not_supported=07044;
  655. asmr_e_size_suffix_and_dest_dont_match=07045;
  656. asmr_w_size_suffix_and_dest_dont_match=07046;
  657. asmr_e_syntax_error=07047;
  658. asmr_e_invalid_opcode_and_operand=07048;
  659. asmr_e_syn_operand=07049;
  660. asmr_e_syn_constant=07050;
  661. asmr_e_invalid_string_expression=07051;
  662. asmr_w_const32bit_for_address=07052;
  663. asmr_e_unknown_opcode=07053;
  664. asmr_e_invalid_or_missing_opcode=07054;
  665. asmr_e_invalid_prefix_and_opcode=07055;
  666. asmr_e_invalid_override_and_opcode=07056;
  667. asmr_e_too_many_operands=07057;
  668. asmr_w_near_ignored=07058;
  669. asmr_w_far_ignored=07059;
  670. asmr_e_dup_local_sym=07060;
  671. asmr_e_unknown_local_sym=07061;
  672. asmr_e_unknown_label_identifier=07062;
  673. asmr_e_invalid_register=07063;
  674. asmr_e_invalid_fpu_register=07064;
  675. asmr_w_modulo_not_supported=07066;
  676. asmr_e_invalid_float_const=07067;
  677. asmr_e_invalid_float_expr=07068;
  678. asmr_e_wrong_sym_type=07069;
  679. asmr_e_cannot_index_relative_var=07070;
  680. asmr_e_invalid_seg_override=07071;
  681. asmr_w_id_supposed_external=07072;
  682. asmr_e_string_not_allowed_as_const=07073;
  683. asmr_e_no_var_type_specified=07074;
  684. asmr_w_assembler_code_not_returned_to_text=07075;
  685. asmr_e_not_directive_or_local_symbol=07076;
  686. asmr_w_using_defined_as_local=07077;
  687. asmr_e_dollar_without_identifier=07078;
  688. asmr_w_32bit_const_for_address=07079;
  689. asmr_n_align_is_target_specific=07080;
  690. asmr_e_cannot_access_field_directly_for_parameters=07081;
  691. asmr_e_cannot_access_object_field_directly=07082;
  692. asmr_e_unable_to_determine_reference_size=07083;
  693. asmr_e_cannot_use_RESULT_here=07084;
  694. asmr_w_adding_explicit_args_fXX=07086;
  695. asmr_w_adding_explicit_first_arg_fXX=07087;
  696. asmr_w_adding_explicit_second_arg_fXX=07088;
  697. asmr_e_invalid_char_smaller=07089;
  698. asmr_e_invalid_char_greater=07090;
  699. asmr_w_align_not_supported=07093;
  700. asmr_e_no_inc_and_dec_together=07094;
  701. asmr_e_invalid_reg_list_in_movem=07095;
  702. asmr_e_invalid_reg_list_for_opcode=07096;
  703. asmr_e_higher_cpu_mode_required=07097;
  704. asmr_w_unable_to_determine_reference_size_using_dword=07098;
  705. asmr_e_illegal_shifterop_syntax=07099;
  706. asmr_e_packed_element=07100;
  707. asmr_w_unable_to_determine_reference_size_using_byte=07101;
  708. asmr_w_no_direct_ebp_for_parameter=07102;
  709. asmr_w_direct_ebp_for_parameter_regcall=07103;
  710. asmr_w_direct_ebp_neg_offset=07104;
  711. asmr_w_direct_esp_neg_offset=07105;
  712. asmr_e_no_vmtoffset_possible=07106;
  713. asmr_e_need_pic_ref=07107;
  714. asmr_e_mixing_regtypes=07108;
  715. asmr_e_empty_regset=07109;
  716. asmr_w_useless_got_for_local=07110;
  717. asmr_w_general_segment_with_constant=07111;
  718. asmr_e_bad_seh_directive_offset=07112;
  719. asmr_e_bad_seh_directive_register=07113;
  720. asmr_e_seh_in_pure_asm_only=07114;
  721. asmr_e_unsupported_directive=07115;
  722. asmw_f_too_many_asm_files=08000;
  723. asmw_f_assembler_output_not_supported=08001;
  724. asmw_f_comp_not_supported=08002;
  725. asmw_f_direct_not_supported=08003;
  726. asmw_e_alloc_data_only_in_bss=08004;
  727. asmw_f_no_binary_writer_selected=08005;
  728. asmw_e_opcode_not_in_table=08006;
  729. asmw_e_invalid_opcode_and_operands=08007;
  730. asmw_e_16bit_not_supported=08008;
  731. asmw_e_invalid_effective_address=08009;
  732. asmw_e_immediate_or_reference_expected=08010;
  733. asmw_e_value_exceeds_bounds=08011;
  734. asmw_e_short_jmp_out_of_range=08012;
  735. asmw_e_undefined_label=08013;
  736. asmw_e_comp_not_supported=08014;
  737. asmw_e_extended_not_supported=08015;
  738. asmw_e_duplicate_label=08016;
  739. asmw_e_redefined_label=08017;
  740. asmw_e_first_defined_label=08018;
  741. asmw_e_invalid_register=08019;
  742. asmw_e_16bit_32bit_not_supported=08020;
  743. asmw_e_64bit_not_supported=08021;
  744. asmw_e_bad_reg_with_rex=08022;
  745. asmw_e_missing_endprologue=08023;
  746. asmw_e_prologue_too_large=08024;
  747. asmw_e_handlerdata_no_handler=08025;
  748. exec_w_source_os_redefined=09000;
  749. exec_i_assembling_pipe=09001;
  750. exec_d_cant_create_asmfile=09002;
  751. exec_e_cant_create_objectfile=09003;
  752. exec_e_cant_create_archivefile=09004;
  753. exec_e_assembler_not_found=09005;
  754. exec_t_using_assembler=09006;
  755. exec_e_error_while_assembling=09007;
  756. exec_e_cant_call_assembler=09008;
  757. exec_i_assembling=09009;
  758. exec_i_assembling_smart=09010;
  759. exec_w_objfile_not_found=09011;
  760. exec_w_libfile_not_found=09012;
  761. exec_e_error_while_linking=09013;
  762. exec_e_cant_call_linker=09014;
  763. exec_i_linking=09015;
  764. exec_e_util_not_found=09016;
  765. exec_t_using_util=09017;
  766. exec_e_exe_not_supported=09018;
  767. exec_e_dll_not_supported=09019;
  768. exec_i_closing_script=09020;
  769. exec_e_res_not_found=09021;
  770. exec_i_compilingresource=09022;
  771. exec_t_unit_not_static_linkable_switch_to_smart=09023;
  772. exec_t_unit_not_smart_linkable_switch_to_static=09024;
  773. exec_t_unit_not_shared_linkable_switch_to_static=09025;
  774. exec_e_unit_not_smart_or_static_linkable=09026;
  775. exec_e_unit_not_shared_or_static_linkable=09027;
  776. exec_d_resbin_params=09028;
  777. exec_e_error_while_compiling_resources=09029;
  778. exec_e_cant_call_resource_compiler=09030;
  779. exec_e_cant_open_resource_file=09031;
  780. exec_e_cant_write_resource_file=09032;
  781. exec_n_backquote_cat_file_not_found=09033;
  782. execinfo_f_cant_process_executable=09128;
  783. execinfo_f_cant_open_executable=09129;
  784. execinfo_x_codesize=09130;
  785. execinfo_x_initdatasize=09131;
  786. execinfo_x_uninitdatasize=09132;
  787. execinfo_x_stackreserve=09133;
  788. execinfo_x_stackcommit=09134;
  789. link_f_executable_too_big=09200;
  790. link_w_32bit_absolute_reloc=09201;
  791. unit_t_unitsearch=10000;
  792. unit_t_ppu_loading=10001;
  793. unit_u_ppu_name=10002;
  794. unit_u_ppu_flags=10003;
  795. unit_u_ppu_crc=10004;
  796. unit_u_ppu_time=10005;
  797. unit_u_ppu_file_too_short=10006;
  798. unit_u_ppu_invalid_header=10007;
  799. unit_u_ppu_invalid_version=10008;
  800. unit_u_ppu_invalid_processor=10009;
  801. unit_u_ppu_invalid_target=10010;
  802. unit_u_ppu_source=10011;
  803. unit_u_ppu_write=10012;
  804. unit_f_ppu_cannot_write=10013;
  805. unit_f_ppu_read_error=10014;
  806. unit_f_ppu_read_unexpected_end=10015;
  807. unit_f_ppu_invalid_entry=10016;
  808. unit_f_ppu_dbx_count_problem=10017;
  809. unit_e_illegal_unit_name=10018;
  810. unit_f_too_much_units=10019;
  811. unit_f_circular_unit_reference=10020;
  812. unit_f_cant_compile_unit=10021;
  813. unit_f_cant_find_ppu=10022;
  814. unit_w_unit_name_error=10023;
  815. unit_f_unit_name_error=10024;
  816. unit_w_switch_us_missed=10025;
  817. unit_f_errors_in_unit=10026;
  818. unit_u_load_unit=10027;
  819. unit_u_recompile_crc_change=10028;
  820. unit_u_recompile_source_found_alone=10029;
  821. unit_u_recompile_staticlib_is_older=10030;
  822. unit_u_recompile_sharedlib_is_older=10031;
  823. unit_u_recompile_obj_and_asm_older=10032;
  824. unit_u_recompile_obj_older_than_asm=10033;
  825. unit_u_parsing_interface=10034;
  826. unit_u_parsing_implementation=10035;
  827. unit_u_second_load_unit=10036;
  828. unit_u_check_time=10037;
  829. unit_w_cant_compile_unit_with_changed_incfile=10040;
  830. unit_u_source_modified=10041;
  831. unit_u_ppu_invalid_fpumode=10042;
  832. unit_u_loading_interface_units=10043;
  833. unit_u_loading_implementation_units=10044;
  834. unit_u_interface_crc_changed=10045;
  835. unit_u_implementation_crc_changed=10046;
  836. unit_u_finished_compiling=10047;
  837. unit_u_add_depend_to=10048;
  838. unit_u_no_reload_is_caller=10049;
  839. unit_u_no_reload_in_second_compile=10050;
  840. unit_u_flag_for_reload=10051;
  841. unit_u_forced_reload=10052;
  842. unit_u_previous_state=10053;
  843. unit_u_second_compile_unit=10054;
  844. unit_u_loading_unit=10055;
  845. unit_u_finished_loading_unit=10056;
  846. unit_u_registering_new_unit=10057;
  847. unit_u_reresolving_unit=10058;
  848. unit_u_skipping_reresolving_unit=10059;
  849. unit_u_unload_resunit=10060;
  850. unit_e_different_wpo_file=10061;
  851. unit_u_indirect_crc_changed=10062;
  852. option_usage=11000;
  853. option_only_one_source_support=11001;
  854. option_def_only_for_os2=11002;
  855. option_no_nested_response_file=11003;
  856. option_no_source_found=11004;
  857. option_no_option_found=11005;
  858. option_illegal_para=11006;
  859. option_help_pages_para=11007;
  860. option_too_many_cfg_files=11008;
  861. option_unable_open_file=11009;
  862. option_reading_further_from=11010;
  863. option_target_is_already_set=11011;
  864. option_no_shared_lib_under_dos=11012;
  865. option_too_many_ifdef=11013;
  866. option_too_many_endif=11014;
  867. option_too_less_endif=11015;
  868. option_no_debug_support=11016;
  869. option_no_debug_support_recompile_fpc=11017;
  870. option_obsolete_switch=11018;
  871. option_obsolete_switch_use_new=11019;
  872. option_switch_bin_to_src_assembler=11020;
  873. option_incompatible_asm=11021;
  874. option_asm_forced=11022;
  875. option_using_file=11026;
  876. option_using_env=11027;
  877. option_handling_option=11028;
  878. option_help_press_enter=11029;
  879. option_start_reading_configfile=11030;
  880. option_end_reading_configfile=11031;
  881. option_interpreting_option=11032;
  882. option_interpreting_firstpass_option=11036;
  883. option_interpreting_file_option=11033;
  884. option_read_config_file=11034;
  885. option_found_file=11035;
  886. option_code_page_not_available=11039;
  887. option_config_is_dir=11040;
  888. option_confict_asm_debug=11041;
  889. option_ppc386_deprecated=11042;
  890. option_else_without_if=11043;
  891. option_unsupported_target=11044;
  892. option_unsupported_target_for_feature=11045;
  893. option_dwarf_smart_linking=11046;
  894. option_ignored_target=11047;
  895. option_debug_external_unsupported=11048;
  896. option_dwarf_smartlink_creation=11049;
  897. wpo_cant_find_file=12000;
  898. wpo_begin_processing=12001;
  899. wpo_end_processing=12002;
  900. wpo_expected_section=12003;
  901. wpo_no_section_handler=12004;
  902. wpo_found_section=12005;
  903. wpo_no_input_specified=12006;
  904. wpo_not_enough_info=12007;
  905. wpo_no_output_specified=12008;
  906. wpo_output_without_info_gen=12009;
  907. wpo_input_without_info_use=12010;
  908. wpo_skipping_unnecessary_section=12011;
  909. wpo_duplicate_wpotype=12012;
  910. wpo_cannot_extract_live_symbol_info_strip=12013;
  911. wpo_cannot_extract_live_symbol_info_no_link=12014;
  912. wpo_cannot_find_symbol_progs=12015;
  913. wpo_error_reading_symbol_file=12016;
  914. wpo_error_executing_symbol_prog=12017;
  915. wpo_symbol_live_info_needs_smart_linking=12018;
  916. wpo_cant_create_feedback_file=12019;
  917. option_logo=11023;
  918. option_info=11024;
  919. option_help_pages=11025;
  920. MsgTxtSize = 62099;
  921. MsgIdxMax : array[1..20] of longint=(
  922. 26,89,315,109,85,55,116,26,202,63,
  923. 50,20,1,1,1,1,1,1,1,1
  924. );