Hi,
I'm using xerces and I have a problem:
I'm creating a buffer using:
XMLCh *search = XMLString::transcode(":");
and then destroy the buffer with
free((void *) search);
I know that it's not the best way and it is not exception
safe, but it was working until I compiled in release my applicacion. Then, it
thru a exception.
I tried to change it using
delete [] search;
and I have the same problem.
I know that I can use DOMString and it has to work, but I want
to know what is going on with this code.
Tanks,
Iggeres.
|
- Question Oleg Vasura
- RE: Question Dean Roddey
- Re: Question Pete Black
- Re: Question mlist
- RE: Question Alfredo Munoz
- Re: Question Joseph_Kesselman
- question Leitner, Sarah M. [Contractor]
- RE: question Jesse Pelton
- RE: question Erik Rydgren
- Re: Question Iggeres
- Re: Question Vitaly Prapirny
- Re: Question Iggeres
- RE: Question Jesse Pelton
- Re: Question Iggeres
- RE: Question Jesse Pelton
- Question Rajesh Chilambi
- Re: Question Gareth Reakes
- RE: Question Rajesh Chilambi
- RE: Question Bovy, Stephen J
- RE: Question Gareth Reakes