c++ - Visual Studio 2013. Program cannot find an entry for __cxa_throw_bad_array_new_length method in libstdc++-6.dll when starting from .exe file -
i doing program in c++ in visual studio 2013 ide. program uses qt5 , opengl in qt5.
everything works when building , starting program in ide (both debug , release modes).
when trying run program double clicking generated .exe file, following error occurs:
cannot find entry point procedure __cxa_throw_bad_array_new_length in library libstdc++-6.dll
do have clues may doing wrong?
Comments
Post a Comment