It seems that if I ever use removable media that creates a drive letter (as in USB drives, memory sticks, etc.) every time thereafter the program warns me that this (temporary) drive is not present, and I have to click OK to access the program. On my system I get this same window twice. Maybe this is the same as those users who have inserted a floppy in the A: drive and get a similar notice.
Any way out of this annoyance?
the double warning is a side-effect of the debug version
in the final release you'd only get the warning once
however i can't see how you can avoid it altogether
I don't see why it couldn't be avoided. Regards to developpement or the behaviour it shoud have ?
If it is the second, we could have a bool registry tweak 'no-message-for-that-missing-drive' and then it would go to desktop or any default directory we may specify.
But for removable media, isnt it possible to check whether the drive is ready before trying to access its contents ? Maybe it would slow every access, so this would be done only for media known to be removed.