The information in this article applies to:
SYMPTOMSAn attempt to link an application fails and Microsoft LINK generates one of the following messages:
CAUSEThe L4011 error occurs when the linker command line specifies the /PACKCODE:n option and the value of "n" is between 65,501 and 65,536. The L1005 error occurs when the value of "n" exceeds 65,536. RESOLUTIONModify the linker command line to specify a value for "n" between 0 and 65,500. MORE INFORMATION
The Microsoft LINK code-packing option, /PACKC[ODE][:n], combines
neighboring code segments into one segment that has a maximum size of
"n" bytes. The /PACKC option produces reliable results only when "n"
is between 0 and 65,500.
Additional query words: 3.60 3.61 3.64 3.65 3.69 4.06 4.07 4.10 kbtool kbdocerr kberrmsg 5.01.20 5.01.21 5.02 5.03 5.05 5.10 5.11 5.13 5.15 5.20 5.30 5.31.009 5.50 5.60
Keywords : kb16bitonly |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |