Hi again.

I changed my piece of code:

----------//------------
namespace MCLib{
        using std::string;
        
string DOMStringToStdString( const DOMString& s); 

inline string MCLib::DOMStringToStdString( const DOMString&
s) 
{
        using std::string; 
.......
---------------//------------

But I still get the error message...
 
El Wed, 16 Jan 2002 13:03:30 -0500
 "Anthony Zawacki" <[EMAIL PROTECTED]> escribi�:
> Hopefully you have using MCLib at the top of the file
> with the "Value="
> line, or
> you should try MCLib::DOMStringToStdString(const
> DOMString& s);
> 
> 
> |---------+---------------------------->
> |         |           "Xerces Rule"    |
> |         |           <xerces-c@bilbao.|
> |         |           com>             |
> |         |                            |
> |         |           01/16/2002 11:45 |
> |         |           AM               |
> |         |           Please respond to|
> |         |           xerces-c-dev     |
> |         |                            |
> |---------+---------------------------->
>   
>>------------------------------------------------------------------------------------------------------------------------------|
>   |
> |
>   |       To:       [EMAIL PROTECTED]
> |
>   |       cc:
> |
>   |       Subject:  Re: Managing memory
> |
>   |
> |
>   |
> |
>   
>>------------------------------------------------------------------------------------------------------------------------------|
> 
> 
> 
> Hi all.
> 
> Thank you very much for anwering, Michael.
> 
> When trying to obtain:
> Value = DOMStringToStdString( My_Node.getNodeValue() );
> 
> I get this error:
> error C2065: 'DOMStringToStdString' : undeclared
> identifier
> 
> I'm not very sure, but I inserted this piece of code
> within
> mine:
> ------------//--------
> namespace MCLib{
>         using std::string;
> string DOMStringToStdString( const DOMString& s);
> inline string DOMStringToStdString( const DOMString& s)
> {
> ...
> return string();
> };
> }
> -------------//-----------
> 
> What am I doing wrong? Best regards.
> 
> 
> 
> El Wed, 16 Jan 2002 07:39:24 -0500
>  "Michael D. Crawford" <[EMAIL PROTECTED]> escribi�:
> > You may find this page helpful:
> >
> > Properly Managing Memory Returned by transcode() in the
> > Xerces XML Library
> > http://www.goingware.com/tips/xmlmemory.html
> >
> > If you are using Visual C++, be sure that your
> > application and the Xerces
> > library are sharing the same heap by selecting the
> right
> > runtime.  You don't
> > want to mix debug and non-debug runtimes.
> >
> > Mike Crawford
> > [EMAIL PROTECTED]
> > http://www.goingware.com/
> >
> >      Tilting at Windmills for a Better Tomorrow.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> >
> 
> �Ya conoces eBay, el mayor centro de compra y venta en
> internet?
> M�viles, port�tiles, pda�s, cd�s, c�maras digitales...
> �Compru�balo t� mismo!
> 
>http://adfarm.mediaplex.com/ad/ck/1185-5550-4234-3?RedirectEnter&partner=34113&loc=http://www.es.ebay.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 

�Ya conoces eBay, el mayor centro de compra y venta en internet?
M�viles, port�tiles, pda�s, cd�s, c�maras digitales...
�Compru�balo t� mismo!
http://adfarm.mediaplex.com/ad/ck/1185-5550-4234-3?RedirectEnter&partner=34113&loc=http://www.es.ebay.com

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

Reply via email to