|
Boost : |
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-05-02 22:24:34
Looks like you haven't inclueded the serialization.lib files in your project
and/or command line. Double check that your boost installation has built the
library and that your VC Project file specifies these libraries as part of
the build.
Robert Ramey
Jun Lu wrote:
> Lots of link errors (VC7.1). One of them:
>
> Test error LNK2019: unresolved external symbol "public: __thiscall
> boost::archive::basic_text_oprimitive<class
> std::basic_ostream<char,struct std::char_traits<char> >
> >::~basic_text_oprimitive<class std::basic_ostream<char,struct
> std::char_traits<char> > >(void)"
>
(??1?$basic_text_oprimitive_at_V?$basic_ostream_at_DU?$char_traits_at_D@std@@@std@@@a
rchive_at_boost@@QAE_at_XZ)
> referenced in function "public: virtual __thiscall
> boost::archive::text_oarchive_impl<class
> boost::archive::text_oarchive>::~text_oarchive_impl<class
> boost::archive::text_oarchive>(void)"
>
(??1?$text_oarchive_impl_at_Vtext_oarchive_at_archive@boost@@@archive_at_boost@@UAE_at_X
Z)
>
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk