<?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 copy or move file with progress?</title>
	<atom:link href="http://weseetips.com/2008/08/28/how-to-copy-or-move-file-with-progress/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com/2008/08/28/how-to-copy-or-move-file-with-progress/</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Wed, 14 Mar 2012 05:55:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Luke</title>
		<link>http://weseetips.com/2008/08/28/how-to-copy-or-move-file-with-progress/comment-page-1/#comment-13805</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 23 May 2011 14:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=429#comment-13805</guid>
		<description>Hi, this seems like it should work, but I am having problems. :(

If I don&#039;t call the copyprogress routine, the files copies fine. If I call the progress routine, the file doesn&#039;t copy?

using your example, all I did was change the src and dest to be test.txt files, I had to add a type cast (LPPROGRESS_ROUTINE) when calling the copyprogress routine from copyfileEX, and in the copyprogresroutine, I had to add static before DWORD.

Have you seen this behaviour before? Is it something I&#039;m doing wrong in VS? :(</description>
		<content:encoded><![CDATA[<p>Hi, this seems like it should work, but I am having problems. <img src='http://weseetips.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>If I don&#8217;t call the copyprogress routine, the files copies fine. If I call the progress routine, the file doesn&#8217;t copy?</p>
<p>using your example, all I did was change the src and dest to be test.txt files, I had to add a type cast (LPPROGRESS_ROUTINE) when calling the copyprogress routine from copyfileEX, and in the copyprogresroutine, I had to add static before DWORD.</p>
<p>Have you seen this behaviour before? Is it something I&#8217;m doing wrong in VS? <img src='http://weseetips.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

