The Executable Preferences page is the second page of the User Preferences dialog box, and is therefore not the first page displayed when you activate this dialog box. To display the Executable Preferences page you must click on the Executable tab of the User Preferences dialog box.
The Executable Preferences page is used to control what happens when you generate an executable (i.e. compile a program), or when you run an executable (i.e. run the program that was compiled). This page is shown below for easy reference:
The Executable Preferences page contains four components:
When in file mode, Irie Pascal will always compile the current file being edited (ignoring the file specified by the current project), and the file executable options (i.e. the other components in this page) will be used when compiling or running executables. NOTE: This mode is useful when you don't want to start a new project for every program that you create (instead you can just load a file into the editor and compile and run it immediately).
When in project mode, Irie Pascal will always compile the program specified by the current project, and the executable options (see the Miscellaneous options page of the Project Options dialog box) specified by the current project will be used when compiling or running executables. NOTE: This mode is useful when you intend to start a new project for every program that you create, since Irie Pascal will always remember which program to compile or run, and the executable options to use when doing so, regardless of what file you are currently editing. Also in this mode, each project can have different executable options, and Irie Pascal will always use the executable options for the currently open project.