Quote Originally Posted by OneEyeMan View Post
Note, that I'm using Visual C++ version 6.

Thank you.
I think that in Visual C++ 6.0, you can set a breakpoint on a memory location, where if the value in that memory location changes, the debugger will automatically break.

Note that your program will be slower with these types of breakpoints.

Regards,

Paul McKenzie