K
Keith
No problems like this and I use same environment and lots
of imbedded code. Put a breakpoint on the first line of
the code and single step it through using F8. One of two
things will probably happen:
First will be the line causing the problem will crash the
system and you will not what became incompatible or
Second, it will run fine as occasionally happens. I find
debug sometimes allows things to run when it crashes
without it.
There is going to be a subtle piece of code that is not
coded properly and was slipping by before.
Keith
of imbedded code. Put a breakpoint on the first line of
the code and single step it through using F8. One of two
things will probably happen:
First will be the line causing the problem will crash the
system and you will not what became incompatible or
Second, it will run fine as occasionally happens. I find
debug sometimes allows things to run when it crashes
without it.
There is going to be a subtle piece of code that is not
coded properly and was slipping by before.
Keith