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: a07f3367d7,a2f3feb342ff9c77 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!p15g2000vbl.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?J=E9r=F4me_Haguet?= Newsgroups: comp.lang.ada Subject: Re: GUI Application in ObjectAda Date: Thu, 17 Sep 2009 01:30:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: <55042ab7-76dd-46d9-b4f8-e443cd1a1029@p15g2000vbl.googlegroups.com> References: <23eb029b-9e70-4384-8879-7c3fe2d3f0db@k13g2000prh.googlegroups.com> NNTP-Posting-Host: 84.96.81.228 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1253176236 27477 127.0.0.1 (17 Sep 2009 08:30:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 17 Sep 2009 08:30:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p15g2000vbl.googlegroups.com; posting-host=84.96.81.228; posting-account=d5j2DQoAAABeZhUIl30hw1xF6LEcGIMa User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8359 Date: 2009-09-17T01:30:36-07:00 List-Id: Hello Ernie. Try to add this option : -ll /SUBSYSTEM:WINDOWS For more information, you can take a look at \help\cli.hlp Hope this helps. J=E9r=F4me On 16 sep, 18:13, nickname wrote: > I'm trying to build an Ada application with a GUI using the ObjectAda > command line interface in Windows XP. > > My command looks like this: =A0adabuild -g $(Module) > I get an executable which runs but in addition to the GUI window that > I want I get a Windows Command Prompt window I don't want. How do I > prevent the Command Line window from appearing? > > I tried adding the -w option to the adabuild command but when I do > that the EXE file I get doesn't do anything. > > Thanks, > > Ernie