Hello,
I try to use the MemBufInputSource Class to parse a XML stream.
I have an Error "Undefined symbol"  during the link edition on AIX platform
:

=====-----
ld : 0711-317 ERREUR : Undefined Symbol :
.MemBufInputSource::MemBufInputSource(const unsigned char* const,const
unsigned int,const char* const)
=====-----

Here is my source code :
==---

#include <framework/MemBufInputSource.hpp>

char * sax_search_entete_xml( XMLByte *xml_stream, unsigned int
g_data_xml  )
{

 char * xml_string;
 xml_string = (char*)malloc(lg_data_xml);

 MemBufInputSource      xml_mq_in(xml_stream, lg_data_xml, xml_string );
 try
    {
        parser->parse(xml_mq_in);

    }

==---

Any idea ? pb with any library on AIX ?

thanks in advance.

Frederic
_____________________________________________________

Fr�d�ric MILLET   [EMAIL PROTECTED]
SQLI - Agence Lyon
T�l. : 33 (0) 472 40 5353
_____________________________________________________




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

Reply via email to