Advanced Tab

 

Here you can select the most advanced options of your project. Here is how it looks like for the calculator example:

 

 

Global setting

As you might have notice, the project settings is a simple facade to the Ace file. Every modification that is done in this window is saved in the Ace file of your project. Since it is just a facade, it does not provide all the available options in the Ace file, but just the most common.

If you want to edit the current settings, simply click on the Edit button. It will edit your Ace file in the external editor you have selected in the preferences. The project settings window will automatically vanish, to make sure there will not conflicts between its contents and the modified Ace file.

If you decide to change your Ace file, simply click on the `Load from...' button, a standard open file selection dialog will popup and you can choose a new Ace file. If the Ace file is invalid, a warning dialog will appear and the Ace file change will not be taken into account. If the Ace file is valid, the project settings tab will be updated with the new values extracted from the Ace file.

If you want to redo your Ace file, you can click on the Reset button. This will clear all settings to their default values and delete the list of included clusters. No warning is displayed so make sure you know all the consequences of doing so.

 

Standard options

For a project using the standard C compilation generation, here is what you can select:

 

Note: On Windows, the dynamic run-time is available only if you compile with the Microsoft Visual compiler.

For a dotnet system, only the first two are available, and thus you get:

 

Finalization options

This is only active for project using the standard C compilation generation. Here is what you can select: