Check that both your project and the Xerces lib have the same setting
for the option "Treat wchar_t as a builtin type"
Alberto
darko.filipovic wrote:
Hello,
I'm using xerces-c with Visual C++ 2005 and I am having problem with migrating
from earlier (2.7.0) version of Xerces-c to 2.8.0. The code worked fine
before, but, when I replaced version of xercesc (I also change include dir to
new xercesc), I got a lot of linker errors. One of them is:
error LNK2001: unresolved external symbol "public: virtual void __thiscall
xercesc_2_8::AbstractDOMParser::docCharacters(unsigned short const *
const,unsigned int,bool)"
([EMAIL PROTECTED]@xercesc_2_8@@[EMAIL PROTECTED])
The rest is very similar to this, just for other classes which use xercesc.
Does anybody knows how to fix this?
Thank you in advance!
---
Darko Filipovic