$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: scleary_at_[hidden]
Date: 2001-08-29 13:56:57
> > I've had a couple of queries from regex users about building on WinCE
> > (where I am led to understand that the compiler has no exception
support).
Borland and MSVC++ both support WinCE development, and AFAIK, exception
handling is supported as well. The WinCE documentation contains the usual
Win32 structured exceptions (RaiseException, etc.).
The only embedded platforms that I am aware of that do *not* support
exceptions also do not support C++. :O
-Steve