E2163 Too many conditional symbols (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Error and Warning Messages (Delphi)

You have exceeded the memory allocated to conditional symbols defined on the command line (including configuration files). There are 4096 bytes allocated for all the conditional symbols. Each conditional symbol requires 1 extra byte when stored in conditional symbol area.

The only solution is to reduce the number of conditional compilation symbols contained on the command line (or in configuration files).