Q: I want to make a program by referring to the samples. Is there any notes?
A: If making programs with Visual C++, it is necessary to add two files. [Gpibac.h] and [ApiGpib1.lib] must be added, which are in the CPP folder of sample programs. [Gpibac.h] should be added into project by #include. [ApiGpib1.lib] should be added into project. If Making programs with VisualBasic, [Gpibvb.bas] should be added by using [Add file].