Hello, I am trying to use XMLString::transcode(XMLCh * in, char * out, int len) to convert my DOMString to C string. When I try to link to xerces- c_1D.lib on win32 I get a message that the above named function is an undefined symbol. I downloaded the Xerces source and rebuilt it in VS6 -- with the same result when I tried linking to the resulting library. I then looked into the problem to see if XMLString might not have been exported correctly, but it appears to be exported the same way DOMString is (which I can link to without a problem).
Is this a known issue, or has anyone else had trouble with this? Thanks, Toby --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
