I wont post the code as it is too large...

Basicly, I compiled a large application I have been working on
and it compiled and linked ok. But then after the program had executed I got an error box up saying:

"An Exception has occured in your program"
" Stack overflow."
"Break " Continue "Ignore"

I pressed break and then when I went to re-build my program I had to delete a file from the debug folder called

"vc80 pdb" Which I did.. then it worked ok then I got the original error back again!

What is going on!! Am I using up too much memory?

I tried it in DevC++ and it worked perfecly fine. The error only occured when I used MSVC++ 2003.net. Is there somthing I can do to prevent this error?