우리의 응용 프로그램 중 하나에서 나는 발견하거나 함정 수없는 예외를 받고.기본 애플리케이션 유닛이 종료 된 후에 예외를 잡을 수 있습니까?
...
Application.CreateForm(TFrmMain, FrmMain);
outputdebugstring(pansichar('Application Run')); //this is printed
Application.Run;
outputdebugstring(pansichar('Application Run After')); //this is printed
end.
<--- The Exception seems to be here
이벤트 로그
> ODS: Application Run
> //Various Application Messages
> ODS: Application Run After
> First Change Exception at $xxxxxxxx. ...etc
내가 그것을 단위 중 하나의 마무리 코드입니다 생각할 수있는 모든을 보여줍니다.
(델파이 7) MadExcept를 설치