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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ab1588f66f1e8ecb X-Google-Attributes: gid103376,public From: John English Subject: Re: How to terminate the terminal on Gnat under Windows 98 ? Date: 2000/04/23 Message-ID: <3902C465.A256966F@bton.ac.uk>#1/1 X-Deja-AN: 616743138 Content-Transfer-Encoding: 7bit References: <39070905.D2B3EA02@maths.unine.ch> <3901677F.F5A4746D@bton.ac.uk> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@bton.ac.uk X-Trace: saturn.bton.ac.uk 956914726 7907 193.62.183.204 (28 Apr 2000 09:38:46 GMT) Organization: University of Brighton Mime-Version: 1.0 NNTP-Posting-Date: 28 Apr 2000 09:38:46 GMT Newsgroups: comp.lang.ada Date: 2000-04-28T09:38:46+00:00 List-Id: John English wrote: > This is probably due to my inadvertently leaving in a "with Ada.Text_IO" > in one of the packages (originally there for debugging purposes). There's > a new version of JEWL at http://www.it.bton.ac.uk/staff/je/jewl/ which > corrects this (and a couple of minor documentation errors); it has also > been fixed so that it will compile with Gnat 3.10, since a handful of > people who were still using this version contacted me about this (although > by now they've probably all taken my advice and upgraded... ;-) As various people have pointed out, the above advice is incorrect; the "-mwindows" switch to gnatlink is what makes the console window vanish (so compile with "gnatmake foo.adb -largs -mwindows"). ----------------------------------------------------------------- John English | mailto:je@brighton.ac.uk Senior Lecturer | http://www.it.bton.ac.uk/staff/je Dept. of Computing | ** NON-PROFIT CD FOR CS STUDENTS ** University of Brighton | -- see http://burks.bton.ac.uk -----------------------------------------------------------------