Gaurav - That fix did not work for the Windows 10 machine. The Windows 10 machine has update 1803 on it.
As far as the parallel driver not getting installed by default, is there a command line option that would allow us to force it during the install?
We have always used RNBOsproGetVersion() to see if the drivers are present and if it returns 0 we proceed normally. It now seems if the USB driver is present but the parallel driver is not present this function is returning 12 (driver not found).
Does the API provide a way to search for a specific driver? In other words if it does not find the parallel driver can we look for the USB driver?
Does the API provide a way to search for a specific driver? In other words if it does not find the parallel driver can we look for the USB driver?
Thank you.
Luke