I want to detect memory leaks of my C++ program in Windows.
I read the documentation also on MSDN about mermoy leak detection and I also started using Visua
Did you compile with debugging information enabled and ensure that the pdb file is available by the leak detector? Without this information it wouldn't be able to provide line numbers.