Hi all, I use libxml++ 2.26.1 on windows and I have a crash some times if I create a lot of XML in multi-thread.
I can solve my problem by writing those line at the beginning of my program: if(!Glib::thread_supported()) Glib::thread_init(); Do you know why? If it's normal, do you think this method must be call within libXML++? Or maybe you know another solution? Best regards