Hi
        I have built Xerces-c with option Xerces-c using native
transcoder(XML_USE_NATIVE_TRANSCODER)
in AIX 5.1. When I use the xerces-c libraries on AIX 5.2, the linker was
unable
to find  the function 
         XMLUTF8Transcoder::transcodeTo(
           (
        const   XMLCh* const    srcData
        , const unsigned int    srcCount
        ,       XMLByte* const  toFill
        , const unsigned int    maxBytes
        ,       unsigned int&   charsEaten
        , const UnRepOpts       options
    );
But it could link other functions. But the library works fine on AIX
5.1. Can anyone
tell why the function XMLUTF8Transcoder::transcodeTo does not work on
AIX 5.2

Thanks
Ganesh

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

Reply via email to