$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-08-11 09:03:16
Alan Gray wrote:
> Hi John
>
> The BOOST_REGEX_NO_LIB option works. So there is some sort of binary
> compatibi;lity problem or some problem with VS2005 linker.
>
> For now I'll live with a fatter program (it works) but I'll revisit
> this when I have some spare time (hah!).
Strange. The obvious quick fix is to build as a static lib from inside your
IDE using whatever options your program uses. Then your program won't be so
fat - although as the VC linker strips out unused symbols that may not be an
issue actually?
John.