Installing New Library- MakeBlock

I have tried a variety of sources and still cannot get the new libraries installed properly.

The I can load the standard products and samples but it will not allow me to load and run (without errors) any new libraries. Specifically the libraries associated with MakeBlock Robot.

Please help.

DMS

Here is the errors that I recieve:
Arduino: 1.5.5 (Windows 7), Board: "Arduino Uno"
Ultrasonic_car:19: error: 'MeDCMotor' does not name a type
Ultrasonic_car:20: error: 'MeDCMotor' does not name a type
Ultrasonic_car:21: error: 'MeUltrasonicSensor' does not name a type
Ultrasonic_car.ino: In function 'void loop()':
Ultrasonic_car:38: error: 'UltrasonicSensor' was not declared in this scope
Ultrasonic_car.ino: In function 'void Forward()':
Ultrasonic_car:66: error: 'MotorL' was not declared in this scope
Ultrasonic_car:67: error: 'MotorR' was not declared in this scope
Ultrasonic_car.ino: In function 'void Backward()':
Ultrasonic_car:71: error: 'MotorL' was not declared in this scope
Ultrasonic_car:72: error: 'MotorR' was not declared in this scope
Ultrasonic_car.ino: In function 'void TurnLeft()':
Ultrasonic_car:76: error: 'MotorL' was not declared in this scope
Ultrasonic_car:77: error: 'MotorR' was not declared in this scope
Ultrasonic_car.ino: In function 'void TurnRight()':
Ultrasonic_car:81: error: 'MotorL' was not declared in this scope
Ultrasonic_car:82: error: 'MotorR' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.[/glow][/glow][/glow][/glow]

Are the required libraries in the Arduino's libraries folder on your computer? ie. Arduino/libraries/

Check that the #include statement refers to the library's name exactly.

Did you restart the IDE? If not do so.

Is your newly installed library included in the Sketch / Import Library ... menu? If not, it's not installed correctly.

help

Hi dskinlo,

I'm johnny from Makeblock. Please follow the video instruction to check that whether you have install our library correctly.

You can download our library from our wiki or github.

http://wiki.makeblock.cc/index.php/Library_Download#Installation