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]