SFML community forums

Help => General => Topic started by: Skeap on October 25, 2018, 08:35:41 pm

Title: Solved: Error release/debug version
Post 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)
Title: Re: Error release/debug version
Post by: eXpl0it3r on October 26, 2018, 12:21:29 am
What do you mean with "IDE 32 bits no problem"?

The error means that your runtime libraries aren't matching.
Title: Re: Error release/debug version
Post by: Skeap on October 26, 2018, 01:57:03 am
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
Title: Re: Solved: Error release/debug version
Post by: Skeap on October 26, 2018, 03:40:35 am
I solved the problem by copying all the .dll from -> \CodeBlocks\MinGW\bin  to -> exe folder "SFMLProject"\bin\Debug