>From: "Richard M. Hartman" <[EMAIL PROTECTED]>
>Warning: if you set the size of your ints to anything other
>than the default, you may create incompatibilities with the
>PalmOS API -- it is expecting them at the default size.
While this was true in the past, I believe that with the PalmOS 3.5 SDK they
removed all usage of ambiguous data types (such as "int") and replaced them
with specific types (Int16, UInt32, etc.). This had to be done in both the
function headers and data structures, but I think that it is now consistent.
The only data type sizing that can still get you in trouble, AFAIK, is
"enum". (IMHO, "enum" should not be used in public APIs due to various
compiler and platform implementation issues.)
Doug Gordon
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/