>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/
- RE: Newbie...very newbie..:) Kristian Adrup
- RE: Newbie...very newbie..:) Sridhar Nuthi
