$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Hansi (hansipet_at_[hidden])
Date: 2008-08-14 10:58:40
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