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,6cc2d0131145e263 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-10 10:09:05 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Question about "for X'Size use ..." Date: 10 Aug 2001 10:09:04 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0108100909.2d8d7315@posting.google.com> References: <3B72C23E.62F7B3D2@san.rr.com> <871ymk480x.fsf@deneb.enyo.de> NNTP-Posting-Host: 205.232.38.244 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 997463345 31103 127.0.0.1 (10 Aug 2001 17:09:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 10 Aug 2001 17:09:05 GMT Xref: archiver1.google.com comp.lang.ada:11774 Date: 2001-08-10T17:09:05+00:00 List-Id: Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) wrote in message news:... > I have not worked with streams, but was wondering if anyone had tried > using ASN.1 to achieve interoperability. It solves endian problems > and the DER representation is rather firm about "only one way to > express something". In GNAT, we use XDR in connection with Annex E to achieve complete heterogenous interoperability for streams.