Bob Ebert <[EMAIL PROTECTED]> wrote:
> Why not eliminate the cast entirely, can't you just declare this as:
> CustomPatternType myPattern = {0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55};
People working with earlier SDKs should note that the above is for version
3.5 and above of the SDK. Previous ones would have you declare an 8x8
pattern somewhat bizarrely as
CustomPatternType myPattern = { 0xAA55, 0xAA55, 0xAA55, 0xAA55 };
John
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html