Hello,
I have had to deal with similar errors with VC++. I have never seen this
exact error, but my experiance is that you have not linked with the correct
xerces library. If you are building the debug version you need to link with
the debug version on xerces.
Glenn
CAD BILBAO wrote:
> Hi!
>
> Working with VC++6.0 on NT4.0-SP6a.
>
> I compile this piece of code, without problems:
>
> ----//----
> char data[3][100];
> DOMString value;
> char *valueT;
> ...
> value = newNode.getNodeValue();
> valueT = value.transcode();
> ...
> cout << "NAME =" << valorT << "\n";
> strcpy(data[i], valueT);
> ----//----
>
> (NAME = James T.)
>
> But when executing program.exe, a pop-up window
> appears:
>
> ------------------------------------------------
> | DAMAGE: after Normal Block (#59) at 0x00AA1773 |
> ------------------------------------------------
>
> However, this error depends on the node I am in. It
> does not happen in other nodes.
>
> Anybody has experience dealing with this error?
> Regards.
> ___________________________________________________________________________
> Tu buscador en Internet - http://www.hispavista.com/buscador/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
Glenn MacGregor
Director of Services
Oracom, Inc.
http://www.oracom.com
Tel. +1 978.557.5710 Ext. 302
Fax +1 978.557.5716
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]