Hello Mad River, This works fine on my machine, however using if against negative value is risky (coding standards recommend explicit comparisons, i.e. #if (TRUE == OPTION_2)). I also recommend enclosing each #define in brackets: #define TRUE (-1). If block of code is inactive and definition of OPTION_2 is in different scope (file) than the conditional statement , make sure the file that defines OPTION_2 is saved. Regards
↧