The suggested change to the rcp didn't correct the problem. Thanks for the suggestion. I'll look at sourceforge when I get home this evening.
Thanks. alan ---Original Message--- From: "Palm Developer Forum" <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Date: Fri, 25 Jan 2002 08:13:33 -0500 Subject: Re: My never ending struggle with menu bars and gcc/pilrc development Hi Alan, The sourceforge.net project page has a link to download sample applications. I don't know if any of them qualify as HelloWorld, but if they don't work you might have problems. http://sourceforge.net/project/showfiles.php?group_id=4429&release_id=55473 Looking at your rcp file, this might be a problem: MENU ID primaryMenu BEGIN PULLDOWN "Info" BEGIN MENUITEM "Help" miHelp "h" MENUITEM "About" miAbout "i" END END Maybe it should be: MENU ID primaryMenu BEGIN PULLDOWN "Info" BEGIN MENUITEM "Help" ID miHelp "h" MENUITEM "About" ID miAbout "i" END END Pilrc compiles both without error or warning, but I _think_ the first is incorrect. At the very least it is different syntax than what's on the manual page at www.ardiri.com. HTH, Ed -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
