Le 22 déc. 2014 à 14:27, Christian Schmitz <supp...@monkeybreadsoftware.de> a 
écrit:

> We do have a WindowsFileCopyMBS class.

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?
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to