Boost C++ Libraries: Ticket #1286: Missing/Incorrect dllimport/dllexport directives prevent Windows DLLs from building https://svn.boost.org/trac10/ticket/1286 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1286 Trac 1.4.3 ddeakins@… Thu, 27 Sep 2007 03:52:33 GMT attachment set https://svn.boost.org/trac10/ticket/1286 https://svn.boost.org/trac10/ticket/1286 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">codecvt_null.cpp.patch</span> </li> </ul> <p> Patch for lib\boost\serialization\src\codecvt_null.cpp </p> Ticket ddeakins@… Thu, 27 Sep 2007 03:53:35 GMT attachment set https://svn.boost.org/trac10/ticket/1286 https://svn.boost.org/trac10/ticket/1286 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">codecvt_null.hpp.patch</span> </li> </ul> <p> Patch for boost\archive\codecvt_null.hpp </p> Ticket ddeakins@… Thu, 27 Sep 2007 03:54:23 GMT attachment set https://svn.boost.org/trac10/ticket/1286 https://svn.boost.org/trac10/ticket/1286 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">basic_oarchive.hpp.patch</span> </li> </ul> <p> Patch for boost\archive\detail\basic_oarchive.hpp </p> Ticket ddeakins@… Thu, 27 Sep 2007 03:57:27 GMT <link>https://svn.boost.org/trac10/ticket/1286#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1286#comment:1</guid> <description> <p> The spam filter is blocking me from attaching the patches for interface_iarchive.hpp and interface_oarchive.hpp. Please see the relative post in the boost-devel mailing list for those patch files. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Robert Ramey</dc:creator> <pubDate>Fri, 30 Nov 2007 05:29:35 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1286#comment:2 https://svn.boost.org/trac10/ticket/1286#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Hmmm - BOOST_ARCHIVE_DECL can't right. At the very least it should be BOOST_WARCHIVE_DECL </p> <p> Also its not clear to me that this is necessary as I don't think this is called from outside the DLL. </p> <p> For char archives this shouldn't be an issue at all as its inline code. </p> <p> Anyway, it seems to be fixed in the trunk for now. </p> <p> Robert Ramey </p> Ticket