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

Author Topic: yet another problem with libstdc++-6  (Read 769 times)

0 Members and 1 Guest are viewing this topic.

Prapor95

  • Newbie
  • *
  • Posts: 2
    • View Profile
yet another problem with libstdc++-6
« on: May 20, 2019, 06:42:36 pm »
1) I have installed IDE Code :: Block 17.12 with MinGW included in the build (version 5.1.0, 32 bit, SJLJ)
2) I compiled SFML from sources downloaded from sfml-dev.org
3) As a performance check, I decided to compile the code from the lesson about starting with Code :: Block. The compilation was successful, but when it is launched, it gives an error:

Entry point to procedure
_ZNSt7_cxx1112basic_stringIcSt11char_traitsIcESaIcEE7resrveEj not found in DLL library libstdc++-6.dll


Pls help me  ::)

Prapor95

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: yet another problem with libstdc++-6
« Reply #1 on: May 20, 2019, 07:01:13 pm »
Solved,

just need to change dll in sistem32 to a new version  ::)

 

anything