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-Thread: 103376,e5140c483354bfcc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Marc A. Criley" Newsgroups: comp.lang.ada Subject: Re: What is correct way to pack records Date: Fri, 19 Nov 2004 07:28:33 -0600 Message-ID: <306ao5F2rihq7U1@uni-berlin.de> References: <3fc90377.0411171620.7a3bcfd9@posting.google.com> <30430rF2qcqp0U1@uni-berlin.de> <3046atF2qaqsjU1@uni-berlin.de> <9Vlnd.16762$2V4.935@trndny06> X-Trace: news.uni-berlin.de KxkmvCkqCc8e+JiBmCCWcg9CkAvHqiK8BUoEXQ1h+THy2b054n X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Xref: g2news1.google.com comp.lang.ada:6289 Date: 2004-11-19T07:28:33-06:00 List-Id: "Frank J. Lhota" wrote: > "Steve" wrote in message > news:Osdnd.115795$R05.75566@attbi_s53... > > Just to complicate matters, with Microsoft C/C++ you have pragmas: > > > > #pragma pack(1) > > > > So that the packing in the C code may be varied. > > ... and making the situation worse, packing may be specified by command line > options, and hence by project settings. Hence, use gcc and Linux :-) :-)