The information in this article applies to:
SYMPTOMSThe /SECTION option for the linker does not check:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in Visual C++ version 4.0. REFERENCESThe following information is taken from Visual C++ version 2.0 Books Online, Appendix B regarding the /SECTION linker option:
This option changes the attributes of a section, overriding the attributes set when the object file for the section was compiled. Specify one or more attributes for the section. The attribute characters are E, R, W, and S and are not case sensitive. You must specify all attributes that you want the section to have; an omitted attribute character causes that attribute bit to be turned off. Attribute characters have the following meanings:
processes that load the image A section that does not have E, R, or W set is probably invalid. NOTE: Under Win32s, the DLL data sections are loaded as "shared" even if that attribute is not set, because Windows has this requirement. Additional query words: 2.50
Keywords : kbVC400fix LinkIss |
Last Reviewed: October 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |