03-29-2007 03:51 AM
I have bought a new USB-GPIB controller. It works well, when communicating with listening instruments by your software-Measurement and Automation. However, when we try to use Visual C net to compile your example (4882query.c), after include ni488.h, it gives out the error information:
Error LNK2020: Unresolved token (ibsta).
Error LNK2020: Unresolved token(ibcntl).
Error LNK2020: Unresolved token(iberr).
3 unresolved externals
Please help me.
04-03-2007 11:46 AM
Hi I dont know,
What version of Visual Studio/Measurment Studio are you using.
The USB device will operate in the same way as a PCI GPIB card.
regards
Seamus
04-04-2007 08:38 AM
04-11-2011 06:48 AM
Hi,
I have tried to do the same for the query example program compilation, but still have the linker problem.
I use Visual Studio 9.0 Express, is it compatible with the program ?