在我们的一个应用程序中,我遇到了一个我似乎无法找到或捕获的异常。
...
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)