When I am including the asio header:
#include <boost/asio.hpp>
I got the error:
undefined reference to boost::system::generic_category()
So I read that I had to link to boost_system
which I did. But now it gives the error::
cannot find -lboost_system
Why can it not find boost_system
. I'm using Codeblocks on Windows.