Category : Pascal Source Code
Archive   : ABORTU.ZIP
Filename : CLOSGRPH.PAS

 
Output of file : CLOSGRPH.PAS contained in archive : ABORTU.ZIP
UNIT ClosGrph;
{
This unit does nothing except to make sure that upon program termination a
CloseGraph has been done.
}

INTERFACE

USES
Graph;

IMPLEMENTATION

var
ExitSave : pointer;

{$F+} procedure ExitHandler; {$F-}
begin
{$I-} CloseGraph; {$I+}
if GraphResult <> grOK then ; {don't care. just wanted it closed.}
ExitProc := ExitSave;
end;

begin
ExitSave := ExitProc;
ExitProc := @ExitHandler;
end.



  3 Responses to “Category : Pascal Source Code
Archive   : ABORTU.ZIP
Filename : CLOSGRPH.PAS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/