Setting up the Integrated Development Environment (IDE)

From InterBase

Go Up to Building Applications


The Embarcadero Integrated Development Environment (IDE) offers options that are equivalent to the command line options.

IDE Default

The case-sensitive link (/c option) is the default in the IDE.

IDE Project Options Dialog Box

Choose the following options from the IDE Project Options dialog box. The corresponding command-line option is also listed.

Directories

Include directory: <InterBase_home>\SDK\include

Library directory: <InterBase_home>\SDK\lib

Note:
The default InterBase home directory is C:\Embarcadero\InterBase.

Compiler

Source language compliance: Embarcadero extensions

32-bit Compiler

Data alignment: Byte (-a4 option for 4 byte alignment)

Linker

Choose Case-sensitive link ON (/c option).

Advance To: