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/

Reply via email to