I was trying to make a little C++ program that would create a soft key-based
menu (this is trivial, of course, in .Net, MS has decided in its infinite
wisdom not to support C++ in .Net CF) and it seems like SHCreateMenuBar will
return success but not do anything if you try to use an HMENU instead of a
resource from a resource file. The only info I've seen about this after a
web search was a post from 2004 saying that the documentation is lacking in
that it doesn't say this isn't supported. Is this still the case, even on
WM6?
Perhaps because I've got a slight Luddite streak I want to do some
development with the commandline tools instead of using Visual Studio per
se. The Windows Mobile 6 SDK add-on for Visual Studio doesnt' seem to have
a version of rc.exe--will the regular version work to create .res files?
Archived from group: microsoft>public>smartphone>developer