It's my fault: I forgot to add them to the project.... Try refreshing now.
Thanks,
Alberto
At 09.49 09/03/2007 +0100, Ovanes Markarian wrote:
Hello all!
I am trying to build the xerces-c 3.0 head revision to be able to
use xalan, which relies on it.
Ufortunately I receive a linking error (MSVC 8.0 Express) stating:
error LNK2019: unresolved external symbol "public: class
xercesc_3_0::DOMDocument * __thiscall
xercesc_3_0::XIncludeDOMDocumentProcessor::doXIncludeDOMProcess(class
xercesc_3_0::DOMDocument
const * const,class xercesc_3_0::XMLErrorReporter *)"
([EMAIL PROTECTED]@xercesc_3_0@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@2@@Z)
referenced in function "public: virtual class
xercesc_3_0::DOMDocument * __thiscall
xercesc_3_0::DOMLSParserImpl::parse(class xercesc_3_0::DOMLSInput const *)"
([EMAIL PROTECTED]@xercesc_3_0@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@Z)
.\..\..\..\..\..\Build\Win32\VC8\Debug\xerces-c_3_0D.dll : fatal
error LNK1120: 1 unresolved
externals
Further investigations have shown that files
XIncludeDOMDocumentProcessor.hpp and
XIncludeDOMDocumentProcessor.cpp are not included into the VC8
project. What should I do, to
successfully compile the lib? Should I include these files into
compilation, or should I exclude
smth, to not reference them.
With Kind Regards,
Ovanes Markarian