The information in this article applies to:
SYMPTOMS
After you perform a link using the Microsoft Linker, the subsystem version
does not change.
CAUSEThe linker fails to change the subsystem version when performing an incremental link. RESOLUTIONForce the linker to perform a full link to force it to change the subsystem version number. To force a full link, link with the /incremental:no linker option, or delete the executable. 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. MORE INFORMATION
This is a problem only if you want to change the subsystem version
without changing the subsystem type. If you change the subsystem
type, the linker automatically performs a full link.
Additional query words: subsystem 2.50 link
Keywords : kbVC400fix LinkIss |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |