The program Im trying to use with Memory Validator keeps crashing, why?
Assuming the crash is not a crash you would normally get when not using Memory Validator, there are five possible causes: If you have the COM Reference Counting hooks installed, this may be a cause of the problem as these hooks rewrite the instruction stream. Sometimes rewriting the instruction stream doesn’t work because some object code produced by the optimising compiler, or hand written assembly code shares common routines. Try turning off the COM Reference Counting hooks and trying your test again. If you have the Uninitialised Data hooks installed, this may be a cause of the problem as these hooks rewrite the instruction stream. Sometimes rewriting the instruction stream doesn’t work because some object code produced by the optimising compiler, or hand written assembly code shares common routines. Try turning off the Uninitialised Data hooks and trying your test again. Try removing all Target DLL extensions and Validator DLL extensions and trying your test again. Some DLLs from t