Specifications
Linker Tools Messages Page 20 of 32
Linker Tools Warning LNK4038
displaying raw data in number units per line
The /RAWDATA option was specified without a formatting argument. DUMPBIN assumed a format
value of number units per line of the specified or assumed data type, as follows:
Data Type Number
none 16
BYTES 16
SHORTS 8
LONGS 4
Linker Tools Warning LNK4039
section "name" specified with /SECTION option does not exist
DUMPBIN or EDITBIN could not find a section called name in the input file. To see the sections in a
file, run DUMPBIN with the /HEADERS option.
Return to Main Linker Error Page
Linker Warnings LNK4040 to LNK4069
Linker Tools Warning LNK4040
corrupt string table (size); string table ignored
The string table in the object file is corrupt. The program may not run as expected. Rebuild the object
file. See Corrupt Object File for more information.
Linker Tools Warning LNK4041
no edit options specified
EDITBIN was run on the input file, but no options were used. If the file format was not COFF,
EDITBIN attempted to convert it. Otherwise, EDITBIN took no action on the file.
Linker Tools Warning LNK4042
object specified more than once; extras ignored
The same object file was specified more than once in the LINK or LIB command. The result is the
same as if the file were specified only the first time.
Linker Tools Warning LNK4043
invalid /ALIGN value number (must be power of 2); assumed default
The argument specified with the /ALIGN option was not a power of 2.
Linker Tools Warning LNK4044
unrecognized option "option"; ignored
The given option is not a valid option for this tool. The tool ignored the option. To see a list of valid
options, run the tool with no arguments or options.










