>     UInt32 test = 1024 * 1024;
>
> means
>
>     UInt32 test = (UInt32)((Int16) 1024 * (Int16)1024);


Very interesting. The things you are not privy to when you grow up using microsoft products.



Thanks for the information,


Brad


-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to