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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.188.198 with SMTP id gc6mr344708pac.41.1423175333761; Thu, 05 Feb 2015 14:28:53 -0800 (PST) X-Received: by 10.140.89.84 with SMTP id u78mr6204qgd.10.1423175333503; Thu, 05 Feb 2015 14:28:53 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!hl2no10324683igb.0!news-out.google.com!o5ni12953qab.1!nntp.google.com!bm13no6338189qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 5 Feb 2015 14:28:53 -0800 (PST) In-Reply-To: <0f33e6b4-d423-4539-ae62-680f3b72afc0@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=88.96.155.33; posting-account=r0RePAgAAABkc8iAou09Mtfbf-fnKQql NNTP-Posting-Host: 88.96.155.33 References: <0f33e6b4-d423-4539-ae62-680f3b72afc0@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Standalone (.exe) Ada Programs can run in isolation of any ada compiler - True or False ? From: MM Injection-Date: Thu, 05 Feb 2015 22:28:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2077 X-Received-Body-CRC: 1726985843 Xref: news.eternal-september.org comp.lang.ada:24898 Date: 2015-02-05T14:28:53-08:00 List-Id: On Thursday, 5 February 2015 19:00:16 UTC, Austin Obyrne wrote: > 1)Would some reader confirm that this true or false and explain the mechanics of how it is done. > > 2)Is the ensuing (.exe) program then bound to that computer alone > i.e. customised for running in that environment only and will require > customising again to any other computer i.e. not generally portable > without some attention each time. Is it really true that you don't know that the output of the compilation process is an executable file containing machine language instructions, and that this is an .exe file in the windows environment? What do you think the ada compiler is? Or your IDE program? For how long have you been using computers? Has it not occurred to you to find out what all those extra files in your work folder are? This may help explain why you think editing Ada source is a user interface. M --