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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fd3e1f8f966f5aca,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-31 06:49:49 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!news-FFM2.ecrc.net!news.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: How link Windows GUI with GNAT Date: Thu, 31 May 2001 15:48:12 +0200 Organization: Siemens AG Message-ID: <3B164B9C.2355F6E3@icn.siemens.de> NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:7929 Date: 2001-05-31T15:48:12+02:00 List-Id: Hi, a short question: I've written a GUI app on WinNT. When I start it, it always opens a console window first (although the GUI is show afterwards). From Aonix I know, that I can direct the linker to produce a "console app" or a "window app". How is it done with GNAT ? I didn't find a correspondending linker-switch.