<?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: MapFileStats public release</title>
	<atom:link href="http://delphitools.info/2009/03/12/mapfilestats-public-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://delphitools.info/2009/03/12/mapfilestats-public-release/</link>
	<description>SamplingProfiler, DWS and other Delphi tools</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:15:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eric</title>
		<link>http://delphitools.info/2009/03/12/mapfilestats-public-release/comment-page-1/#comment-66</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 25 Mar 2009 15:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://delphitools.info/?p=201#comment-66</guid>
		<description>Thanks for the report Mike, though a better place to post suggestions might be in the forums (link to the right).
The Ctrl-A is fixed for 1.2 already, and default Exe name will be reused from the previous execution (though you might want to use the macro in the Delphi tools menu instead for that, see MapFileStats page).
The SearchForFiles path is used to look for DCUs &amp; DFMs, so yes, everything in the path is currently scanned.</description>
		<content:encoded><![CDATA[<p>Thanks for the report Mike, though a better place to post suggestions might be in the forums (link to the right).<br />
The Ctrl-A is fixed for 1.2 already, and default Exe name will be reused from the previous execution (though you might want to use the macro in the Delphi tools menu instead for that, see MapFileStats page).<br />
The SearchForFiles path is used to look for DCUs &#038; DFMs, so yes, everything in the path is currently scanned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Dixon</title>
		<link>http://delphitools.info/2009/03/12/mapfilestats-public-release/comment-page-1/#comment-65</link>
		<dc:creator>Mike Dixon</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://delphitools.info/?p=201#comment-65</guid>
		<description>Also, Ctrl-A to select all does not update the selection details in the status bar.

The MapFile editbox defaults to: S:\PrjQuBES\QuBES\QuBES.map and the Search for Files in defaults to S:\. I browsed my map file and didn&#039;t change the Search for files in. I have a backup drive s:\, when pressing Go the UI would not refresh, I think it was scanning that huge drive.</description>
		<content:encoded><![CDATA[<p>Also, Ctrl-A to select all does not update the selection details in the status bar.</p>
<p>The MapFile editbox defaults to: S:\PrjQuBES\QuBES\QuBES.map and the Search for Files in defaults to S:\. I browsed my map file and didn&#8217;t change the Search for files in. I have a backup drive s:\, when pressing Go the UI would not refresh, I think it was scanning that huge drive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://delphitools.info/2009/03/12/mapfilestats-public-release/comment-page-1/#comment-18</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 13 Mar 2009 16:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://delphitools.info/?p=201#comment-18</guid>
		<description>Some of your suggestions will definetely get in a next release, though a better place to post suggestions might be in the forums (link to the right) ;)

Erik, the small units are one of the reasons to check the Map file, not as much to reduce binary size, but to eliminate unneeded dependencies and spot units with lots of &quot;dead&quot; code, so they can be modularized or refactored out (as dead/unused code isn&#039;t &quot;free&quot; in terms of maintenance).</description>
		<content:encoded><![CDATA[<p>Some of your suggestions will definetely get in a next release, though a better place to post suggestions might be in the forums (link to the right) <img src='http://delphitools.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Erik, the small units are one of the reasons to check the Map file, not as much to reduce binary size, but to eliminate unneeded dependencies and spot units with lots of &#8220;dead&#8221; code, so they can be modularized or refactored out (as dead/unused code isn&#8217;t &#8220;free&#8221; in terms of maintenance).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tao</title>
		<link>http://delphitools.info/2009/03/12/mapfilestats-public-release/comment-page-1/#comment-15</link>
		<dc:creator>Tao</dc:creator>
		<pubDate>Thu, 12 Mar 2009 21:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://delphitools.info/?p=201#comment-15</guid>
		<description>Thank you for your helpful tool! 

Just one small suggestion: My project&#039;s dcu and dfm sit in the different folders. So could you create two search paths please?</description>
		<content:encoded><![CDATA[<p>Thank you for your helpful tool! </p>
<p>Just one small suggestion: My project&#8217;s dcu and dfm sit in the different folders. So could you create two search paths please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://delphitools.info/2009/03/12/mapfilestats-public-release/comment-page-1/#comment-14</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 12 Mar 2009 19:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://delphitools.info/?p=201#comment-14</guid>
		<description>This looks like a nice tool (the JCL has something similar as well).

Here are a few comments, if you&#039;re interested:

I noticed the error dialog (missing .map file, etc.) is in French but the rest of the UI is in English.

I ran it for a D6 .DLL with some VCL forms in it and noticed that all of the .dfm sizes were blank (&quot;-&quot;).  Then I realized you have to set the &quot;Search Files In&quot; to get that to work.  Maybe that value could default to the root directory of the exe, since that seems to be a common directory layout.  Or maybe the tool could scan the exe to get the actual dfm resource sizes, though this might expand it beyond your intention.

Also, maybe it would be good to auto-click &quot;Go&quot; if you start the application with the exe name on the command line (from the IDE) in my case (assuming you auto-set the &quot;Search Files In&quot;).

It might also be helpful to have a file filter of *.map in the file open dialog.

Maybe there could be a way to filer out units only shown due to linking to the unit in a runtime package (all of those tiny &lt; 100 byte units I see in the list).</description>
		<content:encoded><![CDATA[<p>This looks like a nice tool (the JCL has something similar as well).</p>
<p>Here are a few comments, if you&#8217;re interested:</p>
<p>I noticed the error dialog (missing .map file, etc.) is in French but the rest of the UI is in English.</p>
<p>I ran it for a D6 .DLL with some VCL forms in it and noticed that all of the .dfm sizes were blank (&#8220;-&#8221;).  Then I realized you have to set the &#8220;Search Files In&#8221; to get that to work.  Maybe that value could default to the root directory of the exe, since that seems to be a common directory layout.  Or maybe the tool could scan the exe to get the actual dfm resource sizes, though this might expand it beyond your intention.</p>
<p>Also, maybe it would be good to auto-click &#8220;Go&#8221; if you start the application with the exe name on the command line (from the IDE) in my case (assuming you auto-set the &#8220;Search Files In&#8221;).</p>
<p>It might also be helpful to have a file filter of *.map in the file open dialog.</p>
<p>Maybe there could be a way to filer out units only shown due to linking to the unit in a runtime package (all of those tiny &lt; 100 byte units I see in the list).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.delphitools.info/2009/03/12/mapfilestats-public-release/feed/ ) in 0.92372 seconds, on Feb 4th, 2012 at 2:20 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 2:20 pm UTC -->
