LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Ini_ReadFromFile head file

Solved!
Go to solution

I use cvi8.0 and want to use Ini_ReadFromFile(),what's  the head file should be included in .like below:

 #include <utility.h>
#include <visa.h>
#include <stdlib.h>        
#include <stdio.h>

0 Kudos
Message 1 of 3
(3,884 Views)
Solution
Accepted by topic author sean_tan

You must add the following line to your source code:

 

#include "inifile.h"
 



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?
Message 2 of 3
(3,876 Views)
thank you! It's wanderful
0 Kudos
Message 3 of 3
(3,870 Views)