Boost (.asio) linking -
So I followed all the kind of "Include Boost Headers and Link to Boost Libraries" section.
For ASIO, what do I include # (except asio.hpp, of course) and which library can I link to?
In fact, there is a big list of all the boost libraries, and do you need to include them to work? It would be very useful
I'm talking with heart. But for the use of boost.asio in Windows, I remember that you need to define WinNT 0X501 or similar and link against boost.system and win32 socket library.
Comments
Post a Comment