Strange, annoying problem!
In debug builds VCPP allocates extra space around allocated memory to act as a buffer. It does this to prevent ugly crashes like the one you had in release mode.
quote:
Original post by Dobbs
In debug builds VCPP allocates extra space around allocated memory to act as a buffer. It does this to prevent ugly crashes like the one you had in release mode.
I didn''t know that... If it is right, I don''t know what this should be good for... When you have a bug in your code and VCPPignores it in debug but not in release, its even much harder to find the bug...
Really dont know what I should think about that...
PM
times change
Excuse my poor english!
PM Times change...
Excuse my poor english!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement