Advertisement

Strange, annoying problem!

Started by March 10, 2003 09:05 AM
10 comments, last by James Trotter 21 years, 11 months ago
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