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

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -