>
> As an aside, Metrowerks has nothing to do with what the Palm OS functions
> do... and also we'd never change the behavior of an API like this since
> it'd break lots of apps which rely on it not changing. I think you want to
> use StrStr for matching that isn't required to start at the beginning of a
> word.
if you are still deciding what compiler to use (gcc or MW) or
you are confused about all of this.. consider it this way:
all PalmOS calls are performed using SystemTraps
a system trap is like a callback - or best put.. a function who's
address is stored in an interrupt table in ROM.
if you use gcc, or CW or another OTHER development tool - and
your program does not work.. then it is one of the following:
1) you screwed up big time with your code
2) the API calls are not doing as YOU interpret.
there was a time where i thought the compiler had something
to do with the API implementations.. but then i read the
manual (old RTFM here)..
your compiler and environment is a personal preference...
neither is better from each other (depending on your view).
some API documentation is pretty bad.. like the message
"partial string matching" should not have passed a evaluation
test (of the manuals).. it should have said "string matching
beginning of another string".
but with pressure.. demand.. not everything can be checked.
so we live with it.
cheers.
az.
--
Aaron Ardiri
Lecturer http://www.hig.se/~ardiri/
University-College i G�vle mailto:[EMAIL PROTECTED]
SE 801 76 G�vle SWEDEN
Tel: +46 26 64 87 38 Fax: +46 26 64 87 88
Mob: +46 70 352 8192 A/H: +46 26 10 16 11