Delphi Compiler Error
E2163 Too many conditional symbols
Reason for the Error & Solution
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).