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

Author Topic: The procedure entry point _ZSt24__throw_out_of_range_fmtPKcz could not be locate  (Read 4023 times)

0 Members and 1 Guest are viewing this topic.

lorence30

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • Email
why i keep getting this run time error?

The procedure entry point _ZSt24__throw_out_of_range_fmtPKcz could not be located in the dynamic link library sfml-graphics-2.dll

i cant be wrong in linking the GCC 4.9.2 MinGW (DW2) - 32-bit, im using windows 8 64 bit

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10821
    • View Profile
    • development blog
    • Email
You're not use the exact match compiler with which the libraries have been compiled with. You have to use this one for the "GCC 4.9.2 MinGW (DW2) - 32-bit" package.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

lorence30

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • Email
can you link me the one that have been builded in codeblocks mingw 13.12 with tdm gnu 5.1.0 compiler?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10821
    • View Profile
    • development blog
    • Email
There are none, you need to build them yourself.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

lorence30

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • Email
okay thanks, sorry for the late reply, i already downloaded the link you gave me.
where should i extract it?

lorence30

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • Email
i already fix it, thank you all :D

 

anything