I'm developing an application that should on run on
multiple devices and PPC versions. It is an MFC project
with "Basic Command Bar".
If I use a menu with a popup menu in a popup menu, it
works fine on PPC2002 device and emulator, Palm-size
device and emulator and also on a PPC(2000) device. In
the PPC(2000) emulator my application crashes with an
Unhandled Exception (Access Violation). Debugging the
application I detected that it crashes in
CCeCommandBar::InsertMenuBar in function
MenuItemStringStrip() when API function SetMenuItemInfo
is called.
In another (new) project I don't see the text I entered
for that menu item. Instead I see some squares; sometimes
instead of a square a letter (sometimes arabic, cyrillic,
hebraic, ...). It only happens on my emulator
not in the device.
I can't see what I'm doing wrong because I do nothing.
Just added a menu item to a menu item and checked "Pop-
up".
Thanks
Claus