I need to retrieve infromation from registry entries in my LabWindows application. I tried to use RegGetValue from the Windows SDK, but I can't seem to be able to get access to this function. Is there something else I have to include or some other library to link to?
I also found Ini_ReadFromRegistry in inifile.fp, but I can't find any documentation on using that either.
Is there an easier way?