I want to read the registry to find the current version of PowerPoint.
However, this returns Zero:
QSettings settings("HKEY_CLASSES_ROOT\\PowerPoint.Application\\CurrVer", QSettings::NativeFormat); QString sReturnedValue = settings.value("(Default)", "0").toString();
Any suggestions as to how I get the value from the key (default)?
c ++ qt powerpoint registry
Phil hannent
source share