From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:674e:: with SMTP id n14mr3686725qtp.302.1580374541700; Thu, 30 Jan 2020 00:55:41 -0800 (PST) X-Received: by 2002:a05:6830:1185:: with SMTP id u5mr2545130otq.147.1580374541283; Thu, 30 Jan 2020 00:55:41 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!g89no2278213qtd.0!news-out.google.com!w29ni1091qtc.0!nntp.google.com!g89no2278201qtd.0!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 Jan 2020 00:55:41 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1205:506a:3ca0:594d:9183:303e:d5d8; posting-account=DQbqYQoAAACn8hHn2LmG2aF7Mhbxl_Lf NNTP-Posting-Host: 2a02:1205:506a:3ca0:594d:9183:303e:d5d8 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Last chance handler on a PC From: ahlan@marriott.org Injection-Date: Thu, 30 Jan 2020 08:55:41 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57984 Date: 2020-01-30T00:55:41-08:00 List-Id: Hi, Does anyone know if it is possible to install a last chance handler for a PC program. Ie Write a procedure that gets called when a program issues an unhandled exception If it is possible how do you do it?