I\'m trying to build Boost 1.55 with Visual Studio 2013.
1) I tried to use boost-binaries (boost-binaries), but Visual Studio wrote about the error, when I tried to comp
Building boost library is really headache. So thats what i found and get ride of it that problem;
I had the same error and i followed the SourceForge. The link will take you to a folder of zipped lib and dll files for version of boost.You can download and unzip related library and when copied it to the related location everything gonna be alright ;)
Using 2010 or 2012 configuration in your project file will be better. As I know 2013 is not convenient for 1.55 yet.