Browse Source

* 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 -
yury 19 years ago
parent
commit
198a56cc21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/objpas/sysutils/sysutils.inc

+ 1 - 0
rtl/objpas/sysutils/sysutils.inc

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