[xsd-users] Re: The results of your email commands

Boris Kolpackov boris at codesynthesis.com
Fri Jan 4 06:16:01 EST 2013


Hi Mallibabu,

In the future please keep your replies CC'ed to the xsd-users mailing
list as discussed in the posting guidelines:

http://www.codesynthesis.com/support/posting-guidelines.xhtml

Mallibabu karra <karra.mallibabu at gmail.com> writes:

> 4>driver.obj : error LNK2001: unresolved external symbol
> "__declspec(dllimport) public: static wchar_t const * const
> xercesc_3_1::XMLUni::fgXercesUserAdoptsDOMDocument"
> (__imp_?fgXercesUserAdoptsDOMDocument at XMLUni@xercesc_3_1@@2QB_WB)

This error normally means that a wrong Xerces-C++ library is being
linked. Make sure that you have your VC++ Library Directories entry
for Xerecs-C++ (again, refer to the README file for details) point
to the location where the Xerecs-C++ library (xerces-c_3D.lib) is
located. Also make sure it is for the correct version of VC++ and
is not built as a static library. The easiest way to make sure you
are using the correct library is to download the pre-built package
for your version of VC++ from the Xerces-C++ download page:

http://xerces.apache.org/xerces-c/download.cgi

Boris



More information about the xsd-users mailing list