Hi guys, I'm trying to use GPIB on my Windows 7 machine, as a result the old vbib-32.vb doesn't work for me and I'm using the new subs and functions.
But there's this one piece of code I find at the beginning of many subs in the vbib-32.vb:
' Check to see if GPIB Global variables are registered
If (GPIBglobalsRegistered = 0) Then
Call RegisterGPIBGlobals()
End If
I'm not sure what's the equivalent for this piece of code in the new NationalInstruments.NI4882.dll .
Anyone know what to do?