TFT Touch Shield sketch

I have a Radio Shack version of the 2.8" TFT touch shield. I read the WIKI page and down loaded he
recommended library. I loaded it into to Windows 8 machine running the Arduino 1.0.6 IDE.
When I try to compile the demo example(s) I get the following errors:

drawCircle.ino: In function ‘void setup()’:
drawCircle:36: error: ‘Tft’ was not declared in this scope
drawCircle:42: error: ‘YELLOW’ was not declared in this scope
drawCircle:43: error: ‘CYAN’ was not declared in this scope
drawCircle:44: error: ‘RED’ was not declared in this scope
drawCircle:45: error: ‘BLUE’ was not declared in this scope

I looks like some language changes were made in the programing between this original writing
and present day. Can anyone direct me to anything more current that will work on this shield ?
Either that or explain to me what changes I need to get these sketches to compile.

Errors like that almost due to the wrong libraries path, please check whether you have put it in the folder of libraries. And you can also scan other libraries to confirm the type of folder.

such as …arduino/libraries/TFT/examples/paint/paint.ino

if you still can’t compile the program, try those libraries attached.
libraries.zip (28.3 KB)