How to install and configure the Boost C++ library on Windows?

Asked

Viewed 477 times

9

For some time I have been working hard to learn C and C++, I believe I already know enough to write a slightly more complex application using Sockets and Threads.

Searching a little, I discovered the framework Boost C++ Libraries, And no matter how hard I tried, I couldn’t set it up. I’m using Code::Blocks and I would simply like to include headers and exit using the resources of Boost, however some error is always shown (undefined boost:system::generic_category reference etc...). In the settings of build I have already indicated the directory of Libs and of Includes, still, the error persists.

I tried to include -lboost_system and says "cannot find -lboost_system". Obs, the installation steps I followed the ones available on the internet and also the official documentation. Someone who has already been able to set up and use boost successfully, give me a light?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.