Not exactly like in tutorial, but I know it should work anyways.
1. All these *.dlls are in system32 so I shouldn't move them everytime I make a new project. When I'll export the final release version of a program I'll ship it with the *.dlls it needs. No previous versions of SFML are installed. The version of this SFML is correct for my GCC compiler (otherwise it would complain and the program couldn't start, right?).
2. All the following settings are in the
global compiler settings so I shouldn't reset them every time I start a new project. Don't worry, the same settings in the
project compiler settings are set blank, for both releases. No other settings or flags in global compiler settings, only the default ones.
Nothing more. Nothing additional. Only these settings were changed.
P.S. I'm running win32 on a 64 bit machine. Might that be the case?