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,MAILING_LIST_MULTI, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,40c2fabfb0f16826 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-23 04:29:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada Subject: Re: Hide Console in windows Date: Sat, 23 Feb 2002 06:34:30 -0600 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1014467342 5669 137.194.161.2 (23 Feb 2002 12:29:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sat, 23 Feb 2002 12:29:02 +0000 (UTC) Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Original-Cc: darkelf@aim.homelinux.com Xref: archiver1.google.com comp.lang.ada:20290 Date: 2002-02-23T06:34:30-06:00 You need to add the linker option -mwindows to your gnatmake command line. See the GNAT Users Guide about how to specify linker options on the command line. Alternatively, you could put the following statement in your main program source file: pragma Linker_Options ("-mwindows"); ----- Original Message ----- From: "Nazgul" Newsgroups: comp.lang.ada To: Sent: Saturday, February 23, 2002 6:07 AM Subject: Hide Console in windows > Hi, I'm doing a program with gtkada, firstly under windows, and I would like > to know if the DOS-console that opens when I run the program can be hidden, > so only the gtk windows are visible. > > Thanks. > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada >