From: Fredrik A. <e9...@el...> - 2003-09-11 23:19:17
|
Hello, I posted a bug report (is anyone using the bug tracker?) about threading problems: http://sourceforge.net/tracker/index.php?func=detail&aid=801604&group_id=12999&atid=112999 I managed to resolve the problem by adding a call to xmlInitParser() in the main() of my program as described here: http://xmlsoft.org/threads.html It doesn't say if there is a reason not to call it in every program. I couldn't find a call to that particular function anywhere in the libxml++ source. Is thread safety covered in some way I haven't noticed? /Fredrik Arnerup |