LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

ini file error

Hi,

I am trying to open an ini file to read data.

I get Unidentified symbol error during linking process of my code in Labwindows CVI 13.

Apparently, code looks fine.....not sure what causes the problem.

Can someone provide a sample code on how to open and access data from an ini file?

 

Thanks,

-LVLV

 

0 Kudos
Message 1 of 3
(3,724 Views)

CVI comes with tons of examples and a powerful instrument to locate the most appropriate: the Example finder. You can launch it by means of Help >> Find examples.... menu function.

Performing a search for "ini" keyword will lead you to ini.cws example that shows exactly how to access data in i .ini file.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(3,719 Views)

Sorry if this is a basic question, but have you included the ini file instrument driver in your project?

 

From the "Instrument" menu selelect Load and select \Program Files (x86)\National Instruments\CVI2013\toolslib\toolbox\inifile.fp

 

When it is loaded, be sure to select "Add instrument to current project" so you do not have to do this every time you start LabWindows.

 

 

0 Kudos
Message 3 of 3
(3,685 Views)