I'm guessing it's the ... sequence. PilRC turns that into the elllipsis
character (in the Palm character set).
The plugin must turn that back into the Mac character encoding, which is
then converted by PalmRez PostLinker back to the Mac encoding.
I know the plugin had a problem at one point in generating the wrong Mac
character.
Can you look at the Menu.r file that is generated from Menu.rcp, and see
what character is present where the ... was?
Neil
on 7/10/01 3:55 PM, Richard Burmeister at [EMAIL PROTECTED] wrote:
> I am using the PilRC plugin with CW 7 (IDE 4.1.0.3, build 0654, Windows) to
> add a menu that uses the system edit routines. When I compile it, I get
> this error message 3 times:
>
> PalmRez Warning: Possibly invalid character 0xff (y) is present in resource
> UNEM ID=1000. (1000 is the ID of the menu.)
>
> Any ideas what could be causing this? I have looked at Menu.rcp and there
> are absolutely no 0xff's in it.
>
> Here are Menu.h and Menu.rcp, in case that helps:
>
> Menu.h
> ======
> #define TestMenuBar 1000
> #define RecordDeleteItem 1001
> #define RecordDeleteCustomer 1002
> #define RecordCustomerDetails 1003
> #define RecordBeamCustomer 1004
> #define OptionsAboutSales 1005
> #define EditUndo 10000
> #define EditCut 10001
> #define EditCopy 10002
> #define EditPaste 10003
> #define EditSelectAll 10004
> #define EditSeparator 10005
> #define EditKeyboard 10006
> #define EditGrafitti 10007
>
> Menu.rcp
> ========
> #include "Menu.h"
> MENU ID TestMenuBar
> BEGIN
> PULLDOWN "Record"
> BEGIN
> MENUITEM "Delete Item..." ID RecordDeleteItem "D"
> MENUITEM "Delete Customer..." ID RecordDeleteCustomer
> MENUITEM "Customer Information..." ID RecordCustomerDetails "E"
> MENUITEM "Beam Customer" ID RecordBeamCustomer "B"
> END
> PULLDOWN "Edit"
> BEGIN
> MENUITEM "Undo" ID EditUndo "U"
> MENUITEM "Cut" ID EditCut "X"
> MENUITEM "Copy" ID EditCopy "C"
> MENUITEM "Paste" ID EditPaste "U"
> MENUITEM "Select All" ID EditSelectAll "S"
> MENUITEM "-" ID EditSeparator
> MENUITEM "Keyboard" ID EditKeyboard "K"
> MENUITEM "Grafitti Help" ID EditGrafitti "G"
> END
> PULLDOWN "Options"
> BEGIN
> MENUITEM "About Sales" ID OptionsAboutSales
> END
> END
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/