Philippe BERNERY wrote:
Hi,

Can anyone explain why I have a link error on MSVS 2005 with this code:

...

The link error is about unresolved external symbol:

XmlValidation.obj : 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])
XmlValidation.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall
xercesc_2_8::AbstractDOMParser::docComment(unsigned short const *
const)" ([EMAIL PROTECTED]@xercesc_2_8@@[EMAIL PROTECTED])
XmlValidation.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall xercesc_2_8::AbstractDOMParser::docPI(unsigned
short const * const,unsigned short const * const)"
([EMAIL PROTECTED]@xercesc_2_8@@[EMAIL PROTECTED])
This question has been asked and answered numerous times in the past several months, so I think we need to put it in the FAQs. Also, please search the archives before posting, to see if the question has already been answered.

Make sure your project has the configuration option "Treat wchar_t as Built-in Type" set to "Yes."

Dave

Reply via email to