$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-02-23 04:43:37
Fernando Cuenca wrote:
> Hi,
>
> I'm trying to use the regex library (from boost 1.33) with the
> MSVC.NET 2003 and I'm getting the following linker error when using
> the wide
> character version of the classes:
You'll find some discussion of the issue and possible workarounds here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1470041&group_id=7586&atid=107586
Either apply the suggested patch, or build your app with /Zc:wchar_t, or
rebuild the regex lib without /Zc:wchar_t.
HTH, John.