Hi Philip
There are 2 parts: Generation of the XML and using the XML.
Generation:
PB didn't change how the menus are build in 20+ years. So this part should work anyway. Based from your description and your print screen you use it the wrong way round.
Either create an executable of the RibbonBar Generator or add the library list of your application to the Ribbon Bar generator library list. Run the RibbonBar Generator and choose for case 1 the target of your application for case 2 the RibbonBar Generator target.
The menus are imported and you can generated an XML from the menu by double clicking it.
Usage:
Depending on your menu the XML can't be use without some changes to the XML. I found that the application menu can have 2 level of <Item> only and no withe space in the 2nd level. So you can either skip the application menu generation, tweak it or remove/change the XML manually.
The 2nd finding is that if your menu includes Ampersands the RibbonBar Builder Tool shows an error was well. This can be fixed with Search/Replace in the RibbonBar Builder (Ctrl-H).
Regards
Arthur