0

刚刚修复了一个大错误,下一个错误就会发生

这次我有 39 个未解决的外部,以及从 Xerces 看它的外观,但一个小时后无法弄清楚是什么。还下载了新的并将其添加到项目属性中

情况:我已经XSD-schemeCodeSynthesis XSD. 现在我想使用控制台应用程序(QT5)在 Visual Studio 10中测试该方案。

error LNK2001: unresolved external symbol "__declspec(dllimport) public: static char const * const xercesc_3_1::XMLUni::fgXercescDefaultLocale" (__imp_?fgXercescDefaultLocale@XMLUni@xercesc_3_1@@2QBDB)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class xercesc_3_1::MemoryManager * xercesc_3_1::XMLPlatformUtils::fgMemoryManager" (__imp_?fgMemoryManager@XMLPlatformUtils@xercesc_3_1@@2PAVMemoryManager@2@A)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMComments" (__imp_?fgDOMComments@XMLUni@xercesc_3_1@@2QB_WB)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMDatatypeNormalization" (__imp_?fgDOMDatatypeNormalization@XMLUni@xercesc_3_1@@2QB_WB)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMElementContentWhitespace" (__imp_?fgDOMElementContentWhitespace@XMLUni@xercesc_3_1@@2QB_WB)

这是39 个错误中的 5 个,我想如果我发布其他34个错误,这将无济于事

难道是我生成cxx / hxx了错误的方式?:

xsd cxx-tree $filepath$

4

0 回答 0