07-29-2010 11:32 AM
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
07-30-2010 04:57 AM
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.