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,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!k13g2000prh.googlegroups.com!not-for-mail From: nickname Newsgroups: comp.lang.ada Subject: GUI Application in ObjectAda Date: Wed, 16 Sep 2009 09:13:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: <23eb029b-9e70-4384-8879-7c3fe2d3f0db@k13g2000prh.googlegroups.com> NNTP-Posting-Host: 149.32.224.33 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1253117607 22243 127.0.0.1 (16 Sep 2009 16:13:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 16 Sep 2009 16:13:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k13g2000prh.googlegroups.com; posting-host=149.32.224.33; posting-account=pD9IBggAAAD_nW6ybJRbWFajVS5Cvq_u User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8350 Date: 2009-09-16T09:13:27-07:00 List-Id: 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: adabuild -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