Le 24 déc. 2014 à 24:40, Marnaud <anic...@mac.com> a écrit:

> I'm trying it, but I get an error (LastError=87). The documentation lists 
> errors in hexadecimal (there's a &h87, but LastError is decimal); 87 
> translated in hex would be &h57, but there's no &h57 in the list; are you 
> sure these error codes are really in hex?
> 
> That's odd, because the error &h87 means “The source is a read-only DVD, 
> possibly unformatted.” and I'm actually copying files from a read-only DVD 
> (the purpose of my small app). Assuming the documentation should be in 
> decimal (so &h87 is my decimal 87 error), it would mean I can't copy files 
> from a read-only DVD in Windows?!
> 
> The way to handle errors isn't exactly known by me either. Say Windows reads 
> a damaged DVD; would I get an extra ending “Progress” event in which I will 
> see a LastError? Otherwise, where would I be notified of it?

Sorry, please ignore the first two questions; I've resolved them (I passed 
invalid parameters).
Now, copying almost works, but even with MultiThreaded set to true, the UI is 
frozen (my window's title shows “ (not responding)”); the copy still runs. With 
the UI being blocked, the progress I'm showing doesn't update. Any idea how I 
could make the UI responding in such a case?
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to