The information in this article applies to:
SYMPTOMSWhen a label corresponds to an absolute address and the label is defined in a USE32 data segment, LINK generates the incorrect offset for the label. As a result, the application accesses incorrect data through the label. STATUSMicrosoft has confirmed this to be a problem in LINK versions 3.6, 3.61, 3.64, 3.65, 3.69, 5.01, 5.1, 5.11, 5.13, 5.15 and 5.2 for MS-DOS and versions 5.01, 5.11, 5.13, and 5.15 for OS/2. This problem was corrected in LINK version 5.3 for MS-DOS. MORE INFORMATION
A label can represent an absolute address XXXX:YYYY by placing the
label in a segment with the type "at XXXX" and after an org directive
"org YYYY."
Sample Code
Additional query words: 3.60 3.61 3.64 3.65 3.69 5.01.20 5.01.21 buglist5.11 buglist5.13 buglist5.15 buglist5.20 fixlist5.30 5.02 5.03 5.05 5.10 5.20
Keywords : kb16bitonly |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |