Visual C++ MFC Debug
-
I have a multitreading VC project developed with msvc 6.0 My problem is when I'm running the application in debug mode and some error apears. The debug pointer stops somewhere in the code written by MS MFC staff and application quits. I want the debug pointer donot to enter the code written by MS MFC staff, because I can not determine where is my error cousing line of code. Seval
-
I have a multitreading VC project developed with msvc 6.0 My problem is when I'm running the application in debug mode and some error apears. The debug pointer stops somewhere in the code written by MS MFC staff and application quits. I want the debug pointer donot to enter the code written by MS MFC staff, because I can not determine where is my error cousing line of code. Seval
When your program stops, use keypress 'Alt + 7' to bring up the call stack. It will list all the function calls made up to the point of the error. Just go back in the list until you get to your own code. HTH
[
](http://www.canucks.com)Sonork 100.11743 Chicken Little "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 Within you lies the power for good - Use it!