Trouble setting up sfml/c++ in eclipse

0

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:

  • libwinpthread-1.dll
  • libgcc_s_seh-1.dll
  • libstdc++-6.dll

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...

libraries

linker settings

workspace

dll's

error

What am I missing here please help!

c++
eclipse
sfml
mingw-w64
asked on Stack Overflow Sep 4, 2019 by Maksim Shaynyuk • edited Sep 5, 2019 by Maksim Shaynyuk

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0