This is a discussion on exception handling question - Windows CE ; Instead of getting "Unhandled Exception" popup, the app just freezes. We are using EVC 4.0 SP2 and WinCE.NET 4.2. C++ Exception Handling and Run-Time Type Information have been built into the platform. The /GX option is added to EVC. A ...
Instead of getting "Unhandled Exception" popup, the app just freezes.
We are using EVC 4.0 SP2 and WinCE.NET 4.2.
C++ Exception Handling and Run-Time Type Information have been built
into the platform. The /GX option is added to EVC.
A divide-by-zero exception just causes the app to freeze, shouldn't
there at least be an unhandled exception popup like there is on a
regular windows app?
Any ideas?