mredding wrote:
Hello All,

I am trying to build a sample application as listed here under http://xml.apache.org/xerces-c/program-dom.html "XercesDOMParser -
Constructing a XercesDOMParser"  on Windows XP using Visual Studio Express
2005.  Unfortunatly, I am getting 31 unresolved externals.  As an example:

Error   3       error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static char * __cdecl xercesc_2_7::XMLString::transcode(wchar_t
const * const)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED])
referenced in function __catch$_main$0  main.obj


...


So I'm running out of ideas.  I'm rolling through the *.hpp files looking
for a hint, but a helpful suggestion would be much appreciated.

You need to make sure the setting for wchar_t matches in both Xerces-C and your project. This has been answered before:

http://marc.theaimsgroup.com/?l=xerces-c-users&m=112835153406147&w=2

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to