24.10.2013, 15:51
If I do that I can compile normally, but I would like to be able to use enums as they are much more flexible than defines. For example if one day I add a new define, I will have to remember to also increase the number of cells in the array lastcallbacktime, something which is easy to forget about. With enums however, I only would have to add whichever lines I wanted and the rest would be automatic.