SOB. That fixed it. I would never have even thought of that. Thank you.
David Bertoni wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/Unresolved-external-symbols-%28Win-XP%2C-VS-2005-Express%29-tf2272422.html#a6309129 Sent from the Xerces - C - Dev forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
