Expected a member name (E133)

10 Aug 2010

Dear Forum,

I am trying to use Timer. When I compile the example file it was just okay, but when I use Timer function integrated with my other coding there is error on the start() function.

Timer tick;

...
tick.start();
...

Error notification appears as "Expected a member name (E133)" in file ".../...h"

What's going on?

 

/rhj

10 Aug 2010

It's hard to say without seeing all code. Can you publish it so we can check?

10 Aug 2010

It is already solved.

I make a new project file then copy the whole code from the old project file. That's all and no error occur.

I don't understand but, that the way it solved.

 

/rhj