Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Solved: Error release/debug version  (Read 1277 times)

0 Members and 1 Guest are viewing this topic.

Skeap

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Solved: Error release/debug version
« on: October 25, 2018, 08:35:41 pm »
Hi, i have an error executing ".exe" debug/release

"The procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library..."


IDE Codeblocks 32 bits, no problem:

« Last Edit: October 26, 2018, 03:38:45 am by Skeap »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10918
    • View Profile
    • development blog
    • Email
Re: Error release/debug version
« Reply #1 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Skeap

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Error release/debug version
« Reply #2 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

Skeap

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Solved: Error release/debug version
« Reply #3 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

 

anything