"Rick Gadbois" <[EMAIL PROTECTED]> wrote in message
news:53946@palm-dev-forum...
>
> What are the advantages/disadvantages to using the built in palm data
types
> as opposes to ansi?
>
> i.e. Int vs int

The Palm types, as defined in the 3.5 and later SDK, will remain the
same size when Palm migrates to ARM.  An Int16 will always be 16-bits.
However, plain int will change from 16-bits to 32-bits, so code that
uses it and can't handle the size change will break.

There is NO advantage to keep the old pre-3.5 SDK types.  Any new
software really should be written to either the 3.5 or 4.0 SDKs.



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

Reply via email to