在运用SyExpat编译时出现的链接错误。
军军君 2009-11-04 03:50:23 环境如下:
1.VS2005
2.S60 3rd SDK
目的:
用第三方xml解析器(SyExpat)解析xml
问题:
编译时出现如下错误:
1>Linking...
1> Creating library C:\Symbian\9.1\S60_3rd_MR\\Epoc32\release\winscw\udeb\Move_OA.lib and object C:\Symbian\9.1\S60_3rd_MR\\Epoc32\release\winscw\udeb\Move_OA.exp
1>SyExpat.obj : error LNK2019: CBDERR -- unresolved external symbol _XML_ParserFree referenced in function "public: virtual __thiscall CExpatParserBase::~CExpatParserBase(void)" (??1CExpatParserBase@@UAE@XZ)
1>SyExpat.obj : error LNK2019: CBDERR -- unresolved external symbol _XML_ParserCreateNS referenced in function "protected: void __thiscall CExpatParserBase::BaseConstructL(class TDesC16 const &)" (?BaseConstructL@CExpatParserBase@@IAEXABVTDesC16@@@Z)
1>SyExpat.obj : error LNK2019: CBDERR -- unresolved external symbol _XML_SetReturnNSTriplet referenced in function "protected: void __thiscall CExpatParserBase::BaseConstructL(class TDesC16 const &)" (?BaseConstructL@CExpatParserBase@@IAEXABVTDesC16@@@Z)
1>SyExpat.obj : error LNK2019: CBDERR -- unresolved external symbol _XML_SetUserData referenced in function "protected: void __thiscall CExpatParserBase::BaseConstructL(class TDesC16 const &)" (?BaseConstructL@CExpatParserBase@@IAEXABVTDesC16@@@Z)
......
请问是什么错误。