The information in this article applies to:
SYMPTOMSThe linker produces the following error: when you assemble and link the following code, which contains a public weak extern:
CAUSEAn incomplete record is placed in the object file: COMENT Weak External PairsNotice the abscence of the alternate weak name y. RESOLUTIONTo work around the problem, use an external weak extern:
This places the correct coment record is placed in the .OBJ file:
COMENT Weak External Pairs STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: 6.10 6.11 buglist6.10 buglist6.11
Keywords : |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |