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,b283baa6a69c5e41 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-17 23:57:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!kibo.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Byte order writing to socket stream Date: 18 May 2002 07:47:02 +0100 Organization: Pushface Sender: simon@smaug Message-ID: References: <4519e058.0205171311.56c3d567@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk X-NNTP-Posting-Host: pogner.demon.co.uk:62.49.19.209 X-Trace: news.demon.co.uk 1021704973 nnrp-08:18231 NO-IDENT pogner.demon.co.uk:62.49.19.209 X-Complaints-To: abuse@demon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:24335 Date: 2002-05-18T07:47:02+01:00 List-Id: dennison@telepath.com (Ted Dennison) writes: > You may want to look into using Gnat's Annex E support (GLADE), > which I believe deals with this issue *and* the communications > issue. Both sides have to be Ada, though. Clearly you could go to a lot to trouble to write C which understands what GLADE does. I don't know whether ACT make any guarantees about the stability of the wire format used by their Annex E support between releases; to be safe you might want to use the same release both ends. You'd be most unlikely to get interoperability with other Ada compilers (even if you could find one with Annex A support).