Re: [Boost-users] [Serialization] Linker errors issue with using binary_wiarchive.hpp and binary_woarchive.hpp
I believe I was asked this in the Stack Overflow question I linked as well. Assuming that all the .lib files in the stage/lib folders are the built libraries (I could be wrong so please correct me if that is the case), and assuming that libboost_serialization-vc100-mt-1_47.lib or libboost_serialization-vc100-mt-gd-1_47.lib are the libraries I need, I believe that both of the latter things you mentioned are satisfied.
Regards.
From: bryan.bagnall@navy.mil
To: boost-users@lists.boost.org
Date: Thu, 3 May 2012 18:36:03 -0700
Subject: Re: [Boost-users] [Serialization] Linker errors issue with using binary_wiarchive.hpp and binary_woarchive.hpp
From: http://www.boost.org/doc/libs/
It looks like the serialization library requires you to build boost (it is
not header only)
Instructions can be found here:
http://www.boost.org/doc/libs/1_49_0/more/getting_started/windows.html
http://www.boost.org/doc/libs/1_49_0/more/getting_started/unix-variants.html
If you have built boost already, make sure to include the boost libs in your
linker path.
Regards
-----Original Message-----
From: boost-users-bounces@lists.boost.org
[mailto:boost-users-bounces@lists.boost.org] On Behalf Of Lord Metritutus
Merkwurdichliebe
Sent: Thursday, May 03, 2012 5:09 PM
To: boost-users@lists.boost.org
Subject: [Boost-users] [Serialization] Linker errors issue with using
binary_wiarchive.hpp and binary_woarchive.hpp
Hello there, I've never used one of these Mailing List conversations before
so I apologise for any mistakes.
To the point: I'm having issues trying to get the wide character version of
Boost's serialization libaries working. When I attempt to compile the
result is a multitude of Linker errors. After Googling failed to turn up
anything I posted the question on Stack Overflow, where a reply suggested
there may be 'a bug in Boost.Serialization'. Stack Overflow features nice
syntax highlighting so it is easy to see the code, I pieced it together from
other normal character examples:
http://stackoverflow.com/questions/10439984/serialization-example-of-boost-a
rchive-binary-woarchive-hpp-and-or-boost-archive
participants (1)
-
Lord Metritutus Merkwurdichliebe