"David Whitehurst" <[EMAIL PROTECTED]> wrote in message news:73982@palm-dev-forum... > > Hi: > > Does anyone quickly know of a direct replacement function for GetCharAttr(); > beyond 3.1 SDK? The header CharAttr.h refers to TextMgr.h but this header > does not exist in 3.1. Anyhow, I have an old application that I am trying > to get beyond a compilation problem, e.g. IsDigit(GetCharAttr(),c) and if > cannot get at the function GetCharAttr, I will have to use another.
Look at the Palm OS Glue library, included with the 3.5 and later SDKs. In the TxtGlue.h header, there are macros defined to replace the old GetCharAttr() calls. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
