Hello. I got a strange error where the problem is _gxx_personality_sj0 with sfml-graphics-d-2.dll library. The code of installing tutorial compiled right but when the debug get started i got this error.
To make your help easier i :
- have MinGW
- linked all rights linker settings (once tried with -s-d, and next changed to -d. didn't help)
- added path to SFML/bin and MinGW/bin folders.
- included dll files where the .exe program is
Maybe build log shall help:
mingw32-g++.exe -Wall -g -DSFML_STATIC -IC:\Library\include -c C:\Users\user_000\Desktop\Projects\Program\main.cpp -o obj\Debug\main.o
mingw32-g++.exe -LC:\Library\lib -o bin\Debug\program.exe obj\Debug\main.o -lsfml-graphics-d -lsfml-window-d -lsfml-system-d