1
SFML projects / Re: TGUI: a c++ GUI for SFML (with Form Builder)
« on: July 26, 2012, 12:32:14 am »find a setting in codeblocks to change from make to mingw32-make
This worked!
ok, now I think we are down to the last problem. I assume this is because of the SFML version I am using.
Quote
'BackSpace' is not a member of 'sf::Keyboard'|
I am using SFML 2.0 RC. Should I change these lines to anything?
EDIT: Changed all instances of BackSpace to Back and it compiled! I think I can finally get it up and running.
Thanks a bunch!