There isn't a Xerces users list, so I thought I'd ask this here as a first shot. I'm having a problem on win32 with unresolved external symbols for things like:

XMLString::transcode (char const * const)
XMLPlatformUtils::Initialize(void)

I'm linking my app against xerces-c_2.lib, but that obviously doesn't seem to be working. There's a xerces-c_2D.lib in the package, which I'm presuming to be the debug version, which I wouldn't imagine would have any more symbols (I would hope, anyhow). All of the Xalan symbols seem to be coming in fine from the umpty-eleven xalan libs.

I also noticed in the windows samples, there's a XERCES_CPP_NAMESPACE_USE macro, but it's not present in the solaris example code (different versions? they're both 2.1.0, or so it says). I tried using that, thinking that the namespaces aren't resolving, but I get several syntax errors if I use that...

--
Nick



Reply via email to