I am trying to use the DECL-32.h sample file located in the National Intruments\Ni488.2\Languages\Microsoft C\ and I always get an unresolved link error for all of the GPIB function calls. They include:
ibdev
ibclr
ibwrt
ibrd
_ibcntrl
_iberr
_ibsta
ibonl
Is there some sort of library that I'm missing in my project? I ran the Power Supply Simple program and it gave me the same errors. I even tried the Borland C version on a Borland 5.0 compiler and it also gave the same errors?
What do I need to do?