From: Fulco Bohle Newsgroups: comp.os.msdos.djgpp Subject: #pragma pack(8) Date: Tue, 23 Sep 1997 09:33:35 -0700 Organization: Maresth software Message-ID: <3427EF5F.3B85@xs4all.nl> NNTP-Posting-Host: hn07-13.dial.xs4all.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 12 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, To implement OLE under win32 I need to pack structure elements on a 8 bytes boundary. djgpp does support pack(0)..pack(4). However I get a compiler error when I use #pragma pack(8). Does anyone know how to tackle this problem ? Thanks, Fulco Bohle PS. I do not want to discuss __attribute__ versus #pragma !