Hello,
I finished my Tetris clone and so I'd like to build a release version.
To do this, I simply changed the Linker Input - Additional Dependencies - from sfml-system-d.lib to sfml-system.lib for all the used libs.
I then compiled, which went fine. The problem arises when I try to execute my program, with the version where I compile without debug info in dll it crashes directly. (I copied the correct dlls to the working dir btw sfml-system.dll etc...) its simply an memory access error. But if I compile with the sfml-system-d.lib files when executing it works correctly.
Any clue what I am doing wrong?