
10 May
2011
10 May
'11
5:57 a.m.
Jari wrote:
Hi I am using boost serialization and it was working fine (save load works) but then I tried using BOOST_CLASS_EXPORT_GUID and get weird error.
The line that gives the error is this:
BOOST_CLASS_EXPORT_GUID( Bakery, "Bakery")
(I put the code in Cpp to avoid any problems with headers.)
And this is the full Visual studio express 2010 error:
2>E:\boost_1_46_1\boost/archive/detail/check.hpp(162): error C2338: typex::value
... what does the code look like at line 162 of check.hpp ? Robert Ramey