registryValueExists

Hi,

I am using juce 2.1.8 in my one of library. but I am getting registryValueExists : identifier not found.

in old juce it was in juce_PlatformUtils.h.but now I think it has been removed from it.

any idea ?? or alternative to get out of this situation?

 

Thanks

CGTech

There's now a WindowsRegistry class with all this stuff (and more) in it.

And all the methods name also changed. like registryValueExists(const String& regValuePath) now is deleteValue (const String& regValuePath, WoW64Mode mode = WoW64_Default). 

I m right?

registryValueExists(const String& regValuePath) now is deleteValue

Huh? No.. registryValueExists is now just valueExists.