<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to detect Memory Leaks by using CRT?</title>
	<atom:link href="http://weseetips.com/2008/06/17/how-to-detect-memory-leaks-by-using-crt/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com/2008/06/17/how-to-detect-memory-leaks-by-using-crt/</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:07:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deepak</title>
		<link>http://weseetips.com/2008/06/17/how-to-detect-memory-leaks-by-using-crt/comment-page-1/#comment-157</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Wed, 09 Sep 2009 05:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=178#comment-157</guid>
		<description>Hi,

    I am very new to this Memory leak detection. so i needed some help from you. I have an MDI application in which i need to detect the Memory leaks.
So my query here is do we need to speciy this
 #ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
in all the files?


And also wat i found in CRT Memory leak detector is that for some memory leak it would specify the filename but for others it would not, how can we overcome this?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>    I am very new to this Memory leak detection. so i needed some help from you. I have an MDI application in which i need to detect the Memory leaks.<br />
So my query here is do we need to speciy this<br />
 #ifdef _DEBUG<br />
#define new DEBUG_NEW<br />
#undef THIS_FILE<br />
static char THIS_FILE[] = __FILE__;<br />
#endif<br />
in all the files?</p>
<p>And also wat i found in CRT Memory leak detector is that for some memory leak it would specify the filename but for others it would not, how can we overcome this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
