Complete the following steps to compile a Mosel source file to a BIM file:
- From the Run Configurations drop-down list (located to the right of the main menu bar, near the top of the screen), select the Mosel source file that you want to compile.
- Click the Compile button, which is the button directly to the right of the Run Configurations drop-down list.
Alternatively, press
Ctrl-B.
- Check the Output window for any compilation errors.
If compilation is successful, a BIM file appears with the source file in the file tree.
|
Note If the source file loads any packages,
Xpress Workbench compiles the packages before compiling the selected source file. Intermediate BIM files are placed in a folder named
out by default.
|