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>