I am using MSVC 2010 with the latest version of SFML. I can't tell if this is just a problem with my c++ code or if I am using the SFML library wrong, hence why I am posting it here.
Here is my code:
http://pastebin.com/5MJTqcVUDebugging it works perfectly until the very end when main returns (line 78), where I get the following error:
Unhandled exception at 0x77b7a4de in testProject5.exe: 0xC0000005: Access violation reading location 0xfeeefef6.
A quick google search tells me that this error occurs when I have a null pointer, but I don't actually initialize any pointers in my code so I have no idea where this is coming from...
Anyways I've spent about five hours trying to figure out whats going on, so any help would be appreciated! If you need any more info that I forgot to provide just let me know.