$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Exception handling inside a dll
From: Boris (boriss_at_[hidden])
Date: 2008-10-05 07:32:23
On Sun, 05 Oct 2008 01:45:11 +0200, Matthew LaCrosse
<mlacrosse3_at_[hidden]> wrote:
> It's not catching the exception in the C++ code. Could this just having
> something do with using the std::string class for the regex inputs?
I've no idea why a C++ exception shouldn't be caught in C++ code. Did you
try catch(...) to test if this works at least?
Boris
> [...]