Dear,

My name is Steven Torbeyns and I am a developer. I want to use your SAX
Parser, but I have problems with using the static function
XMLString::transcode(_). In the class StrX you use this function in the
constructor and you destroy the member variable to which you assign the
return value of the function in the destructor. When the destructor is
called: delete [] is used, and here is my problem. When I use the debugger,
I get an interrupt 3 (int 3) when delete is called on the variable
fLocalForm. It seems like this variable can not be deleted by delete and it
will cause memory leaks. Can you help me with this problem?

Kindly Regards,

Steven Torbeyns

(I'm using Xerces-C 1.4 on a Windows NT4, MSVC6)

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

Reply via email to