by Jim » Apr 27, 2004 @ 9:07am
Like I said else where recently, I recommend writing your own memory wrapper functions which have error checking..these will definately check your memory problems, you can also then check memory problems even when optimizations are on, then on release you use a version with out your memory debug.
So many bugs tend to be down to memory screw ups it an investment to write such code.
Jim.