Edit: Solved
Edit: Okay, scratch that. It isn't just that line or problem. There are too many to type out lol. If you could just compile the code( download below ) and help me fix the problems that would very nice of you and would be awesome.
Alright, I'm doing the tutorials here
http://redkiing.wordpress.com/category/games/sfml/ .
My problem is that there is a line of code
sf::Color::Color boardColor;
Which renders many nasty errors( In fact all the errors I have are from this )
Errors:
Error 1 error C2146: syntax error : missing ';' before identifier 'boardColor'
Error 2 error C2602: 'sf::Color::{ctor}' is not a member of a base class of 'Board'
etc...
This line is in the class Board. The corresponding piece of code in the .cpp file is this
boardColor = sf::Color::Color(0, 102, 153 );
If the rest of the code is needed, I can either put it on here or you can download the source code here
http://www.mediafire.com/?lzijniewqww