
"Delfin Rojas" <drojas@moodlogic.com> wrote in message news:200411100255.iAA2tMji021179@patti.moodlogic.com...
Hello boost,
Hi,
I started using the new serialization library. I use it to serialize a class which contains, among other things, a std::set<std::basic_string<wchar_t> >
The project compiles just fine with many warnings because RTTI is not turned on but it compiles. However it does not link. I get this error:
Are you aware that unlike much of boost, the serialization library contains implementation files that must be built?
Sorry for the length of the error. Anyway, I am using VC++ 7.1. I don't know if it matters but my project has the "Treat wchar_t as built in type" option turned on.
Any idea what am I doing wrong? Thanks,
BTW, you have sent your post as a reply to a post on a completely different subject.
-delfin
Jonathan