$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-08-13 11:03:28
Olav Kindt <ok <at> epsis.no> writes:
> I have also tried to pass the â-catch_system_errors=yes,
> but that did not help
>
> I am running 1_33_1 version of the library.
> (libboost_unit_test_framework-vc80-mt-1_33_1.lib)
>
> Does anybody know a way around this problem?
How did you build the library? With VC 8.0 you need to make sure that async
exceptions are explicitly enabled. I believe 1.33 version of build tools did not
do this.
Gennadiy