??? 05/20/04 11:05 Read: times |
#70749 - RE: how to use to header files in one fi Responding to: ???'s previous message |
Using C means to write the conditional into actual C code which will translate to a run time check of the variable and corresponding change of the other gain variables (or whatever they are).
Using CPP (the C Pre Processor) means to write the conditional with # type statements that are a compile time evaluation of the variable (as a constant value) and setting the gain vaiables accordingly. Michael Karas |