"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 06:28 PM 8/1/2004, you wrote: > >That's because CW is assuming "unsigned" meant "unsigned int", which is 16 > >bits, therefore :31 is illegal. Set it up for 32 bit ints. > > Or say "unsigned long" in the bitfield declaration. > Looking through the codebase, I found that it's not really very portable. It declares standard types i8, i16, i32 - a common solution to datatype portability issues - but rarely uses them in code.
Alan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
