I have a problem with a SHCreateMenu-type Menu created from a resource at the bottom of my window. On iPAQs with 2002 it's fine, on Pocket PC 2002 emulator it's fine.
However when I beam the program to a Trium (Pocket PC 2000) the menu at the bottom doesn't appear.
SHCreateMenu returns 0 (error).
(This is all normal SDK by the way, no MFC or ATL used.)
What I have to do is recompile the program for Pocket PC 2000 (and of course the download speed to the iPAQ is slower), but then when I beam it to the Trium it works fine.
Anyone know why this is? What is different about the libraries and headers for Pocket PC 2000 from 2002, which might cause the menu bar at the bottom to not appear?