wlmsgs.h
来自「开放源码的编译器open watcom 1.6.0版的源代码」· C头文件 代码 · 共 600 行 · 第 1/3 页
H
600 行
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
*
* ========================================================================
*
* This file contains Original Code and/or Modifications of Original
* Code as defined in and that are subject to the Sybase Open Watcom
* Public License version 1.0 (the 'License'). You may not use this file
* except in compliance with the License. BY USING THIS FILE YOU AGREE TO
* ALL TERMS AND CONDITIONS OF THE LICENSE. A copy of the License is
* provided with the Original Code and Modifications, and is also
* available at www.sybase.com/developer/opensource.
*
* The Original Code and all software distributed under the License are
* distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
* EXPRESS OR IMPLIED, AND SYBASE AND ALL CONTRIBUTORS HEREBY DISCLAIM
* ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR
* NON-INFRINGEMENT. Please see the License for the specific language
* governing rights and limitations under the License.
*
* ========================================================================
*
* Description: Message constants used with linkerr.msg and wlink.msg
*
****************************************************************************/
#define MSG_LANG_SPACING 1000
#define MSG_PRODUCT 0 + MSG_BASE
#define MSG_COPYRIGHT 1 + MSG_BASE
#define MSG_INTERNAL 2 + MSG_BASE
#define MSG_LOADING_OBJECT 3 + MSG_BASE
#define MSG_SEARCHING_LIBS 4 + MSG_BASE
#define MSG_CREATE_MAP 5 + MSG_BASE
#define MSG_CREATE_EXE 6 + MSG_BASE
#define MSG_USING_SPILL 7 + MSG_BASE
#define MSG_CANT_OPEN 8 + MSG_BASE
#define MSG_NO_DYN_MEM 9 + MSG_BASE
#define MSG_IO_PROBLEM 10 + MSG_BASE
#define MSG_OBJ_FILE_ATTR 11 + MSG_BASE
#define MSG_LIB_FILE_ATTR 12 + MSG_BASE
#define MSG_BREAK_HIT 13 + MSG_BASE
#define MSG_STACK_NOT_FOUND 14 + MSG_BASE
#define MSG_BAD_RELOC_TYPE 15 + MSG_BASE
#define MSG_BAD_ABS_FIXUP 16 + MSG_BASE
#define MSG_BAD_REL_FIXUP 17 + MSG_BASE
#define MSG_FIXUP_OFF_RANGE 18 + MSG_BASE
#define MSG_SEG_RELOC_OUT 19 + MSG_BASE
#define MSG_GROUP_TOO_BIG 20 + MSG_BASE
#define MSG_SEG_TOO_BIG 21 + MSG_BASE
#define MSG_CANT_HAVE_START 22 + MSG_BASE
#define MSG_NO_START_ADDR 23 + MSG_BASE
#define MSG_NO_OVERLAY_LOADER 24 + MSG_BASE
#define MSG_SHORT_VECT_RANGE 25 + MSG_BASE
#define MSG_RESERVED_SYM_DEFINED 26 + MSG_BASE
#define MSG_MULT_DEF 27 + MSG_BASE
#define MSG_UNDEF_REF 28 + MSG_BASE
#define MSG_EARLY_EOF 29 + MSG_BASE
#define MSG_MULT_START_ADDRS 30 + MSG_BASE
#define MSG_SEG_IN_TWO_GROUPS 31 + MSG_BASE
#define MSG_REC_NOT_DONE 32 + MSG_BASE
#define MSG_DIRECTIVE_ERR 33 + MSG_BASE
#define MSG_NO_OFFSET_WITH_DLL 34 + MSG_BASE
#define MSG_EXE_NAME 35 + MSG_BASE
#define MSG_CREATED_ON 36 + MSG_BASE
#define MSG_UNDEF_SYM 37 + MSG_BASE
#define MSG_DEBUG_AFTER_FILES 38 + MSG_BASE
#define MSG_ALIGN_TOO_SMALL 39 + MSG_BASE
#define MSG_IMPORT_ORD_INVALID 40 + MSG_BASE
#define MSG_EXPORT_ORD_INVALID 41 + MSG_BASE
#define MSG_TOO_MANY_IOPL_WORDS 42 + MSG_BASE
#define MSG_DUP_EXP_ORDINAL 43 + MSG_BASE
#define MSG_EXP_SYM_NOT_FOUND 44 + MSG_BASE
#define MSG_SEG_FLAG_MULT_DEFD 45 + MSG_BASE
#define MSG_SEG_NAME_NOT_FOUND 46 + MSG_BASE
#define MSG_CLASS_NAME_NOT_FOUND 47 + MSG_BASE
#define MSG_AUTO_SEG_MULT_DEFD 48 + MSG_BASE
#define MSG_INV_STUB_FILE 49 + MSG_BASE
#define MSG_INV_OLD_DLL 50 + MSG_BASE
#define MSG_STUB_SAME_AS_LOAD 51 + MSG_BASE
#define MSG_REL_NOT_SAME_SEG 52 + MSG_BASE
#define MSG_DLL_IN_REL_RELOC 53 + MSG_BASE
#define MSG_CANT_USE_LOCALS 54 + MSG_BASE
#define MSG_FRAME_EQ_TARGET 55 + MSG_BASE
#define MSG_CANT_FIND_MEMBER 56 + MSG_BASE
#define MSG_MULTIPLE_MODES_FOUND 57 + MSG_BASE
#define MSG_FORMAT_BAD_OPTION 58 + MSG_BASE
#define MSG_VALUE_TOO_LARGE 59 + MSG_BASE
#define MSG_VALUE_INCORRECT 60 + MSG_BASE
#define MSG_MULT_REALBREAKS 61 + MSG_BASE
#define MSG_DLL_WITH_386 62 + MSG_BASE
#define MSG_INVALID_FLAT_RELOC 63 + MSG_BASE
#define MSG_CANT_COMBINE_32_AND_16 64 + MSG_BASE
#define MSG_BREAKSYM_NOT_FOUND 65 + MSG_BASE
#define MSG_BAD_IMP_REL_RELOC 66 + MSG_BASE
#define MSG_NOV_NO_CODE_DATA_RELOC 67 + MSG_BASE
#define MSG_ABS_SEG_FIXUP_BAD 68 + MSG_BASE
#define MSG_CHECK_NOT_FOUND 69 + MSG_BASE
#define MSG_START_PROC_NOT_FOUND 70 + MSG_BASE
#define MSG_EXIT_PROC_NOT_FOUND 71 + MSG_BASE
#define MSG_NO_SECTION_IN_ROOT 72 + MSG_BASE
#define MSG_BAD_NOV_FILE_TYPE 73 + MSG_BASE
#define MSG_CIRCULAR_ALIAS_FOUND 74 + MSG_BASE
#define MSG_EXPECTING_END 75 + MSG_BASE
#define MSG_OPTION_MULTIPLY_DEFD 76 + MSG_BASE
#define MSG_NOT_MULTIPLE_OF_8 77 + MSG_BASE
#define MSG_BOTH_RELOC_OPTIONS 78 + MSG_BASE
#define MSG_TRANS_RELOCS_NEEDED 79 + MSG_BASE
#define MSG_FOUND_XXBIT_OBJ 80 + MSG_BASE
#define MSG_TOO_MANY_SELECTORS 81 + MSG_BASE
#define MSG_BAD_REC_TYPE 82 + MSG_BASE
#define MSG_FRAME_INVALID 83 + MSG_BASE
#define MSG_BAD_TARG_OFF 84 + MSG_BASE
#define MSG_PRESS_CTRL_Z 85 + MSG_BASE
#define MSG_INV_COM_START_ADDR 86 + MSG_BASE
#define MSG_STACK_SEG_IGNORED 87 + MSG_BASE
#define MSG_NO_VIRT_MEM 88 + MSG_BASE
#define MSG_COM_TOO_LARGE 89 + MSG_BASE
#define MSG_MULT_DEF_BY 90 + MSG_BASE
#define MSG_OVL_GROUP_SPLIT 91 + MSG_BASE
#define MSG_NEWSEG_BEFORE_OBJ 92 + MSG_BASE
#define MSG_CANT_OPEN_NO_REASON 93 + MSG_BASE
#define MSG_IO_PROBLEM_NO_REASON 94 + MSG_BASE
#define MSG_DEBUG_TOO_LARGE 95 + MSG_BASE
#define MSG_INCOMPATIBLE_DBI_FOUND 96 + MSG_BASE
#define MSG_TOO_MANY_LIB_MODS 97 + MSG_BASE
#define MSG_OFFSET_MUST_BE_ALIGNED 98 + MSG_BASE
#define MSG_SYMBOL_NAME_TOO_LONG 99 + MSG_BASE
#define MSG_MOD_TRACE 100 + MSG_BASE
#define MSG_INV_INC_FILE 101 + MSG_BASE
#define MSG_TRACE_OBJ_NOT_FOUND 102 + MSG_BASE
#define MSG_TRACE_LIB_NOT_FOUND 103 + MSG_BASE
#define MSG_MOD_IND_TRACE 104 + MSG_BASE
#define MSG_CANT_RESERVE_SPACE 105 + MSG_BASE
#define MSG_TRADEMARK 106 + MSG_BASE
#define MSG_SYSTEM_UNDEFINED 107 + MSG_BASE
#define MSG_SYSTEM_ALREADY_DEFINED 108 + MSG_BASE
#define MSG_QNX_BASE_LT_STACK 109 + MSG_BASE
#define MSG_NO_MEMB_IN_LIBFILE 110 + MSG_BASE
#define MSG_ERROR_IN_SYSTEM_BLOCK 111 + MSG_BASE
#define MSG_NO_PREVIOUS_INPUT 112 + MSG_BASE
#define MSG_NO_INPUT_LEFT 113 + MSG_BASE
#define MSG_ENV_NAME_INCORRECT 114 + MSG_BASE
#define MSG_ENV_NOT_FOUND 115 + MSG_BASE
#define MSG_AREA_TOO_SMALL 116 + MSG_BASE
#define MSG_BAD_MOVABLE_SEG_NUM 117 + MSG_BASE
#define MSG_HEAP_TOO_BIG 118 + MSG_BASE
#define MSG_BAD_WLIB_IMPORT 119 + MSG_BASE
#define MSG_APP_TOO_BIG_FOR_DOS 120 + MSG_BASE
#define MSG_DUP_EXP_NAME 121 + MSG_BASE
#define MSG_NO_FILES_FOUND 122 + MSG_BASE
#define MSG_OVERLAYS_NOT_SUPPORTED 123 + MSG_BASE
#define MSG_LAZY_EXTDEF_MISMATCH 124 + MSG_BASE
#define MSG_MULTIPLE_ALIASES 125 + MSG_BASE
#define MSG_EXE_DATE_CHANGED 126 + MSG_BASE
#define MSG_CANT_EXPORT_ABSOLUTE 127 + MSG_BASE
#define MSG_DIRECTIVE_ERR_BEGINNING 128 + MSG_BASE
#define MSG_ADDR_INFO_TOO_LARGE 129 + MSG_BASE
#define MSG_INV_SHARED_NLM_FILE 130 + MSG_BASE
#define MSG_CANT_OPEN_SPILL 131 + MSG_BASE
#define MSG_BAD_CURLY_LIST 132 + MSG_BASE
#define MSG_NO_REALBREAK_WITH_16BIT 133 + MSG_BASE
#define MSG_INV_MESSAGE_FILE 134 + MSG_BASE
#define MSG_INCORRECT_NUM_AREAS 135 + MSG_BASE
#define MSG_RELOC_TO_RWDATA_SEG 136 + MSG_BASE
#define MSG_TOO_MANY_ERRORS 137 + MSG_BASE
#define MSG_INV_FILENAME 138 + MSG_BASE
#define MSG_CANNOT_HAVE_16_AND_32 139 + MSG_BASE
#define MSG_INVALID_MSG_NUM 140 + MSG_BASE
#define MSG_VF_TABLE_MISMATCH 141 + MSG_BASE
#define MSG_DEB_NONE_NOT_NECESSARY 142 + MSG_BASE
#define MSG_CANT_SORT_SYMBOLS 143 + MSG_BASE
#define MSG_SYMBOL_DEAD 144 + MSG_BASE
#define MSG_VF_PURE_MISMATCH 145 + MSG_BASE
#define MSG_BAD_OBJECT 146 + MSG_BASE
#define MSG_AMBIG_FORMAT 147 + MSG_BASE
#define MSG_INVALID_TYPE_DESC 148 + MSG_BASE
#define MSG_MULT_DBI_FORMATS 149 + MSG_BASE
#define MSG_MACHTYPE_DIFFERENT 150 + MSG_BASE
#define MSG_NO_BIG_ENDIAN 151 + MSG_BASE
#define MSG_NO_DICT_FOUND 152 + MSG_BASE
#define MSG_ENTRY_PROC_NOT_FOUND 153 + MSG_BASE
#define MSG_CANT_EXECUTE 154 + MSG_BASE
#define MSG_REL_NOT_ALIGNED 155 + MSG_BASE
#define MSG_INC_NEAR_START 156 + MSG_BASE
#define MSG_NO_CODE_OR_DATA 157 + MSG_BASE
#define MSG_PROBLEM_IN_RESOURCE 158 + MSG_BASE
#define MSG_INC_ONLY_SUPPORTS_DWARF 159 + MSG_BASE
#define MSG_INC_AND_DCE_NOT_ALLOWED 160 + MSG_BASE
#define MSG_TOC_TOO_BIG 161 + MSG_BASE
#define MSG_REL_IN_LIDATA 162 + MSG_BASE
#define MSG_NOT_COMPILED_VF_ELIM 163 + MSG_BASE
#define MSG_INC_AND_VFR_NOT_ALLOWED 164 + MSG_BASE
#define MSG_RESOURCE_TOO_BIG 165 + MSG_BASE
#define MSG_MULT_START_ADDRS_BY 166 + MSG_BASE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?