Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

ibbnaA

I am updating an old gpib code from 32 windows xp to 64 bit windows 7.  One of the NI functions used was ibbnaA.  This function is not in the latest version of the driver.  What did this function do and/or what was it replaced with?

 

Thanks

0 Kudos
Message 1 of 2
(3,019 Views)

For Windows 95 applications, use the 8-bit ASCII versions named ibbnaA, ibfindA, ibrdfA, and ibwrtfA when calling GetProcAddress. For Windows NT applications, you can use the 16-bit unicode versions named ibbnaW, ibfindW, ibrdfW, and ibwrtfW when calling GetProcAddress.

 

See here

0 Kudos
Message 2 of 2
(2,997 Views)