I am trying to build a dll that uses xalan functions, but when MSVC tries to link it complains about
linking the xalan's static member functions. How can I solve it ?


See the output:

Linking...
Ak_XPath.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __stdcall XPathEvaluator::initialize(void)" ([EMAIL PROTECTED]@@SGXXZ)
Ak_XPath.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __stdcall XMLPlatformUtils::Initialize(void)" ([EMAIL PROTECTED]@@SGXXZ)
Ak_XPath.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __stdcall XMLPlatformUtils::Terminate(void)" ([EMAIL PROTECTED]@@SGXXZ)
Ak_XPath.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __stdcall XPathEvaluator::terminate(void)" ([EMAIL PROTECTED]@@SGXXZ)
DOMTreeErrorReporter.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static char * __stdcall XMLString::transcode(unsigned short const * const)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
Debug/AktoxSL.dll : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.



Best regards

Heitor Barbieri




Reply via email to