I just installed a new version of Code Blocks (13.12) and the most recent version of the TDM GCC compiler (4.8), and now the code I have crashes at run time and I have no idea why. I debugged my code and it seems to crash on std::vector< std::vector<double> > hudPolygon(0); and returns -1073741510 (0xC0000005).
Does anyone have any idea what this means or how to fix it?
I got rid of that line and now it gives me the same error from sf::Window App(sf::VideoMode(intDisplaySizeW, intDisplaySizeH, 32), "Tower Defense - 100%");
@DeadEli
Have you tried doing what @htirwin suggested? I had problems as well with SFML when changing compiler: You need to rebuild the actual SFML libraries. It isn't that hard, there should be a tutorial for it somewhere on the website.