The information in this article applies to:
SYMPTOMSWhen creating a Visual C++ application that uses an Internet Client SDK interface identifier (IID) or class ID (CLSID), you may receive an "Unresolved external symbol" error when linking your project. CAUSE
This error indicates that the linker could not resolve the IID or CLSID you
are referencing in your project.
RESOLUTION
Specify the correct locations for the Internet Client SDK include and
library files and specify these as the first in the directory lists
STATUSThis behavior is by design. MORE INFORMATION
Microsoft Visual C++ searches header and library files in the locations
specified in the Tools...Options...Directories dialog box. It searches
these locations in the order specified in these lists.
REFERENCESFor more information, please see the MSDN Web Workshop: http://msdn.microsoft.com/workshop/default.asp Additional query words: LNK2001
Keywords : kberrmsg kbIE400 kbIE401 kbIE500 AXSDKMisc |
Last Reviewed: April 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |