Re: [Boost-users] [serialization] can I serialize concrete types that are not acessible where the archive is created

18 Oct
2010
18 Oct
'10
1:26 p.m.
I eventually managed to get everything to work nicely Just one essential bit that seems to be missing in the docuemntation...at least I missed it :-) **** Use the ***DLL version*** of boost serialization (#define BOOST_ALL_DYN_LINK or BOOST_SERIALIZATION_DYN_LINK in your build) Otherwise, afaict, every DLL gets a separate static extended type-info singleton container. **** And, to anwer my own question, the documentation does say explicitly that non-rtti and rtti implementations of extended type-info can coexist. Hopefully, this will help other newbies!
5294
Age (days ago)
5294
Last active (days ago)
0 comments
1 participants
participants (1)
-
Massaro Alessio