Options
| Option | Description
|
|---|
| DEBUG | This define compiles in support for various
debugging routines and more extensive error
message checking. Use DEBUG mode during
application development and to generate
smaller production executable programs,
comment this define out before building the
Xbase library.
|
|---|
| UI_HTML_ON | Tuns on the option for the HTML generation
class.
|
|---|
| INDEX_NDX | This define compiles in support for NDX
indexes. Comment this line out to drop
support for NDX indexes.
|
|---|
| LOCKING_ON | Needed for multi user configuration.
It is safe to remove this option for single
user environments.
|
|---|
| UNIX | Leave this one on for now.
|
|---|
| MEMO_FIELDS | This define compiles in support for
memo (variable length) fields.
|
|---|
| DBT_BLOCK_SIZE | This defines the default block size
to use when creating memo .DBT files.
It must be an increment of 512 bytes.
The maximum block size is 32256.
|
|---|