Dear all,
Need help on Xalanc and Xerecs work for VC++8.
Thank Dmitry for leading me to the link of source code:
However, even Xerces cannot be build in VC8 now (I successfully built Xerces 2.7 in VC8, however, Xalanc is looking for a library associated with Xerces 3). Got lots of link errors such as:
DocumentImpl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl xercesc_3_0::XMLChar1_0::isValidName(unsigned short const *
const,unsigned int)" ([EMAIL PROTECTED]@xercesc_3_0@@[EMAIL PROTECTED]) referenced in function "public: bool __thiscall xercesc_3_0::DocumentImpl::isXMLName(class xercesc_3_0::DOMString const &)" ([EMAIL PROTECTED]@xercesc_3_0@@[EMAIL PROTECTED]@@Z)
DOM_DOMImplementation.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl xercesc_3_0::XMLChar1_0::isValidName(unsigned short const * const,unsigned int)" ([EMAIL PROTECTED]@xercesc_3_0@@[EMAIL PROTECTED])
DOM_DOMImplementation.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl xercesc_3_0::XMLString::compareIString(unsigned short const * const,unsigned short const * const)" ([EMAIL PROTECTED]@xercesc_3_0@@[EMAIL PROTECTED]) referenced in function "public: bool __thiscall xercesc_3_0::DOM_DOMImplementation::hasFeature(class xercesc_3_0::DOMString const &,class xercesc_3_0::DOMString
const
&)" ([EMAIL PROTECTED]@xercesc_3_0@@[EMAIL PROTECTED]@[EMAIL PROTECTED])
DOM_DOMImplementation.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl xercesc_3_0::XMLString::stringLen(unsigned short const * const)" ([EMAIL PROTECTED]@xercesc_3_0@@[EMAIL PROTECTED]) referenced in function "public: class xercesc_3_0::DOM_DocumentType __thiscall xercesc_3_0::DOM_DOMImplementation::createDocumentType(class xercesc_3_0::DOMString const &,class xercesc_3_0::DOMString const &,class xercesc_3_0::DOMString const &)" ([EMAIL PROTECTED]@xercesc_3_0@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED])
Any hint?
-------------------------------------------------------
Hi Dave,<
BR>
I was trying to build Xalanc 1.10 (with Xerces 2.7) in
Visual Studio 2005 and apparently failed. I was
guided to your Xalanc-584 post and downloaded VC8.zip.
However, only project files are there. Could you let
me know where I can get the updated source files? I
got more errors by my own build compared with your
patch file.
You help is highly appreciated!
best rgs,
Haiying Tu
I was trying to build Xalanc 1.10 (with Xerces 2.7) in
Visual Studio 2005 and apparently failed. I was
guided to your Xalanc-584 post and downloaded VC8.zip.
However, only project files are there. Could you let
me know where I can get the updated source files? I
got more errors by my own build compared with your
patch file.
You help is highly appreciated!
best rgs,
Haiying Tu
