copyFileEx() hanging
- Posted by Greg Haberek <ghaberek at gmail.com> Jul 25, 2005
- 641 views
I'm almost done with my backup program for work. One person requested a file-copy progress bar along with a total count progress bar. The total count bar works fine, but when attempting to use copyFileEx() with call-back routine, it just hangs the app. copyFileEx() still copies the file successfully, however. So I am led to believe this is a call-back issue. The call-back routine accepts 9 parameters, which I believe is the limit, so I should be fine. I've whipped up a small demo that demonstates this hanging behavior. It may be downloaded here: http://www.freewebtown.com/ghaberek/copy_crash.zip Any advice is welcome. ~Greg Haberek