10.11.2016, 20:39
My guess "DualRoom" are variables and as the error says, switch statements cannot have varying cases. You can compare non-constant variables using if-else.
Or if those variables hold constant values, use #define or enum.
Or if those variables hold constant values, use #define or enum.