$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [bjam] Building Regex with static runtime linking
From: John Maddock (john_at_[hidden])
Date: 2009-06-11 04:40:24
> That's the point. I don't remember exactly what I have done during the
> process
> of installing ICU. But one thing clear is that I haven't modified the
> solution
> configuration that comes with the original package.
In that case, you are restricted to using the same msvc runtime that ICU
uses (assuming you are committed to using regex with ICU - regex and Win32
provide passable Unicode support without it via boost::wregex).
> Thank you for you time, John.
No problem,
Regards, John.