Hi,

    I built a Xercesc static library on Win32 and statically linked it with my application. Everything is fine until I use the ContentHandler and DefaultHandler classes.

 

When I use the ContentHandler, I got the follow error messages,

 

error LNK2001: unresolved external symbol "public: __thiscall xercesc_2_6::ContentHandler::ContentHandler(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])

 

error LNK2001: unresolved external symbol "public: virtual __thiscall xercesc_2_6::ContentHandler::~ContentHandler(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])

 

When I use the DefaultHandler, I got the error message which says all inline functions defined in DefaultHandler.h can not be resolved.

 

I can’t figure out what causes the error. Anyone can help?

 

Thanks in advance.

 

Lisa

 

Reply via email to