$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-11-16 06:30:13
> With latest version I could build but I could not create import library
> corressponding to dll created.
> Is there some macro for this?
Personally I would recommend that you build a static lib, but if you really
want a dll, the with the latest cvs source you need to define
BOOST_REGEX_DYN_LINK when building (and when using) the lib, is that what
you were asking?
John.