We ported our program to use MFC Feature Pack. The problem is that the menu bar is not visible when Windows XP is used. (With Windows 7 it works.) This seems to be a known problem and a codeproject article recommends using CMFCMenuBar. But we don't like that option because we have a custom menu with lots of custom program code.
Is there are way to show the "classic" menu under XP?