In my code I am calling
status = RNBOsproGetVersion(ApiPacket,&a,&b,&c,&d);
status = RNBOsproGetVersion(ApiPacket,&a,&b,&c,&d)
status comes back as 12 which is the code for drivers not installed.
status = RNBOsproGetVersion(ApiPacket,&a,&b,&c,&d);
and status has always come back as 0 meaning the drivers are installed.
However when I download and install Sentinel Protection Installer 7.6.9 and run the same code...
However when I download and install Sentinel Protection Installer 7.6.9 and run the same code...
status = RNBOsproGetVersion(ApiPacket,&a,&b,&c,&d)
status comes back as 12 which is the code for drivers not installed.
When I run the Sentinel AdvancedMedic utility it shows that the drivers are installed.
Can you please help me understand why RNBOsproGetVersion() is returning 12 when I install the new drivers. If I go back to Sentinel Protection Installer 7.6.8 everything works fine.
I am running Windows 7.