03-22-2016 05:01 PM
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
03-22-2016 06:37 PM
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.
03-24-2016 03:41 PM
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.