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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ab81b4bbf221e58e,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.211.103 with SMTP id nb7mr1951516pbc.6.1338028361070; Sat, 26 May 2012 03:32:41 -0700 (PDT) Path: pr3ni50650pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: GNAT and MS Vista Date: Sat, 26 May 2012 02:33:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: <320f006b-0da5-493b-a9fe-5a6b969e6003@googlegroups.com> NNTP-Posting-Host: 91.7.74.221 Mime-Version: 1.0 X-Trace: posting.google.com 1338028360 9986 127.0.0.1 (26 May 2012 10:32:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 26 May 2012 10:32:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.7.74.221; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-26T02:33:21-07:00 List-Id: I'm running Vista and GNAT GPL 2011. (I'm not sure that this problem has an= ything to do with GNAT.) I build an exe called disptaching_test.exe. When I try to run it, it won't = work correctly. What exactly happens seems irrelevant, because when I renam= e the executable (i.e. *rename the file*, not *build it with another name*)= to e.g. xxx.exe, it works as expected. The same happens when I rename another working Ada program to dispatching.e= xe. So my question: Is there anything special in Vista with the name dispatchin= g? Anyone seen such an effect? The windows help is no help here. dispatching_test.exe dispatching.exe both do not work. xxx.exe works as expected. Thanks.