Hi, Using gcc version 4.6.3 including the parameter -Wall, I discovered that it gives a warning message for missing closing double quotes inside sections of code that are not even used due to #if ... #endif statements. That seems odd. Just FYI, -Mike