The information in this article applies to:
SYMPTOMSEach time a particular project is built, the linker issues this warning: Following this warning, the linker performs a full link. CAUSEThe message is generated when the project's .ilk file has been corrupted. The most likely cause of this is stopping a build during the link phase by clicking Stop Build on the Build menu. RESOLUTIONUse either of the following resolutions:
-or- 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++ 4.1. MORE INFORMATION
The .ilk file contains information for incremental linking. When you stop
the build during the link phase, this file is truncated to 0 bytes. When
the linker recognizes the corrupted .ilk file, it displays the warning and
performs a complete link. However it does not delete the corrupted file.
Additional query words: kbVC400bug 4.00 4.10 3.00 3.10 alwaysupdate dskbsweep
Keywords : kbVC410fix LinkIss |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |