
8 Oct
2007
8 Oct
'07
12:13 p.m.
David Deakins wrote:
Currently, there are a small collection of bugs in the trunk version of Boost.Serialization that prevent the libraries from compiling as a Windows DLL. Most of these problems relate to missing dllimport/dllexport directives or, in a couple places, to directives that shouldn't be there. Attached are patches to several files to correct these issues.
Serialization is currently failing all DLL tests on Windows because of these errors. They may also be at the root of several failures in other libraries. Thus I would appreciate it if the serialization folks would give high priority to applying Dave's patches, or supply other fixes if they prefer a different approach. Thanks, --Beman