I've been trying to set up SFML for graphics for a while and I'm having an issue with running the application. Looked at various tutorials and videos and couldn't find anything, nothing with eclipse that is. After setting up the environment and linking the headers and libraries, the application doesn't open and requires these 3 files:
I've tried a couple things, linking them statically (doesn't seem to work gives the me same error requiring the files), pasting the files into the folder with the other dll files (gives me a error saying application was unable to start correctly 0xc000007b). The code that is in my main file is from the tutorial page from the sfml website. Here are some properties of my project...
What am I missing here please help!
User contributions licensed under CC BY-SA 3.0