$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_nospam__at_[hidden])
Date: 2004-09-11 10:00:49
Jonathan Turkanis wrote:
> 1. __declspec(dllexport) if
>
> a. BOOST_HAS_DECLSPEC are BOOST_xxx_SOURCE defined AND
> b. one of BOOST_ALL_DYN_LINK and BOOST_xxx_DYN_LINK is defined
>
I think handling BOOST_xxx_DYN_LINK is problematic. You would need one
declspec macro for each library (I think this is what Dave meant).
Stefan