In the previous post , we saw that linking a C++ static library compiled with /EHs to a mixed mode application prevented the destructor from running when an exception is thrown. Here ’s the sample project that demonstrates the behavior, in case you aren’t convinced. This is the code inside the library...