Hello everyone,
I am learning set_se_translat or, and there are some good resources
about how to translate structured exception into C++ exception, like,
1.
What makes me confused is, when we are talking about translate, it
means both structured exception and C++ exception may occur in a C++
program, right?
2.
But from build option, we can select either /EHa or /EHsc, means we
can only select one type of exception, either asynchronous
(structured) or synchronous (C++ exception).
(1) and (2) are conflict?
thanks in advance,
George
I am learning set_se_translat or, and there are some good resources
about how to translate structured exception into C++ exception, like,
1.
What makes me confused is, when we are talking about translate, it
means both structured exception and C++ exception may occur in a C++
program, right?
2.
But from build option, we can select either /EHa or /EHsc, means we
can only select one type of exception, either asynchronous
(structured) or synchronous (C++ exception).
(1) and (2) are conflict?
thanks in advance,
George
Comment