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.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,977339a84cf5c700 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-14 19:45:37 PST Path: bga.com!news.sprintlink.net!cs.utexas.edu!math.ohio-state.edu!jussieu.fr!fdn.fr!uunet!sunic!sunic.sunet.se!news.uni-c.dk!unidhp.uni-c.dk!mojemj From: mojemj@unidhp.uni-c.dk (Mogens Jensen) Newsgroups: comp.lang.ada Subject: Re: GNAT PROBLEM Date: 15 Mar 1995 01:56:40 GMT Organization: News Server at UNI-C, Danish Computing Centre for Research and Education. Message-ID: <3k5hgo$hhv@news.uni-c.dk> References: <3jl8go$o99@jaxnet.jaxnet.com> NNTP-Posting-Host: unidhp.uni-c.dk X-Newsreader: TIN [version 1.2 PL1] Date: 1995-03-15T01:56:40+00:00 List-Id: Eric Molitor (emolitor@jax.jaxnet.com) wrote: : I'm currently using GNAT v2.00 while learning how to program in ADA. The : only thing I cant understand is how to get rid of that stupid line at the : top of my screen when I run one of my compiled programs. Is there a : switch to shut it off? : Eric Molitor In case you use DOS it could be the status line from GO32.EXE you are referring to (also shows during compilation); to remove this line, find the line: set GO32=topline d:/djgpp/drivers/vga.grd gw 640 gh 480 or equivalent, in your autoexec.bat (or whatever) and remove the word "topline": set GO32=d:/djgpp/drivers/vga.grd gw 640 gh 480 This should work (refer to the readme.dj). Greetings from Jens Jakob Jensen, Denmark - (Using my fathers account)