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

Author Topic: Procedure entry point not found  (Read 624 times)

0 Members and 1 Guest are viewing this topic.

Tem8

  • Newbie
  • *
  • Posts: 1
    • View Profile
Procedure entry point not found
« on: July 15, 2023, 12:42:10 pm »
Followed this tutorial: https://www.sfml-dev.org/tutorials/2.5/start-cb.php
Trying to run an example program and get error: "Точка входа в процедуру _ZNSt15basic_streambuflcSt11char_traitslcEE7seekposESt4fposliESt13_Ios_Openmode не найдена в библиотеке DLL C:\Users\Администратор\Documents\Codeblocks\SFMLGame\sfml-system-d-2.dll".
I use dynamic link library.
Compiler: mingw-w64 gcc 7.3.0 SEH
SFML ver. - SFML 2.5.1
Link libraries:
sfml-graphics-d, sfml-audio-d, sfml-network-d, sfml-window-d, sfml-system-d for Debug
and sfml-graphics, sfml-audio, sfml-network, sfml-window, sfml-system for Release.

I have moved all dlls from SFML\bin and libstdc++-6 to SFMLGame folder.
« Last Edit: July 15, 2023, 12:45:25 pm by Tem8 »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10827
    • View Profile
    • development blog
    • Email
Re: Procedure entry point not found
« Reply #1 on: July 17, 2023, 04:02:05 pm »
From where did you get the libstdc++ library?

Make sure you copy it from the specific compiler bin directory and also copy the gcc libraray.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything