Use a debugger to find out where it crashes exactly. Most likely it's an incompatible SFML DLL that you're using.
Make sure to use the matching libraries or build SFML from source or even better, use the CMake template:
https://www.sfml-dev.org/tutorials/2.6/compile-with-cmake.phpAdditionally, please spend some time searching the forum and the internet for your problems.
They are not new and you'll find many replies, no need to post any tiny problem you run into.