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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tem8

Pages: [1]
1
General / 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.

Pages: [1]
anything