CPP: libstdc++-6.dll in mingw64 is missing a function
I am trying to compile some code into a shared library but it has not been working. Using Dependency Walker I was able to find that the only thing missing is std::basic_streambuf<char, std::char_traits >::seekpos(std::fpos, std::_Ios_Openmode)
CPP: libstdc++-6.dll in mingw64 is missing a function
I am trying to compile some code into a shared library but it has not been working. Using Dependency Walker I was able to find that the only thing missing is std::basic_streambuf<char, std::char_traits >::seekpos(std::fpos, std::_Ios_Openmode)