delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1998/08/11/19:10:48

From: tstokes AT pacbell DOT net (Tom Stokes)
Subject: packed structures
11 Aug 1998 19:10:48 -0700 :
Message-ID: <000101bdc547$2b785c20$e645aace.cygnus.gnu-win32@TomStokes>
Mime-Version: 1.0
To: "CYGWIN32" <gnu-win32 AT cygnus DOT com>

The size of this structure is 12 which is wrong. What am I missing?

typedef struct HeaderTag {
    ULONG          HeaderLength;
    CHAR             PackingType __attribute__ ((packed));
    USHORT         NumRows __attribute__ ((packed));
    USHORT         PackedSize __attribute__ ((packed));
    } HeaderType, *pHeaderType;

Also, I  have a lot of structures to pack. Is there nothing like a #pragma
pack(1) followed later by #pragma pack()?

        Tom Stokes


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019