----- Original Message ----- From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 11:57 AM Subject: Re: undefined identifier in Release target
> At 08:49 AM 3/11/2004, you wrote: > >CW 9.3. > > > >Compiling the project under Debug mode givers no error but I get "undefined > >identifier" errors for vchrRocketRight, vchrRocketLeft, vchrRocketUp, > >vchrRocketDown , and vchrRocketCenter. > > > >Even when I explicitely include "Chars.h" that has those definitions. > > 1) You mean "rocker", not "rocket" right? Oops, you are right. Ok, just got some more coffee :-) > > 2) Those characters were added in the Palm OS SDK 5.0 R3. 9.3 only has 5.0 > R2 included -- you need to download R3 and apply it yourself to get those > character definitions. After installing the updated SDK, you also need to > rebuild any precompiled headers you're using, usually by using the > "BuildAll.mcp" project. Thanks, Ben. I will do it ( need to look for your doc about manually installing R3 again ) . Could you please explain a little more why. I checked the Chars.h and it does have those definitions : #define vchrRockerUp 0x0132 // 5-way rocker up #define vchrRockerDown 0x0133 // 5-way rocker down #define vchrRockerLeft 0x0134 // 5-way rocker left #define vchrRockerRight 0x0135 // 5-way rocker right #define vchrRockerCenter 0x0136 // 5-way rocker center/press Also, why does it work in Debug, and not in Release target ? Thanks again, Ben. Vu > > > -- Ben Combee, senior DTS engineer, PalmSource, Inc. > Read "Combee on Palm OS" at http://palmos.combee.net/ > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
