BockiMessageBoard.h problems

Hi Ive got a maplin am 03127 led display im tryng to run from an arduino, I found a couple of sketches.

http://www.sundh.com/blog/2012/04/arduino-library-for-led-message-display/

and

I wondered if anyone else had tried and got over the problems.

I tried the first sketch but it came up with several errors, then I put the BockiMessageBoard.h file in my library and loaded the display message sktech from the examples and tried to complile it but got these messages,
Arduino: 1.5.6-r2 (Windows 7), Board: "Arduino Uno"

Build options changed, rebuilding all

DisplayMessage:22: error: 'BockiMessageBoard' does not name a type
DisplayMessage.ino: In function 'void setup()':
DisplayMessage:31: error: 'messageBoard' was not declared in this scope
DisplayMessage:31: error: 'SCROLLLEFT' was not declared in this scope
DisplayMessage:31: error: 'VERTICALCLOSE' was not declared in this scope
DisplayMessage.ino: In function 'void loop()':
DisplayMessage:36: error: 'messageBoard' was not declared in this scope
DisplayMessage:36: error: 'PAGE_A' was not declared in this scope

I am a novice to the arduino so any help would be great.
I have attached the sketches below.
Thanks in advance hopefully

DisplayMessage.ino (890 Bytes)

BockiMessageBoard.h (1.12 KB)