I´m coding since some years but with a big break.
So i have maybe some curious questions.
I´ve downloaded sfml for gcc 6.10 and try to start the examples.
With the VS2015 version i could start it.
But on the gcc6.10 package an error is the result.
Something like could not find entrypoint on dll xyz..... pong.exe
All dll´s i´ve copied to the folder.
Before that i try to code myself with sfml and the gcc6.10 package and have the same error.
I use CLion and the build seems okay and i can run the example test code from me to open a window.
But if i try to start the .exe -> the same error.
I hope someone could help me.
edit: i found the solution myself.I have to add some *.dll from gcc.Is there a chance to create a game without gcc dll´s?
It´s not important now i know what i have to do.