"Out of Memory" in the debugger
-
I'm using Visual C++ 6.0, and am getting an "Out of Memory" error while trying to run in both debug mode and in release mode. Running the release standalone EXE works fine, aside from the bug I'm trying to fix. I've got alot of arrays declared and vectors reserving space. What I'm not understanding is why will it not run in the IDE, but run fine outside of it? I know I can probably try to decrease the size of the arrays and vectors, to see if that can fix the error. But it was running fine a while ago, I changed something unrelated to the array sizes, and then started getting this error. Any help on tracking this down and fixing it so I can run in the IDE would be greatly appreciated.
A soft glow comes from the pit in the darkness. The clicking noise become faster - and louder. A wind begins to stir up from the pit, as the creature flexes it's wings, preparing for flight. You stare into the pit, and hear a voice say in your mind, "If you survive the encounter, declare it to the world." The Code Demon Rises.