Re: [libxml++] delete access violation



On Fri, 2007-06-22 at 14:09 +0200, MARZULLO Laurent Ext DF/DCGC wrote:
> Are you under windows ?
> 
> Normally, on unix, it does not cause problem to have a new/delete in
> any combination of exe/dll.

On Windows, with MSVC++, you must delete memory in the same library that
instantiated it. It's incredibly annoying.

I guess you need to find out exactly what delete is failing. It's
probably something inside the Document instance, not the Document
instance itself.

-- 
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]