Boost logo

Boost Users :

From: Rob Agar (robagar_at_[hidden])
Date: 2007-05-27 19:17:40


John Maddock wrote:
> It defaults to linking against a static library by default, to link to the
> dll version you will need to build your application with either of the
> following defined:
>
> BOOST_FILESYSTEM_DYN_LINK: only Boost.Filesystem will be linked to the dll.
> BOOST_ALL_DYN_LINK: all boost libraries will link to the dll version.

Thanks John, BOOST_FILESYSTEM_DYN_LINK is just what I needed. These
config settings definitely need a prominent mention in the filesystem
and boost common docs.

Rob


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net