LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Does LabWindows application support writing to the Registry?

I know that I can write to the Registry using windows. Does LabWindows have a call where my program can write/read to/from the registry? I would like to write an ip address and a pathname to the registry? If so, could you give me an example of how to make the read/write calls?
Thanks,
Donna
0 Kudos
Message 1 of 2
(2,907 Views)
The Programmer's Toolbox (included in CVI) includes some registry functions that are pretty easy to use.
Look and the sample project ...\CVI\samples\apps\regadd\RegAdd.prj
Add ...\CVI\toolslib\toolbox\toolbox.fp to your project.
#include "toolbox.h" in your .c file.
Look at the Windows Registry functions in the Programmer's Toolbox Instrument.
Message 2 of 2
(2,900 Views)