Hey guys,
I'm new to SFML and am trying to build a simple game engine with it (something I've previously done in SDL) - but before I can even get to that, I'm having issues with Linker errors, see the following:
I'm trying to link against SFML statically, I have a folder setup with the lib and include directories, I have set my project to use the SFML_STATIC preprocessor definition, etc.
I'm not sure what I'm doing wrong? I'm just trying to run the sample program at the end of this page:
http://sfml-dev.org/tutorials/2.1/start-vc.phpI'm using Visual Studio 2013 on Windows 8.1 using a Win32 project.
Thanks in advance.
EDIT: I should note I searched and found some similar problems, but none of the solutions seemed to help?