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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,febd9e55846c9556 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-04 13:26:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Endianness independance Date: 04 Mar 2003 21:25:40 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1046813217 5112 62.49.19.209 (4 Mar 2003 21:26:57 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 4 Mar 2003 21:26:57 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:34878 Date: 2003-03-04T21:25:40+00:00 List-Id: "David C. Hoos, Sr." writes: > If all you want is platform-independence, then replace the file > s-stratt.adb in your standard gnat distribution with the one from > the same version of glade, and re-compile and rebuild the library > files (.a), and you have what you want. Now, as long as your types > are declared the same on both platforms (with no representation > clauses) you will have platform- independence. You can certainly use the 3.14 GLADE file with 3.15 (and I think GCC-3, too). Not a huge amount of change. I suspect you'd be well advised to have the same release at both ends, even so!