Next Previous Up Top Contents Index

Installing MLWorks

7 Contents of the installed MLWorks system

In addition to the MLWorks compiler and interactive environment, the MLWorks system contains various scripts, manual pages, libraries and a run-time system executable.

Before we can discuss the contents of the installation in more detail, there are two concepts to explain: object files and image files.

MLWorks provides a separate compilation system which allows you to compile ML source files down to object files on disk. Object files have the suffix .mo. They are suitable for loading into the MLWorks interactive environment (mlworks or mlworks-basis) or runtime (via mlpervasive.bat, which includes the pervasive library code necessary for running all code compiled by MLWorks) for execution.

In addition, there are facilities in the Professional edition for turning ML applications you have developed under the MLWorks programming environment into free-standing files. This delivery process works in two ways; you can either compile an application down into an executable file packaged with the MLWorks runtime, or you can save your current session. In the former case, you can execute the application by running the executable file; in the latter, you do so by invoking the MLWorks session as saved.

The MLWorks installation provides libraries in the form of source and object files, and image files. The various MLWorks scripts work with either object files or image files or both.

7.1 - Documentation
7.2 - Shortcuts
7.3 - Libraries
7.4 - Image files

MLWorks 2.0 Installation Notes - 12 Aug 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker