2008/05/27

Boost 1.35 installation memo

bjam --toolset=msvc-7_1 link=static,shared release debug stage

I copied all libraries and DLLs to libs directry. Then, I renamed the libraries from "libboost_unit_test_framework-vc-xx" to "libboost_unit_test_framework-vc71-xx" because projects of mine occurs link error on libboost_unit_test_framework. More cool solution may be...

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...