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: 103376,2500ce10d7c27120 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Wed, 30 Nov 2005 18:25:26 -0600 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <43719ccf$0$25857$afc38c87@news.optusnet.com.au> Subject: Re: New Ada ANSI console/X terminal game Date: Wed, 30 Nov 2005 18:29:31 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4952.2800 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4952.2800 Message-ID: NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-0jvbLVilwG8tH+/WSUUecyAXFJzP6YAWyfZM5Qc3uW5ZAsmHSGpmlE/3VlSbNcL2nNCB1lG/UK/WVBy!bnMJBI3UMwpUgle8EOEyDzCyDlXuFOPkuNcDeIANUUGUNhyARnlJj1F1w1Xjdzh7SypNrq22N7e/ X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:6700 Date: 2005-11-30T18:29:31-06:00 List-Id: "David Trudgett" wrote in message news:m3r79qmd8h.fsf@rr.trudgett... ... > Actually, the only GNAT-specific package I used was the GNAT.OS_Lib > one, and that was purely for access to environment variables which, at > a pinch, could easily be removed from the program. For Ada 200Y, you should use Ada.Environment_Variables instead. That will be supported on all Ada 200Y compilers. For Ada 95, well, you'll have to depend on system specific stuff. Randy.