The information in this article applies to:
Every application segment belongs to a named class such as "CODE," "DATA," or "BSS." LINK orders segments in the output file to place segments that have the same class into the file contiguously. LINK does not change the order of segment classes and, within each class, LINK does not change the order of segments. In an assembly language application, if a segment does not have a class name, the linker assigns it to the null class, which is processed as any other segment class. If the linker command line includes the /DOSSEG option switch or specifies a run-time library from a Microsoft language product, LINK imposes the following order on the segments in the output file:
Additional query words: kbinf 3.00 3.60 4.10 5.10 5.30 5.50 5.60
Keywords : kb16bitonly |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |