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,cb5fcf665827cdc5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-11 14:51:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!xmission!news-out.spamkiller.net!propagator2-maxim!news-in.spamkiller.net!feed.newsfeeds.com!newsfeed.onecall.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Gnat Ada binary compatibility (between Alpha operating systems) Date: 11 Dec 2002 15:51:27 -0600 Organization: LJK Software Message-ID: References: <3df79d5a$1@news.swissonline.ch> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1039647050 25168 192.135.80.34 (11 Dec 2002 22:50:50 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Wed, 11 Dec 2002 22:50:50 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:31714 Date: 2002-12-11T15:51:27-06:00 List-Id: In article <3df79d5a$1@news.swissonline.ch>, "Scorpion" writes: > we use Dec Ada in a homogenous VMS AXP environment. Now, we want to migrate > to Gnat Ada95 first and then to Gnat Ada on Tru64 Unix (both alpha hardware > and little endian). We are using an RPC mechanism, which tranfers binary > data, represented by complex Ada variant records. Is there a chance, that we > can continue doing this between OpenVMS AXP and Tru64 AXP? Or do we have to > introduce data mashalling in any case. If you have floating point in your data, consider what floating point types you require. VMS supports certain types only because of VAX heritage -- the Ada compilers on VMS may do the same.