Re: [xml] libxml causes crash on windows

2011-04-11 Thread Jellinghaus Andreas
Hi Bjoern, thanks for your help! The crash I saw was the typical access to a random memory location outside the processes memory. Thanks for reminding me on the VSCRT incompatibilities issues. Now I recompiled libxml myself with VS2008 (libxml 2.7.8 with small editing of win32/Makefile.msc -

[xml] libxml causes crash on windows

2011-04-09 Thread Jellinghaus Andreas
Hi there, on windows xp with vs 2008 I'm using libxml 2.7.7 (the binaries from xmlsoft.org website). I have some third party app loading a plugin dll and running init(), do(), done() functions, and unloading the plugin dll. In my plugin dll I try to use libxml, and when I do, everyhing works

Re: [xml] libxml causes crash on windows

2011-04-09 Thread Bjoern Hoehrmann
* Jellinghaus Andreas wrote: on windows xp with vs 2008 I'm using libxml 2.7.7 (the binaries from xmlsoft.org website). I have some third party app loading a plugin dll and running init(), do(), done() functions, and unloading the plugin dll. In my plugin dll I try to use libxml, and when I