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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,beabb2cc0e7072dd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsread.com!newsprint.newsread.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 11 Nov 2004 17:53:39 -0600 From: David Botton Newsgroups: comp.lang.ada Date: Thu, 11 Nov 2004 18:53:39 -0500 Message-ID: <2004111118533916807%david@bottoncom> References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Installing an Ada program under Windows 98 User-Agent: Unison/1.5.2 NNTP-Posting-Host: 66.176.74.83 X-Trace: sv3-jYKwf8qsb0Zt8Mbd1gJGOZPO5vwfKvQeH4H3lc1/nA0NNsG1SxUnad8VT6aAtAMJ5WDJg7Q0ybul8Lb!ZF/amGvrAdylzhQCVlSg1GsZ2WqcQ8vfH6leb0fdQ0DwcDZ1V0F15G8R6Lu/TQ== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.20 Xref: g2news1.google.com comp.lang.ada:6156 Date: 2004-11-11T18:53:39-05:00 List-Id: If you are talking about compiling the program in a way to not have the console show (if using GNAT) add: pragma Linker_Options ("-mwindows"); If you are not talking about compiling the program, this is not an Ada issue, and you should contact the vendor of the application. David Botton On 2004-11-11 18:44:39 -0500, "Richard Lowe" said: > How does one install an Ada program so that it can run under Windows rather > than under DOS. The later displays a redundent black DOS window which I > don't like. > > Richard Lowe