Re: CopyFileEx
- Posted by ags <eu at 531pi.co.nz> Jul 17, 2006
- 509 views
Vlado Kusnirak wrote: > > Hello, > > is there anybody who has some code with function CopyFileEx? > I need to copy files with progress bar. Hi Vlado I have looked in to this as recently as yesterday :) A search of the EUForum for "CopyFileEx" reveals some good posts from Matt Lewis including a nice looking generalised example of it. Unfortunately when I tried it it crashed on "return PROGRESS_CONTINUE" in the callback but did copy the file. So yeah, "me too" The trick seems to be using ftpr.e to allow more than 9 parameters to the callback function. But as I said, I get a Machine Level Exception returning from the callback. Speaking of which, does anyone know a way to get more info on a machine level exception, ie what type, code, registers, etc? Gary