I am creating a basic 2D game. My code works perfectly well in Visual Studio 2010. However when i create a .exe and run it, I receive a message stating \"Debug Error, R6010, Abo
The errors were being thrown when .png files could not be found by the .exe. There was no provision for what should be done if these files were not found.
Solved by moving relevant .png files into the same folder as the executable.