Ronnen,
The prefix files are used in the simulator targets on the Macintosh.
For the 3.5 SDK the file US.Prefix.h has been renamed to Locale_enUS.h.
Where is this file being included ? My guess is that if you go to your
application's simulator target and bring up the C/C++ Language settings in the
prefs panel you will notice that the file is being included there...
--vivek
"Ronnen Belkind" <[EMAIL PROTECTED]> on 11/01/99 11:23:49 AM
Please respond to [EMAIL PROTECTED]
Sent by: "Ronnen Belkind" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (Vivek Magotra/HQ/3Com)
Subject: Converting to Palm OS 3.5
I'm am trying to convert my app to OS version 3.5.
I have changed the Metroworks access paths to point to the 3.5 support
directory.
I have changed all the types to UInt32, ect... and have included PalmOS.h
instead of Pilot.h
When I try and compile I get :
>>Error : the file 'Us.Prefix.h' cannot be opened
>>S4.c line 1
/*************************************************************************
I don't include US.Prefix.h and I can't figure out who is? Has anyone had this
problem?
Any suggestions?
The only files I include are:
>>#include <PalmOS.h>
>>#include <SysEvtMgr.h>
>>#include <CharAttr.h>
>>#include <Window.h>