Therefore, I try to integrate Boost with Visual Studio (2008) on Windows 7 all day. First, I caught it twice How to use Boost in Visual Studio 2010 .
I searched for everything (at least 3 of them) and they didn't work for anyone.
Some people suggested using this one: www.boostpro.com/download/ , but the link is not active. Someone suggested changing the runtime library to a multi-threaded DLL, but also did not work.
I'm just trying to turn it on #include <boost/thread.hpp>and got this error
Fatal error LNK1104: Unable to open libboost_thread-vc90-mt-s-1_53.lib file.
Before installing Boost, the error was that it could not be found thread.hpp, so it seems that Boost is installed somewhat correctly.
The problem is that the libraries were not created while using the tutorial. How can I create them manually?
source
share