[Boost-bugs] [Boost C++ Libraries] #4505: Serialization usage in MS Visual Studio 2008

Subject: [Boost-bugs] [Boost C++ Libraries] #4505: Serialization usage in MS Visual Studio 2008
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-08-03 15:29:17


#4505: Serialization usage in MS Visual Studio 2008
-------------------------------+--------------------------------------------
 Reporter: osudarsky@… | Owner: ramey
     Type: Support Requests | Status: new
Milestone: Boost 1.44.0 | Component: serialization
  Version: Boost 1.44.0 | Severity: Showstopper
 Keywords: |
-------------------------------+--------------------------------------------
 I downloaded Boost 1.43.0 (the whole Zip file). I haven't been able
 to use the Serialization component from a Microsoft Visual Studio 2008
 project, only from VS 2003 projects. Linkage initially failed because
 it looked for a nonexistent *vc90*.lib file. After some research into
 auto_link.hpp, I tried to make the linker use an existing lib file,
 e.g. libboost_serialization-vc71-mt-sgd-1_43.lib, by adding
 #define BOOST_LIB_TOOLSET "vc71"
 and
 #undef _DLL
 before #including the Boost header file. But this led to unresolved
 symbols, e.g. the basic_binary_oprimitive constructor.
 So, to summarize my question: How do I use Serialization from VS 2008?
 Thanks, Oded Sudarsky (osudarsky @sjm.com),
 St. Jude Medical

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4505>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC