Checkout ..\Metrowerks\CodeWarrior for Palm OS Platform 7.0\Palm OS 3.5
Support\Incs\PalmCompatibility.h file.
-----Original Message-----
From: Kristian Adrup [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 28, 2001 11:55 PM
To: Palm Developer Forum
Subject: Re: Newbie...very newbie..:)
>What is the difference between char* and CharPtr? I am just getting started
>with palm programming and c.
It's the same thing in SDKs previous to 3.5 when it was removed. If you want
to use CharPtr with SDK3.5+ you need to include PalmCompatibility.h
from PalmTypes.h:
typedef char Char;
from PalmCompatibility.h:
typedef Char* CharPtr;
Regards,
Kristian Adrup
--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/