03-07-2012, 05:17 PM
You might want to start small - use _CrtSetDbgFlag() first, it may give you some results and you don't need to buy overpriced solutions
http://msdn.microsoft.com/en-us/library/...s.90).aspx
Try setting _CRTDBG_CHECK_ALWAYS_DF. Your program will be really slow, but it is likely to catch memory errors relatively close to their source.
http://msdn.microsoft.com/en-us/library/...s.90).aspx
Try setting _CRTDBG_CHECK_ALWAYS_DF. Your program will be really slow, but it is likely to catch memory errors relatively close to their source.