Trying to use functions like AI_Read in my Visual Basic 6.0 program to talk to my PC-MIO-16E-4 and PCI-6503 boards but can not find the module that contains the function declarations to bring into my project. With my old board (PCLPM-16) I loaded WDAQ_VB.BAS which had Function Prototypes like
Decalre Function AI_read% Lib “nidaq.dll” (ByVal a%, ByVal b%, ByVal c5, d)
Can’t find this file or anything like it on CD that came with my new boards. Please help.