the procedure entry point __gxx_personality_v0 could not be located
I had this problem as well. This fixed it for me: Go to your MinGW folder (should be C:\MinGW) Open the bin folder. There should be a file called libstdc++-6.dll Copy this into the same directory as your executable. That should work…