Scheduler library - error compiling

I recently downloaded the Scheduler library from Arduino Playground - Scheduler Library.

I believe I installed correctly: My Documents > Arduino > libraries > Scheduler.

However, even with the example sketch the code won't compile. Please help, thanks!

Hi, welcome to the forum.

We like to have more information, which Arduino board you are using and what the error output was.

That Schedular library is old.
I installed the zip file in the Arduino IDE: Menu -> Sketch -> Import Library -> Add Library.
In "Schedular.h" I changed "#include <WProgram.h>" into "#include <Arduino.h>".

Then I run the example and it compiled and it did something on my Arduino board.

tcd44:
However, even with the example sketch the code won't compile. Please help, thanks!

Perhaps it's busy.

Is that library any better than managing timing using millis() ?

...R