To set manifest constant definitions for the preprocessor

  1. Navigate to the top of your hierarchy to ensure that the constant definition is inherited throughout your project.
  2. Choose Project > Options for Selected Files... .
  3. Select the General tab.
  4. In the Defines: field, enter the constant definitions. Do not enter the -D preprocessor option before the constants. For example, if you want to set DEBUG to 1 and MAX to 64, enter: DEBUG,MAX=64

See "Defines:", for more information.

Related topic:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.