You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Tobias McNulty <tm...@datadesk.com> on 2002/01/30 20:43:33 UTC

XMLString

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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org