Reply to thread

Doubt it.


Aditya, I have had the same problem. The OS can be inconsistent as to how it handles that kind of error, it seems. I think if I wrote past the end of C-style arrays I would get one incarnation, and if I wrote past the end of C++ vectors I would get another.


Try going to the build menu and "cleaning" the project and solution and then "building" (not rebuilding). Sometimes the compiler doesn't recognize all the dependencies and it mixes old and new code.


Back
Top Bottom