Hello,
We have been using the
Nero SDK software happily for some time now, version 6.6.0.12. However, we just discovered something very strange - when one of our users inserted a Sandisk Cruizer 1 GB flash drive, and we tried to initialize Nero for our Dvd Burner, we locked up in NeroGetAvailableDrivesEx. When the flash drive was removed, NeroGetAvailableDrivesEx returns.
We verified this with the NeroAPITest.exe sample. Compiled it, and single stepped the code with the flash drive in a USB slot. Sure enough, it sticks there in NeroGetAvailableDrivesEx, right after creating two worker threads. As soon as the flash drive is removed, the call returns.
Turns out the flash drive has a partition on it that appears to the OS as a CDROM. In fact, NeroAPITest.exe, when it is called with --listdrives, and after the flash drive is removed so the call to NeroGetAvailableDrivesEx will return, shows the flash drive in its list as one of the CDROMs attached to the system.
Is there a workaround for this?
Will the latest release of the SDK solve this problem?
Thanks!
-Ed