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

Author Topic: Error while running: the procedure entry point __gxx_personality_v0 could not be  (Read 3362 times)

0 Members and 1 Guest are viewing this topic.

alacalcasis

  • Newbie
  • *
  • Posts: 3
    • View Profile
I've installed SFML-2.2-windows-gcc-4.7.1-tdm-32-bit on Windows 7 Proffesional. The CodeBlocks example builds ok, but when running got this message:  the procedure entry point __gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll.

Tried the same with NetBeans, and build goes ok, running is the problem too, with the same message.

Versions of libstdcc++-6.dll, libgcc_s_sjlj-1.dll and libgcc_s_dw2-1.dll are different when working with either IDE, but the result when running is exactly the same.

Any suggestion will be highly appreciated, thank you in advance,

Alan

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10879
    • View Profile
    • development blog
    • Email
You're not using the TDM 4.7.1 compiler that ships with Code::Blocks.

The library needs to be compiled with the exact same compiler version.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Easiest way to resolve your problem (imho) would be to just compile sfml from source with your compiler of choice...

alacalcasis

  • Newbie
  • *
  • Posts: 3
    • View Profile
Thank you very much for your answers. It worked in my workstation at home, but not with the one at my office. In both of them I've installed CodeBlocks Release 13.12 rev 9501 (2013/12/25 19:25:45) gcc 4.7.1 Windows/unicode - 32 bit and used SFML-2.2-windows-gcc-4.7.1-tdm-32-bit, but I don't understand why it works at home and not at my office, could it be the different Windows versions? (Windows 7 Home/premium edition at home and Windows 7 Proffesional at my office). Thank you in advance for any suggestion.

Alan

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10879
    • View Profile
    • development blog
    • Email
Are you certain you got the same compiler at your office and downloaded the same package?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

alacalcasis

  • Newbie
  • *
  • Posts: 3
    • View Profile
yes i do, absolutely!!

 

anything