SFML community forums
Help => General => Topic started by: Skeap on October 25, 2018, 08:35:41 pm
-
Hi, i have an error executing ".exe" debug/release
(https://i.imgur.com/FHSgLnI.jpg)
"The procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library..."
(https://i.imgur.com/zrzf1nH.jpg)
IDE Codeblocks 32 bits, no problem:
(https://i.imgur.com/UPis6RW.jpg)
-
What do you mean with "IDE 32 bits no problem"?
The error means that your runtime libraries aren't matching.
-
What do you mean with "IDE 32 bits no problem"?
The error means that your runtime libraries aren't matching.
thanks, i can compile it well but no run .exe
-
I solved the problem by copying all the .dll from -> \CodeBlocks\MinGW\bin to -> exe folder "SFMLProject"\bin\Debug