14 Aug
2008
14 Aug
'08
2:58 p.m.
Mojmir Svoboda schrieb:
hello,
i have big problem using boost::serialization under windows xp (vs2005sp). the thing is: there is a main application and there are .dll as plugins. i'd like to use boost::serialization from within the plugin, but i get segmentation faults immeadiately when boost_serialization.*.dll is loaded into memory.
Is it possible that you have a managed application? There is a bug in vs2005 which happens with singletons in dlls (only for mixed code). I have made a few tests a long time ago with the beta version of VS2008 and there it works. Best regards Hansjörg