| Allegro CL version 8.2 Object described on page has changed in 8.2. 8.1 version |
The Advanced Tab of the Project Manager Dialog displays certain advanced options for the application associated with the project. The options and controls are:
As described below, a project will prepend either
+cx
or +c
to these options
internally, and so it is generally not necessary to specify a
c
option explicitly here.
The initial value for a new project includes the +M
flag (to ensure that the standalone application fully exits when it
attempts to exit with a non-zero exit code after an error), and also
+t
Console for Debugging (as
a suggested title for the Console window, in case it were to be
included with a delivered application). These flags are recommended
for CG applications, though you may wish to add additional flags.
In addition to the command line arguments specified explicitly in this
widget, either the +cx
or +c
flag will be added internally by the project system. If Enable
Debugging of Runtime Errors is selected on the Build
tab, then +cx
will be added to include the console
window in the application; it will be hidden but may be exposed for
debugging. If Enable Debugging of Runtime Errors has been
unselected (as you would typically do before delivering an
application), then +c
is passed to exclude the
console window entirely from the application; this will also suppress
the console's tray icon.
See Command line arguments and its subsections in startup.htm for a table of standard command-line options.
:read-init-files nil :c-heap-size #x400000
See the general description of the Project Manager Dialog for details of the toolbar buttons.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
The object described on this page has been modified in the 8.2 release; see the Release Notes.
Created 2016.6.21.
| Allegro CL version 8.2 Object described on page has changed in 8.2. 8.1 version |