Yes I do believe that I am doing something drastically wrong here. In my project I only have <Pilot.h> included along with several other files that are required in my project. What other header files do I need to include?
Thank you. "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 04:40 PM 1/27/2005, you wrote: > >Okay so I did put the "Palm OS Support" folder from Palm OS 5 SDK (68K) R3 > >into the CW folder. Then I changed the access paths to point here. After > >that I blanked the file called Us.Prefix.h and then compiled my application. > >So I get these errors: > > > >Error: identifier 'Err' redeclared > >was declared as short now declared as unsigned short > >PalmTypes.h line 74 typedef UInt16 Err; > > > >Error: macro 'SYS_TRAP' redefined > >PalmTypes.h line 289 #define SYS_TRAP(trapNum) _SYSTEM_API(_CALL) > >(_SYSTEM_TABLE, trapNum) > > > > > >and 10 more error like these ? What is happening? > > Are you just #including <PalmOS.h> in your app? Do you have other > #includes of Palm OS header files after that? It sounds like you are not > using the right set of include files. > > > -- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. > "Combee on Palm OS" weblog: http://palmos.combee.net/ > Developer Forum Archives: http://news.palmos.com/read/all_forums/ > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
