Sorry, but another problem: With Windows I cannot open the dvd drive!
Qt Code:
(...) }To copy to clipboard, switch view to plain text mode
dvd.open returns false, as admin too! Any ideas?
Sorry, but another problem: With Windows I cannot open the dvd drive!
Qt Code:
(...) }To copy to clipboard, switch view to plain text mode
dvd.open returns false, as admin too! Any ideas?
Devices are not files on Windows. The entire conversation to date has been about Linux/UNIX systems so nobody has pointed this out. You may need to use Windows API calls to do this, e.g. http://www.codeproject.com/Articles/...ding-Audio-CDs
From that article it may be worth trying QFile dvd("\\\\.\\D:") as the file name first... but I wouldn't hold much hope.
QFile dvd("\\\\.\\D:") doesn't work ... pity!
Bookmarks