I'm running my code in VC++ 6.0 on WinXP under debug mode. Every time it
meets memory error, e.g. access violation, a messagebox popup, then I choose
"debug", another messagebox popup saying some address can't be read. After
click on the "ok" button, every active window will be shut down and I can't
see which line of code cause the problem. In other platform than XP, the
debugger will stop at the line cause the problem. What's wrong with XP? Any
suggestion?
Thanks.