I've decided to stop using Code::Blocks and switch to Visual Studio.
So I've made a duplicate project in visual studio. I have all the file names in VS, etc.
So I just pasted all my code into the other IDE (in the proper places)
Then I linked/included everything, and put the dependencies in the right places. But I get this when I try to run it (as release).
Then shortly after I try to close it and I get come error saying it's crashed, then get an "Access denied" when it tries to close the .exe
But It works perfectly on Code::Blocks, could you guys help me figure out my problem?
Then this is what it shows when I try to compile as debug.