* fixed: Message box is not displayed when unhandled exception occurs and SysUtils is used in GUI apps for all Windows targets.

git-svn-id: trunk@3721 -
This commit is contained in:
yury 2006-05-28 20:30:47 +00:00
parent c564dfeb5b
commit 198a56cc21

View File

@ -248,6 +248,7 @@ begin
for i:=0 to FrameCount-1 do
Writeln(stdout,BackTraceStrFunc(Frames[i]));
end;
Writeln(stdout,'');
Halt(217);
end;