Setting up SFML with Eclipse CDT

I am having trouble setting up SFML 2.1 to run with the eclipse IDE for c++ development. I use MinGW for my compiler.
When I link my include folder, lib folder and dll's it will not run a simple SFML program. Any help would be appreciated.
Did you make sure to snag the correct version of SFML for your MinGW?

Look in ~\MinGW\bin and see what version of libgcc_s_foo-1.dll you have. It should say one of "dw2" or "sjlj". Get the SFML with the same thing.

[edit] This might not be your problem. Let us know.
Last edited on
Yes, that was my problem, thanks so much for the help.
Topic archived. No new replies allowed.