Hello Everyone, Long time no talk,
I am stuck right now and any help is appreciated:
I recently updated my version of MinGW so I am now using gcc version 5.3.0
When I did i began getting the same old procedural entry point error caused my mismatched libraries and the compiler. So I rebuilt SFML just as I have done before using cmake. At first i tried dynamic libraries and compiled/installed them into my usual SFML directory and built a test program using Code Blocks.
It crashed with a procedural entry point error. I then cleared out SFML again and tried building the static libraries, using them, and it compiled but I still got the procedural entry point error.
I am trying to compile the latest version of sfml.
Thank You