I know there is Boost library in XE2. And currently I want to add Boost Log. As there is no document about installation with C++ builder. I just copy the relative files into "boost" and "libs" folders (C:\Program Files\Embarcadero\RAD Studio\9.0\include\boost_1_39). And after I added the #include <boost/log/trivial.hpp>
. I saw tons of errors...
Is there any tutorial or sample to show how to install Boost Log that I can follow?
C++Builder only shipped with a limited subset of boost because those that didn't ship we're too problematic for people to use. Many of them won't compile or fail at runtime. I have high hopes for the upcoming clang-based compiler, which has must better language compliance.