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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,40c2fabfb0f16826 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-23 06:16:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!uni-erlangen.de!fu-berlin.de!uni-berlin.de!71244-cm.able.ES!not-for-mail From: "Nazgul" Newsgroups: comp.lang.ada Subject: Re: Hide Console in windows Date: Sat, 23 Feb 2002 15:16:09 +0100 Message-ID: References: NNTP-Posting-Host: 71244-cm.able.es (212.97.171.244) X-Trace: fu-berlin.de 1014473779 5684432 212.97.171.244 (16 [107015]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:20297 Date: 2002-02-23T15:16:09+01:00 List-Id: thanks "David C. Hoos" escribi� en el mensaje news:mailman.1014467341.20250.comp.lang.ada@ada.eu.org... > 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 > > >