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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5ddf1e6f4a4c039d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-14 07:15:56 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: tony_gair@yahoo.co.uk (Tony Gair) Newsgroups: comp.lang.ada Subject: Ada sockets and gnat 3.13 windows and linux interoperability Date: 14 Feb 2003 07:15:55 -0800 Organization: http://groups.google.com/ Message-ID: <6a90b886.0302140715.54d50ccf@posting.google.com> NNTP-Posting-Host: 195.92.168.165 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1045235755 28846 127.0.0.1 (14 Feb 2003 15:15:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 14 Feb 2003 15:15:55 GMT Xref: archiver1.google.com comp.lang.ada:34101 Date: 2003-02-14T15:15:55+00:00 List-Id: For the adasockets people - I have a client server application written on linux and gnat 3.13 using adasockets in which I send ada types quite happily with no problems to and from a server to a client. If I wanted to recompile the client side to windows using the client code I have for linux , would this theoretically still work with the linux server ? would my ada types be preserved ? regards Tony