Elizabeth,
You should start using the Txt* macros and functions so that your application
behaves correctly when run on an international version of the Palm OS.
We put in the error message to point out the places where developers need to
'update' their code.
To use the new Txt* stuff look at TextMgr.h (it should be in the International
includes folder). The errors will tell you what you need to use in place of
what you are currently calling.
However, if you still want to keep using your code as-is, then you need to
define the NON_INTERNATIONAL preprocessor directive.
So at the top of your source file you need to include
#define NON_INTERNATIONAL
--vivek
"Elizabeth Chang" <[EMAIL PROTECTED]> on 11/30/99 09:50:44 AM
Please respond to [EMAIL PROTECTED]
Sent by: "Elizabeth Chang" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (Vivek Magotra/HQ/3Com)
Subject: FW: CodeWarrior 6 Error Messages (_Obsolete_Use_TxtCharlsHardKey)
Hi,
Has anyone seen the following error messages during the CodeWarrior upgrade
(from release 5 to 6)?
Elizabeth Chang
ISSI Consulting Group
[EMAIL PROTECTED]
-----Original Message-----
From: Elizabeth Chang [mailto:[EMAIL PROTECTED]] On Behalf Of Elizabeth
Chang
Sent: Wednesday, November 24, 1999 11:48 AM
To: 'Jun-Kiat Lam'
Subject: CodeWarrior Error Messages (_Obsolete_Use_TxtCharlsHardKey)
Hi Jun-Kiat,
Can you please help with the following error messages. They are from after
the CodeWarrior 6 upgrade. Thanks.
Error : undefined identifier '_Obsolete__use_TxtCharIsHardKey'
Address.c line 2127 if (ChrIsHardKey(event.data.keyDown.chr))
Error : undefined identifier '_Obsolete__use_TxtCharIsHardKey'
Address.c line 4267 if (ChrIsHardKey(event->data.keyDown.chr))
Error : undefined identifier '_Obsolete__use_TxtCharIsHardKey'
Address.c line 5909 if (ChrIsHardKey(event->data.keyDown.chr))
Error : undefined identifier '_Obsolete__use_TxtCharIsSpace'
Address.c line 6288 recordViewRecord.fields[fieldNum][offset +
length - 1]) &&
Error : undefined identifier '_Obsolete__use_TxtCharIsHardKey'
Address.c line 7428 if (ChrIsHardKey(event->data.keyDown.chr))
Error : undefined identifier '_Obsolete__use_TxtCharIsHardKey'
Address.c line 8856 if (ChrIsHardKey(event->data.keyDown.chr))
Elizabeth Chang
ISSI Consulting Group
[EMAIL PROTECTED]