3
« on: May 31, 2020, 07:53:26 pm »
I've did some googling, and tried a lot before coming here for help...
Keep in mind I'm fairly new to this.
I use CodeBlocks.
I've been using SFML for a little while and it has been working well! But then when I tried to run my program outside of my IDE, from my debug, I get a series of error messages.
** Error Messages:
The procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library [path where executable and dlls are]\sfml-system-d-2.dll
I got the same error 3 times in a row but ending with the dlls for sfml-system-d-2.dll, sfml-window-d-2.dll, and sfml-graphics-d-2.
Before these errors, i got other errors about missing dlls, so i added them...
(libgcc_s_sjlj-1.dll, and libstdc++-6.dll)
That's when the newer ones appeared.
All help is appreciated, if you need anything from me let me know..