RAD Studio (Common)
ContentsIndex
PreviousUpNext
Setting Project Options

You can manage application and compiler options for your project. Making changes to your project only affects the current project. However, you can also save your selections as the default settings for new projects.

To change compiler options

  1. Choose ProjectOptions. The Options dialog box appears.
  2. Select Compiler and set your options to modify how you want your program to compile.
  3. Click OK.

To change application options

  1. Choose ProjectOptions. The Options dialog box appears.
  2. Select Application and specify a title and extension for your application.
  3. Click OK.

To change debugger options

  1. Choose ProjectOptions. The Options dialog box appears.
  2. Use the Debugger page to pass command-line parameters to your application, specify a host executable for testing a DLL, or load an executable into the debugger.
  3. Use the Environment Block page to indicate which environment variables are passed to your application while you are debugging it.
  4. Click OK.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!