Current Page:
NeXtMidas Training
X-Midas Interoperability
XBC
Adding Host Primitives
|
|
- Adding host primitives to a NeXtMidas option tree.
- Make sure that XBC is on the path.
- Create a
buildopt.mm macro in the mcr area for the option tree.
- Create a
messages.cfg file in the cfg area of the option
tree. (Optional)
- Add the host primitive to the
host area of the option tree. Then use
UPDATE to add it to the dictionary (use H for the
command support).
- Build the option tree:
nM> MAKE ALL <OPT>
- Verifying a host primitive will run in XBC
- The
CHECKXBC;XBC command can be run manually to verify if a host primitive will run in XBC. See explain
file for more details.
|
|
|