📄 wlerrmsg.gml
字号:
FORTRAN 77 modules that contain common blocks.
.do end
.*
.errnote 1028,2028 %S is an undefined reference
.np
The symbol "%S" has been referenced but not defined.
Check that the spelling of the symbol is consistent.
.if &e'&optdoc eq 0 .do begin
If you wish the linker to ignore undefined references, use the
"UNDEFSOK" option.
.do end
.*
.errnote 2029 premature end of file encountered
.np
This error is issued while processing object files and object modules
from libraries and is caused if the end of the file or module is
reached before the "module end" record is encountered.
The probable cause is a truncated object file.
.*
.errnote 2030 multiple starting addresses found
.np
The starting address defines the location where execution is to begin
and is defined by a "module end" record in a particular object file.
This message is issued if more than one object file contains a "module
end" record that defines a starting address.
.*
.errnote 2031 segment %s is in group %s and group %s
.np
The segment "%s1" has been defined to be in group "%s2" in one module
and in group "%s3" in another module.
A segment can only belong to one group.
.*
.errnote 1032 record (type 0x%x) not processed
.np
An object record type not supported by the linker has been
encountered.
This message is issued when linking object modules created by other
compilers or assemblers that create object files with records that the
linker does not support.
.*
.errnote 2033,3033 directive error near '%s'
.np
A syntax error occurred while the linker was processing directives.
"%s" specifies where the error occurred.
.*
.errnote 2034 %a cannot have an offset with an imported symbol
.np
An imported symbol is one that was specified in an "IMPORT" directive.
Imported symbols are defined in Windows or OS/2 16-bit DLLs and in
Netware NLMs.
References to imported symbols must always have an offset value of 0.
If "DosWrite" is an imported symbol, then referencing "DosWrite+2" is
illegal.
"%a" defines the location of the illegal reference.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1038 DEBUG directive appears after object files
.np
This message is issued if the first "DEBUG" directive appears after a
"FILE" directive.
A common error is to specify a "DEBUG" directive after the "FILE"
directives in which case no debugging information for those object
files is generated in the executable file.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued when using &powerpp..
If it is issued, please report this problem.
.do end
.*
.errnote 2039 ALIGNMENT value too small
.np
The value specified in the "ALIGNMENT" option refers to the alignment
of segments in the executable file.
For 16-bit Windows or 16-bit OS/2, segments in the executable file are
pointed to by a segment table.
An entry in the segment table contains a 16-bit value which is a
multiple of the alignment value.
Together they form the offset of the segment from the start of the
segment table.
The smaller the alignment, the bigger the value required in the
segment table to point to the segment.
If this value exceeds 64K, then a larger alignment value is required
to decrease the size that goes in the segment table.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2040 ordinal in IMPORT directive not valid
.np
The specified ordinal in the "IMPORT" directive is incorrect (e.g.,
-1).
An ordinal number must be in the range 0 to 65535.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2041 ordinal in EXPORT directive not valid
.np
The specified ordinal in the "EXPORT" directive is incorrect (e.g.,
-1).
An ordinal number must be in the range 0 to 65535.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2042 too many IOPL words in EXPORT directive
.np
The maximum number of IOPL words for a 16-bit executable is 63.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1043 duplicate exported ordinal
.np
This message is issued for ordinal numbers specified in an "EXPORT"
directive for symbols belonging to DLLs.
This message is issued if an ordinal number is assigned to two
different symbols.
A warning is issued and the linker assigns a non-used ordinal number
to the symbol that caused the warning.
.*
.errnote 1044,2044 exported symbol %s not found
.np
This message is issued when generating a DLL or NetWare NLM.
An attempt has been made to define an entry point into a DLL or NLM
that does not exist.
.*
.errnote 1045 segment attribute defined more than once
.np
A segment appearing in a "SEGMENT" directive has been given conflicting
or duplicate attributes.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1046 segment name %s not found
.np
The segment name specified in a "SEGMENT" directive has not been
defined.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1047 class name %s not found
.np
The class name specified in a "SEGMENT" directive has not been defined.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1048 inconsistent attributes for automatic data segment
.np
This message is issued for Windows or OS/2 16-bit executable files.
Two conflicting attributes were specified for the automatic data
segment.
For example, "LOADONCALL" and "PRELOAD" are conflicting attributes.
Only the first attribute is used.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2049 invalid STUB file
.np
The stub file is not a valid executable file.
The stub file is only used for OS/2 executable files
and Windows (both Win16 and Win32) executable files.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1050 invalid DLL specified in OLDLIBRARY option
.np
The DLL specified in an "OLDLIBRARY" option is not a valid dynamic
link library.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2051 STUB file name same as executable file name
.np
When generating an OS/2 or Windows (Win16, Win32) executable file, the
stub file name must not be same as the executable file name.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2052 relocation at %a not in the same segment
.np
This message is only issued for Windows (Win16), OS/2, Phar Lap, and
QNX executables.
A relative fixup must relocate to the same segment.
"%a" defines the location of the fixup.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2053 %a: cannot reach a DLL with a relative relocation
.np
A reference to a symbol in an OS/2 or Windows 16-bit DLL must not be
relative.
"%a" defines the location of the reference.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1054 debugging information incompatible: using line numbers only
.np
An attempt has been made to link an object file with out-of-date
debugging information.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2055 %a: frame must be the same as the target in protected mode
.np
Each relocation consists of three components; the location being
relocated, the target (or address being referenced), and the frame
(the segment to which the target is adjusted).
In protected mode, the segment of the target must be the same as the
frame.
"%a" defines the location of the fixup.
This message does not apply to 32-bit OS/2 and Windows (Win32).
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2056 cannot find library member %s(%s)
.np
Library member "%s2" in library file "%s1" could not be found.
This message is issued if the library file could not be found or the
library file did not contain the specified member.
.*
.errnote 3057 executable format has been established
.np
This message is issued if there is more than one "FORMAT" directive.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1058 %s option not valid for %s executable
.np
The option "%s1" can only be specified if an executable file whose
format is "%s2" is being generated.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1059,2059 value for %s too large
.np
The value specified for option "%s" exceeds its limit.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1060 value for %s incorrect
.np
The value specified for option "%s" is not in the allowable range.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1061 multiple values specified for REALBREAK
.np
The "REALBREAK" option for Phar Lap executables can only be specified
once.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 1062 export and import records not valid for %f
.np
This message is issued if a reference to a DLL is encountered and the
executable file format is not one that supports DLLs.
The file format is represented by "%f".
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2063 invalid relocation for flat memory model at %a
.np
A segment relocation in the flat memory model was encountered.
"%a" defines the location of the fixup.
.*
.errnote 2064 cannot combine 32-bit segments (%s1) with 16-bit segments (%s2)
.np
A 32-bit segment "%s1" and a 16-bit segment "%s2" have been encountered.
Mixing object files created by a 286 compiler and object files created
by a 386 compiler is the most probable cause of this error.
.*
.errnote 2065 REALBREAK symbol %s not found
.np
The symbol specified in the "REALBREAK" option for Phar Lap
executables has not been defined.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2066 invalid relative relocation type for an import at %a
.np
This message is issued only if a NetWare executable file is being
generated.
An imported symbol is one that was specified in an "IMPORT" directive
or an import library.
Any reference to an imported symbol must not refer to the segment of
the imported symbol.
"%a" defines the location of the reference.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2067 %a: cannot relocate between code and data in Novell formats
.np
This message is issued only if a NetWare executable file is being
generated.
Segment relocation is not permitted.
"%a" defines the location of the fixup.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2068 absolute segment fixup not valid in protected mode
.np
A reference to an absolute location is not allowed in protected mode.
A protected-mode application is one that is being generated for OS/2,
FlashTek's DOS extender,
Phar Lap's 386|DOS-Extender,
Tenberry Software's DOS/4G or DOS/4GW DOS extender,
Novell's NetWare operating systems,
Windows NT,
or Windows 95.
An absolute location is most commonly defined by the "EQU" assembler
directive.
.*
.errnote 1069 unload CHECK procedure not found
.np
This message is issued only if a NetWare executable file is being
generated.
The symbol specified in the "CHECK" option has not been defined.
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
If it is issued, please report this problem.
.do end
.*
.errnote 2070 START procedure not found
.np
This message is issued only if a NetWare executable file is being
generated.
The symbol specified in the "START" option has not been defined.
The default "START" symbol is "_Prelude".
.if &e'&optdoc eq 1 .do begin
.np
This message should not be issued for a &powerpp Win32 executable.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -