Doug
Mon Apr 25 17:52:29 CDT 2005
This will happen if the kernel debugger is running but no debugger is
attached. The kernel debugger catches the exception, halts the machine, and
waits for a debugger to attach.
Try building your image with IMGNODEBUGGER=1 set. You can still use the
debugger as needed if you attach via KITL and run "s loaddbg" from the
Target Control window. This will load the debugger from the Flat Release
Directory.
--
Thanks!
Doug
-------------------------------------------------------------
Boring Microsoft legal disclaimer follows:
Reply via newsgroup. Please do not reply to dcook@online.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights.
Any code provided in this posting is subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
-------------------------------------------------------------
"Andy" <andyturner74@yahoo.com> wrote in message
news:1114458795.250617.74430@z14g2000cwz.googlegroups.com...
>
> Instead of getting "Unhandled Exception" popup, the app just freezes.
>
> We are using WinCE.NET 4.2, EVC 4.0 SP2.
>
> C++ Exception Handling and Run-Time Type Info 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?
>