by Fenton Webb
Issue
I’ve defined several commands in an ARX module, but when I load it into my OEM product none of them appear as callable commands. What’s going wrong?
Solution
This most likely caused by not specifying the commands on the "Your Commands" tab in the OEM Make Wizard. If the command doesn’t appear in the list, OEM will not allow it to be registered, and you will not be able to use it in your product.
To fix this, add the command name to the list on the "Your Commands" tab in the OEM Make Wizard, or make sure the command is spelled properly, then rebuild your product’s resources to incorporate the new command list. You should now see the commands.
Be sure to check how the commands should be defined, this is documented in the OEM Developers Guide (oemdev.chm) under the section Your Module Settings Page

Leave a Reply