Hi
I am writing a C++ code in Visual Studio 2010 in which I am using NI-GPIB API-USBP(WDM) Ver.4.61.
When I am compiling the programe it is unable to include "ni4882.obj" file. I have added all the libraries and header files to the program.
The error is as follows
error LNK1104: cannot open file '%NIEXTCCOMPILERSUPP%\lib32\msvc\ni4882.obj'
How this file can be included
Please help me solving the problem.