Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

fatal error NIDAQmx.h no such file or directory ----->while compiling the c examples given with NI

I tried putting the NIDAQmx.h into the executable directory but it did not work need help thanx..........................
0 Kudos
Message 1 of 3
(4,151 Views)
Hi,

The problem is that you NIDAQmx.h is probably not located in what your compiler considers the default include directories.  There are two ways you could correct this. Instead of just typing NIDAQmx.h you could place the entire path after the include. Alternatively you could point your compiler to the proper location. The attached document explains how to get this working either way. Please let me know if you are still having problems, so I can stay on top of your issue.

When compiling a DAQmx ANSI C Example

Have a great weekend,

Michael
0 Kudos
Message 2 of 3
(4,134 Views)
Thanx Mike.Smiley Happy
0 Kudos
Message 3 of 3
(4,122 Views)