Hi,
You need to include the gpib-32.obj in your project settings. The object file is where the API functions are actually implemented.
Go to Project >> Settings. Then select the Link tab to include the name of the object file on the "Object/library module" field. You might have to add the object file path on the "Additional Library path" field in the same Link tab under the Input category. Refer to the Visual C++ environment documentation.
Here is a previous
discussion on this.
DiegoF
National Instruments.