我是Xercesc的新手。我在项目属性中包含了xerces static lib xerces-c_static_3D.lib->链接器附加库。使用xerces的其他所有工作正常,但是当我添加这一行时,
XMLCh * paramStr = XMLString :: transcode(“param”);
我收到以下错误。请让我知道为什么会这样?
LNK2001:未解析的外部符号“__declspec(dllimport)public:static unsigned short * __cdecl xercesc_3_1 :: XMLString :: transcode(char const * const,class xercesc_3_1 :: MemoryManager * const)”(__ imp_?transcode @XMLString @ xercesc_3_1 @@ @ SAPAGQBDQAVMemoryManager 2 @@ Z)
3> a.lib(MetaFileReader.obj):错误LNK2001:未解析的外部符号“__declspec(dllimport)public:static void __cdecl xercesc_3_1 :: XMLString :: release(unsigned short * *,class xercesc_3_1 :: MemoryManager * const )“(__ imp_?release @ XMLString @ xercesc_3_1 @@ SAXPAPAGQAVMemoryManager @ 2 @@ Z)
3> a.lib(MetaFileReader.obj):错误LNK2001:未解析的外部符号“__declspec(dllimport)public:static char * __cdecl xercesc_3_1 :: XMLString :: transcode(unsigned short const * const,class xercesc_3_1 :: MemoryManager * const)“(__ imp_?transcode @ XMLString @ xercesc_3_1 @@ SAPADQBGQAVMemoryManager @ 2 @@ Z)
答案 0 :(得分:2)