Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
4.3.0
-
None
Description
I would like to suggest to alter some flags in the win32_mscv2005 makespecs conf
(maybe also in win32_msvc.net) for the next Qt versions.
QMAKE_CXXFLAGS_STL_ON = -EHa
QMAKE_CXXFLAGS_EXCEPTIONS_ON = -EHa
This will also allow the catch(...) exception handling implemented in Qt to catch win SEH exceptions in case of access violations for example.