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-13 04:40:37 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-hog.berkeley.edu!ucberkeley!newshub.sdsu.edu!newshub1.wanet.net!uunet!sac.uu.net!lore.csc.com!baen1673807.greenlnk.net!baen1673807!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Gnat Ada binary compatibility Date: 13 Dec 2002 11:34:56 +0000 Organization: Alenia Marconi Systems, ISD, Farlington Sender: sjw@galadriel.frlngtn.gecm.com Message-ID: References: <3df79d5a$1@news.swissonline.ch> <3DF84F4A.C0D73F0A@canal-plus.fr> NNTP-Posting-Host: 20.44.240.33 X-Trace: lore.csc.com 1039783236 14169 20.44.240.33 (13 Dec 2002 12:40:36 GMT) X-Complaints-To: abuse@news.csc.com NNTP-Posting-Date: Fri, 13 Dec 2002 12:40:36 +0000 (UTC) X-Newsreader: Gnus v5.5/Emacs 20.3 X-Original-NNTP-Posting-Host: galadriel.frlngtn.gecm.com X-Original-Trace: 13 Dec 2002 12:39:48 GMT, galadriel.frlngtn.gecm.com Xref: archiver1.google.com comp.lang.ada:31781 Date: 2002-12-13T11:34:56+00:00 List-Id: Thierry Lelegard writes: > We solved that by using marshalling. This approach is correct, > portable and inter-operable. If you do not want to do the > marshalling yourself, you may use some middleware that will do this > for you (CORBA or DSA, although DSA is non-inter-operable outside > GNAT). It's possible to use the GLADE version of System.Stream_Attributes on its own to get minimal-effort marshalling.