Deploy Dialog
Accessible by selecting Deploy... from the Deploy menu or by clicking the button on the Toolbar.
If you wish to build a model as an executable file, see the Self Executing Model Dialog.
This dialog is the first step in deploying a mosel model or a matrix file in a user application written in C/C++, Java or VB. After selecting how the current file will be deployed, click on "Next >" to preview and save the generated code.
Choices:- Save .BIM file (with debug information)
- The .BIM file will contain all original strings plus debug information.
- Save .BIM file (all names stripped)
- Secure the .BIM file by removing human-readable identifier names.
- Run Mosel model from C
- Only available when a .mos file is open in the editor. Produces a simple C program.
- Run Mosel model from Java
- Only available when a .mos file is open in the editor. Produces a simple Java program.
- Run Mosel model from VBA
- Only available when a .mos file is open in the editor. Produces a simple VBA program.
- Run Mosel model from VB.NET
- Only available when a .mos file is open in the editor. Produces a simple VB.NET program.
- Run Mosel model from C#
- Only available when a .mos file is open in the editor. Produces a simple C# program.
- Optimize matrix file from C
- Only available when a matrix file is open in the editor. Produces a simple C program.
- Optimize matrix file from Java
- Only available when a matrix file is open in the editor. Produces a simple Java program.
- Optimize matrix file from VB.NET
- Only available when a matrix file is open in the editor. Produces a simple VB.NET program.
- Optimize matrix file from C#
- Only available when a matrix file is open in the editor. Produces a simple C# program.