LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get information from the Windows registry in my application?

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?
0 Kudos
Message 1 of 3
(3,147 Views)
Look at the sample project ...\CVI\samples\apps\regadd\RegAdd.prj.
See a few more details here:
http://forums.ni.com/ni/board/message?board.id=180&message.id=13918
0 Kudos
Message 2 of 3
(3,145 Views)
Excellent. Thanks!
0 Kudos
Message 3 of 3
(3,139 Views)