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.1 required=5.0 tests=BAYES_20,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!van-bc!ubc-cs!uw-beaver!Teknowledge.COM!unix!hplabs!hpda!hpcupt1!hprnd!hprmokg!tom From: tom@hprmokg.HP.COM (Thomas Vachuska) Newsgroups: comp.lang.ada Subject: Re: Re: how to do this in Ada? Message-ID: <30160004@hprmokg.HP.COM> Date: 15 Mar 90 16:11:40 GMT References: <1990Mar13.185638.16143@planck.uucp> Organization: HP Networked Computer Mfg. Operation List-Id: I had a very similar problem, but I chose the dirty way of converting the records to byte arrays and then sending them. One advantage of doing it this way is that one can perform 'checksum' operation on the byte array to assure proper delivery, but otherwise this approach (as you mentioned) completely bypasses the type checking guards and is not very robust. I would be very interested in finding out how one can solve this problem (in Ada of course) a bit more elegantly. Thanks Thomas Vachuska