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