2fa Subj : Re: borland equivalent of #pragma pack (2) is? To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Fri Feb 13 2004 08:33 am BC++ 32 bit code defaults to 32 bit alignment so the pragma is redundant. BC++ already supports #pragma pack(n) Make the compiler's INCLUDE directory the default and give this command to see that pragma in use: grep -w "pack" *.h | find "pragma" .. Ed > Jeff Kish wrote in message > news:nomn20pqb18g86tjp40a2a812p735kbbq4@4ax.com... > > I am trying to get some code to run that came from a ms c++ > code set. They have #pragma pack (4) at the top with a note > that is is absolutely essential. > > Can someone explain the borland equivalent of this? . 0