I am running this code in vba. It works on other computers but on a brand new Dell ispiron I get error 200088
Dim taskHandle as Long
DAQmxErrChk DAQmxCreateTask(" ", taskHandle)
DAQmxErrChk DAQmxCreateDIChan(taskHandle, digitalLinesTextBox.Text, "", DAQmx_Val_ChanForAllLines)
I can see the signal in MAX but no matter what I do I get this error on this computer. It is directly out of an example off of here and works on other computers fine. Same version of max, same version of windows.