Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Tue, 11 Jul 2000, McMicken, Steven wrote:
> PalmTypes.h defines Char as type char so there is no difference in their
> use.  For localization, I believe you should use type WChar, which is
> defined as UInt16 (or unsigned short).
> 
> I studiously tried to use all of the "proper" Palm types before the release
> of OS 3.5.  After that blew most of my declarations out of the water, I am
> now somewhat studiously trying to use standard C types, since those won't
> change.  PalmCompatibility.h helped in making the change, though!
> 
> Regards,
> Steve


Um, the whole point of using the proper Palm types *is* that your stuff
will blow up if there's a change.  Because when there's a change, it's
important that you know about it, and promptly fix it.

However, the recent conversion in 3.5 seems to be a forward step, laying
the groundwork for future painless updates.  You can probably safely
convert to the new types, and be all set for a while.

-- 
Brian Mathis
Direct Edge
http://www.directedge.com


-- 
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