
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 <blockedhttp://stackoverflow.com/questions/10439984/serialization-example-of -boost-archive-binary-woarchive-hpp-and-or-boost-archive> If there is a rule against posting external links, I apologise. Or if people want me to paste the code directly in to an email for this mailing list I will do so. The Stack Overflow question was originally based on my thought that I had made a mistake in my code. If this IS the case then I do apologise, and I would appreciate knowing just where I've gone wrong. Regards.