I use VC 7 (.NET), OpenSSL 0.9.7c and Xerces-c 2.3.0 And i have compiled the Xml Security library without Xalan.
First i have compiled the samples. It was Ok. But when i wanted to run it, i had a bug. The release of XMLCh does work.
For example, in the destructor of DSIGSignature, we have : delete[] mp_ecPrefixNS;
It generates a bug .
if i replace with the code : XMLString::release(&mp_ecPrefixNS);
i haven't got the problem.
Have you got an idea ? did i have bad compilation parameters ?
Thank you, Samuel