
10 May
2005
10 May
'05
6:40 p.m.
"kauai"
Hi Robert,
The EXPORT macros were initially inside a namespace, interesting that it compiled and linked with gcc.
After fixing this I still have the same problem with Microsofts compiler. It complains about the same thing as I state below. Is there some include file that I may be missing? I can send you some code if that helps.
I use: #define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP previous to including any boost serialization headers. I'm not sure it'll solve your issues, but it did with mine with VC7.1. Jeff Flinn