SdFat get errors when starting example code on OS win7

Arduino IDE 1.0.5 with mega 256 and SPI SD interface Windows 7

Hi,
I installed SdFat from "GitHub - greiman/SdFat: Arduino FAT16/FAT32 exFAT Library" as recommend in Quickstart.txt
and then i start Quickstart.ino.

When I install the SDFat under Windows XP everything is running!!!

If i compile this sketch i get an lot of errors:

Please help me!

QuickStart:23: error: 'ArduinoOutStream' does not name a type
QuickStart:27: error: 'ArduinoInStream' does not name a type
QuickStart.ino: In function 'void cardOrSpeed()':
QuickStart:33: error: 'cout' was not declared in this scope
QuickStart:33: error: 'pstr' was not declared in this scope
QuickStart.ino: In function 'void reformatMsg()':
QuickStart:38: error: 'cout' was not declared in this scope
QuickStart:38: error: 'pstr' was not declared in this scope
QuickStart.ino: In function 'void setup()':
QuickStart:48: error: 'cout' was not declared in this scope
QuickStart:48: error: 'pstr' was not declared in this scope
QuickStart:49: error: 'endl' was not declared in this scope
QuickStart.ino: In function 'void loop()':
QuickStart:73: error: 'cout' was not declared in this scope
QuickStart:73: error: 'pstr' was not declared in this scope
QuickStart:76: error: 'cout' was not declared in this scope
QuickStart:76: error: 'pstr' was not declared in this scope
QuickStart:77: error: 'cin' was not declared in this scope
QuickStart:79: error: 'endl' was not declared in this scope
QuickStart:90: error: 'endl' was not declared in this scope
QuickStart:102: error: 'hex' was not declared in this scope
QuickStart:102: error: 'showbase' was not declared in this scope
QuickStart:104: error: 'dec' was not declared in this scope
QuickStart:104: error: 'noshowbase' was not declared in this scope
QuickStart:104: error: 'endl' was not declared in this scope
QuickStart:108: error: 'endl' was not declared in this scope

Hi wolfgang,

I think this has nothing to do with which OS you are using, XP or 7, those errors are ALL as a result of incorrect installation of SdFat. If you are sure you copied the library to the correct location, then did you restart the IDE after you copied the library?

Regards,

Graham

Hi,
thanks for your answer.

Yes,
I did a restart of Arduino IDE and Im really sure that I installed the library correct.

Kind regards