Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

precompiled .libs for boost on 64 bit VC++ 2010

Are there precompiled .libs for boost on 64 bit VC++ 2010?

like image 461
user410600 Avatar asked Aug 04 '10 09:08

user410600


People also ask

How do I link my Boost library to Visual Studio?

6.1 Link From Within the Visual Studio IDE Right-click example in the Solution Explorer pane and select Properties from the resulting pop-up menu. In Configuration Properties > Linker > Additional Library Directories, enter the path to the Boost binaries, e.g. C:\Program Files\boost\boost_1_55_0\lib\.

How do you add Boost in C++?

In the properties dialog, select "Configuration Properties" and then "VC++ Directories". You will need to add the Boost include path to the "Include Directories" list. If you're using all header-only libraries then you're done. Otherwise, you will need to add the Boost library path to "Library Directories".


1 Answers

I've found complete set of them at http://boost.teeks99.com/. Starting with Boost 1.43, they include VS2010.

By complete, he means complete. VS2003, VS2005, VS2008, VS2010. 32/64 bit + all standard build options. Do the full install, then delete the versions you don't need.

Very painless install. All thanks to whomever is doing the the work.

like image 172
photo_tom Avatar answered Oct 02 '22 16:10

photo_tom