Multithreaded server in C++ and Win32

Started by
9 comments, last by Antheus 16 years ago
Quote:Original post by password

Another question (hopefully my last one). The boost directory that was created, am I supposed to add it directly into the lib/ folder of the IDE so I get: MSVC/VC++/lib/boost/...?


Tools/Options/Projects and Solutions/VC++ Directories

Then add the paths to "Include files" and "Library files". This will give your entire IDE access to boost.

Boost libraries use auto-linking, so no additional configuration is needed, no matter how you build your applications.

This topic is closed to new replies.

Advertisement