You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Jason Stewart <ja...@gmail.com> on 2008/11/12 07:31:02 UTC

Re: Xerces Linker Error

This was sent to the wrong list.

Cheers, jas.

On Fri, Nov 7, 2008 at 5:58 PM, Banas, Michael <mb...@gbar.com> wrote:
> Hi,
>
>
>
> I've been trying unsuccessfully to resolve a linker error with xerces:
>
>
>
> Error     1          error LNK2019: unresolved external symbol
> "__declspec(dllimport) public: static char * __cdecl
> xercesc_2_8::XMLString::transcode(unsigned short const * const)"
> (__imp_?transcode@XMLString@xercesc_2_8@@SAPADQBG@Z) referenced in function
> "private: __thiscall Element::Element(class xercesc_2_8::DOMElement *,class
> Element *)" (??0Element@@AAE@PAVDOMElement@xercesc_2_8@@PAV0@@Z)
> Element.obj
>
>
>
> I'm building on Windows XP, Complier VS 2005.
>
>
>
> Any ideas would be much appreciated.
>
>
>
> Thanks,
>
> Mike