10-28-2008 09:37 PM
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>
Solved! Go to Solution.
10-29-2008 02:48 AM
You must add the following line to your source code:
#include "inifile.h"
10-29-2008 04:01 AM