Thanks, Ken. That sounds like it will solve my problem.
>From the 3.1 documentation, it looks like I should just test for
the presence of TxtPrepFindString by doing:
err = FtrGet(sysFtrCreator, sysFtrNumIntlMgr,
&value);
and if that works, then call away. I can find sysFtrCreator (that's 'psys')
but I can't seem to find the value of sysFtrNumIntlMgr. Do you
know it offhand?
Also, the 3.1 Systraps.h doesn't seem to list TxtPrepFindString.
Can you tell me the trap number for it, so I can link it in
to my (pre-3.1) code?
Thanks for your help,
Rick Bram
>2. There's a new routine in Palm OS 3.1 (and later) which does what you
>want, called TxtPrepFindString. So your code should default to what it
>currently does on older roms, and use this new routine on 3.1 and later.
>Another option is to call the TxtGluePrepFindString routine, which will be
>available in the 3.1 SDK (see comment below).
>
- Finding strings in JapaneseOS Richard Bram
- Re: Finding strings in JapaneseOS Richard Bram
- Re: Finding strings in JapaneseOS Ken Krugler
- Re: Finding strings in JapaneseOS Richard Bram
- Re: Finding strings in JapaneseOS Richard Bram
- Re: Finding strings in JapaneseOS David Fedor
- Re: Finding strings in JapaneseOS David A. Desrosiers
- Re: Finding strings in JapaneseOS krollin
- Re: Finding strings in JapaneseOS Richard Bram
- Re: Finding strings in JapaneseOS Vivek_Magotra
- Re: Finding strings in JapaneseOS Scott Johnson
- Re: Finding strings in JapaneseOS Vivek_Magotra
