<?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 for Dave Amenta .com</title>
	<atom:link href="http://www.daveamenta.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveamenta.com</link>
	<description>Where Person meets Profession</description>
	<lastBuildDate>Thu, 11 Mar 2010 00:05:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on GVNotifier 1.1 adds Google Contacts, Sorting, Search by Alvin B.</title>
		<link>http://www.daveamenta.com/2009-12/gvnotifier-net-1-1-adds-google-contacts-sorting-search/comment-page-1/#comment-6938</link>
		<dc:creator>Alvin B.</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveamenta.com/?p=261#comment-6938</guid>
		<description>Please, please, profile the code. It uses up one complete core on my CPU (50% of a dual core cpu) for nearly a minute at a time. By far and away the heaviest CPU usage of any app on my system. Right now I have to get my google voice notices right away, so I am using it, but it is painfully hard on the CPU.</description>
		<content:encoded><![CDATA[<p>Please, please, profile the code. It uses up one complete core on my CPU (50% of a dual core cpu) for nearly a minute at a time. By far and away the heaviest CPU usage of any app on my system. Right now I have to get my google voice notices right away, so I am using it, but it is painfully hard on the CPU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GVNotifier brings Google Voice SMS to the desktop by Esente</title>
		<link>http://www.daveamenta.com/2009-11/gvnotifier-net-brings-google-voice-sms-to-the-desktop/comment-page-1/#comment-6737</link>
		<dc:creator>Esente</dc:creator>
		<pubDate>Sun, 28 Feb 2010 23:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveamenta.com/?p=202#comment-6737</guid>
		<description>The application does not recognize international number in contact list well. For example, a mobile number in Australia is +61 4xx xxx xxx. But GVNotifier.NET reads it and changes it to (14x) xxx xxxx, which obviously won&#039;t let me make call to that number. Is there a fix to it?</description>
		<content:encoded><![CDATA[<p>The application does not recognize international number in contact list well. For example, a mobile number in Australia is +61 4xx xxx xxx. But GVNotifier.NET reads it and changes it to (14x) xxx xxxx, which obviously won&#8217;t let me make call to that number. Is there a fix to it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C#: Delete a file to the recycle bin by Dave</title>
		<link>http://www.daveamenta.com/2008-05/c-delete-a-file-to-the-recycle-bin/comment-page-1/#comment-6705</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 26 Feb 2010 20:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveamenta.com/?p=20#comment-6705</guid>
		<description>@MdBoy - Thanks for pointing that out!  When I wrote this little example, I wasn&#039;t using an x64 operating system, and did not consider that.  I will go back and update this article to be platform independent.</description>
		<content:encoded><![CDATA[<p>@MdBoy &#8211; Thanks for pointing that out!  When I wrote this little example, I wasn&#8217;t using an x64 operating system, and did not consider that.  I will go back and update this article to be platform independent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C#: Delete a file to the recycle bin by MdBoy</title>
		<link>http://www.daveamenta.com/2008-05/c-delete-a-file-to-the-recycle-bin/comment-page-1/#comment-6703</link>
		<dc:creator>MdBoy</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveamenta.com/?p=20#comment-6703</guid>
		<description>I know it&#039;s been long time since release but worth mentioning that to fix the code for 64bit you need to remove Pack = 1 from struct. 

[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto, Pack = 1)]

Reason:
Under x64, the SHFILEOPSTRUCT must be declared without the Pack = 1 parameter, or it will fail. This is a real pain if you want your code to be platform independent, as you have to declare two separate structures, one with Pack = 1, and one without. You then have to declare two different SHFileOperation  calls, one for each of the structures. Then you have to decide which one to call depending on whether you are running on 32 or 64 bit.</description>
		<content:encoded><![CDATA[<p>I know it&#8217;s been long time since release but worth mentioning that to fix the code for 64bit you need to remove Pack = 1 from struct. </p>
<p>[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto, Pack = 1)]</p>
<p>Reason:<br />
Under x64, the SHFILEOPSTRUCT must be declared without the Pack = 1 parameter, or it will fail. This is a real pain if you want your code to be platform independent, as you have to declare two separate structures, one with Pack = 1, and one without. You then have to declare two different SHFileOperation  calls, one for each of the structures. Then you have to decide which one to call depending on whether you are running on 32 or 64 bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GVNotifier brings Google Voice SMS to the desktop by Dave</title>
		<link>http://www.daveamenta.com/2009-11/gvnotifier-net-brings-google-voice-sms-to-the-desktop/comment-page-1/#comment-6667</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveamenta.com/?p=202#comment-6667</guid>
		<description>@Ron - if you&#039;re willing, you can send some diagnostic information which will allow me to determine why you can&#039;t login.  Please join the beta group if you&#039;d like to explore this option, or send me an email directly.</description>
		<content:encoded><![CDATA[<p>@Ron &#8211; if you&#8217;re willing, you can send some diagnostic information which will allow me to determine why you can&#8217;t login.  Please join the beta group if you&#8217;d like to explore this option, or send me an email directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GVNotifier 1.2 &#8211; let&#8217;s get serious! by Dave</title>
		<link>http://www.daveamenta.com/2010-02/gvnotifier-1-2-lets-get-serious/comment-page-1/#comment-6666</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveamenta.com/?p=322#comment-6666</guid>
		<description>@SteelFroggy - drag the shortcut into the Startup folder on your start menu.  This option proved problematic.  Hopefully it will come back in a future build.</description>
		<content:encoded><![CDATA[<p>@SteelFroggy &#8211; drag the shortcut into the Startup folder on your start menu.  This option proved problematic.  Hopefully it will come back in a future build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GVNotifier brings Google Voice SMS to the desktop by Dave</title>
		<link>http://www.daveamenta.com/2009-11/gvnotifier-net-brings-google-voice-sms-to-the-desktop/comment-page-1/#comment-6665</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveamenta.com/?p=202#comment-6665</guid>
		<description>@George - both the contact list and message window should open at the location the window was last closed.  If you move a window and then click the X, new windows will appear in that location.</description>
		<content:encoded><![CDATA[<p>@George &#8211; both the contact list and message window should open at the location the window was last closed.  If you move a window and then click the X, new windows will appear in that location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GVNotifier 1.2 &#8211; let&#8217;s get serious! by Dave</title>
		<link>http://www.daveamenta.com/2010-02/gvnotifier-1-2-lets-get-serious/comment-page-1/#comment-6664</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveamenta.com/?p=322#comment-6664</guid>
		<description>@bw - unfortunately you have come across an annoying bug.  I do apologize for this.  The application can be *fully* removed by deleting the data in C:\Users\\AppData\Apps\2.0\  Do note that this is the repository for all ClickOnce applications, so take care NOT to delete things that aren&#039;t GVNotifier.  Alternatively you can install the latest 1.2 build, which will automatically disable the startup option for previous builds.</description>
		<content:encoded><![CDATA[<p>@bw &#8211; unfortunately you have come across an annoying bug.  I do apologize for this.  The application can be *fully* removed by deleting the data in C:\Users\\AppData\Apps\2.0\  Do note that this is the repository for all ClickOnce applications, so take care NOT to delete things that aren&#8217;t GVNotifier.  Alternatively you can install the latest 1.2 build, which will automatically disable the startup option for previous builds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GVNotifier brings Google Voice SMS to the desktop by Dave</title>
		<link>http://www.daveamenta.com/2009-11/gvnotifier-net-brings-google-voice-sms-to-the-desktop/comment-page-1/#comment-6663</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveamenta.com/?p=202#comment-6663</guid>
		<description>@xyz - run at startup has been disabled due to some complexities with ClickOnce.  To run at startup, copy the start menu shortcut into the &#039;Startup&#039; folder.</description>
		<content:encoded><![CDATA[<p>@xyz &#8211; run at startup has been disabled due to some complexities with ClickOnce.  To run at startup, copy the start menu shortcut into the &#8216;Startup&#8217; folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GVNotifier 1.2 &#8211; let&#8217;s get serious! by Dave</title>
		<link>http://www.daveamenta.com/2010-02/gvnotifier-1-2-lets-get-serious/comment-page-1/#comment-6662</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveamenta.com/?p=322#comment-6662</guid>
		<description>@gVoice user the interface is nearly identical if you adjust the options to your liking.  Perhaps move the window over your clock, close it and then select &#039;no window caption&#039;.  Most other changes are purely to support more features.</description>
		<content:encoded><![CDATA[<p>@gVoice user the interface is nearly identical if you adjust the options to your liking.  Perhaps move the window over your clock, close it and then select &#8216;no window caption&#8217;.  Most other changes are purely to support more features.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
