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

Author Topic: The procedure entry point error  (Read 910 times)

0 Members and 1 Guest are viewing this topic.

LordShadow47

  • Newbie
  • *
  • Posts: 2
    • View Profile
The procedure entry point error
« on: October 24, 2015, 09:59:17 pm »
When i trying to run basic code form tutorial i get that error:
The procedure entry point _ZSt24_throw_out_of_range_fmtPKcz could not be located in the dynamic link library libstdc++-6.dll.
i don't know what im doing wrong, and what is the cause of it. Please help me to get rid of it

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: The procedure entry point error
« Reply #1 on: October 24, 2015, 10:14:57 pm »
A simple search for the error would have revealed many topics with solutions. ;)

Your compiler doesn't match the version the SFML libraries were built with, they need to match perfectly.
At best you just rebuild SFML with your current compiler.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

LordShadow47

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: The procedure entry point error
« Reply #2 on: October 25, 2015, 02:22:15 am »
I fixed it. by just downloading the another version of SFML : GCC 4.7.1 TDM (SJLJ) - 32-bit
Firstly i downloaded a source code of SFML and the CMAKE, and i compile everything but it still didnt work. the source code is strange and i didn knew what to do exactly when i finished compiling bin folder was empty and .dll files was in lib folder. some ware missing i started to moving files from one loication to another and it still gives me some linker errors. One thing is clear there is no good tutorial how to do that.
Anyway the good way is to just download another version of SFML.
Sorry for my bad English.   

 

anything