First of, IDEs are not my strong point. A question on my mind is: are the compiler settings and the project build settings the same thing? Because other than having debug and release, they both have compiler, linker settings and search directory options.
errors(s)
The procedure entry point _gxx-personality-v0 could not be located in the dynamic link library sfml-graphics-2.dll, sfml-window-2.dll, sfml-system-2.dll, sfml-audio-2.dll
(Even though I've put them with in the project bin folder along side the project .exe)
Details
inst dir C:\Program Files (x86)\CodeBlocks
CodeBlocks 17.12.0.1
SFML SFML-2.5.0-windows-gcc-7.3.0-mingw-32-bit
Build Debug
C++14 (Have g++ follow the C++14 ISO C++ language standard)
//
Linker Libaries (SFML add dependencies must be in this order)
sfml-graphics
sfml-window
sfml-system
sfml-audio
Compiler C:\Program Files (x86)\CodeBlocks\SFML-2.5.0\include
Linker C:\Program Files (x86)\CodeBlocks\SFML-2.5.0\lib
Tool Chain Executables C:\Program Files (x86)\CodeBlocks\MinGW
//
C:\Program Files (x86)\CodeBlocks\MinGW\bin (copied ddls to project bin folder)
C:\Program Files (x86)\CodeBlocks\SFML-2.5.0\bin (copied ddls to project bin folder)
Looks as if the project compiles, but can't execute.