Hello,
I am using an external compiler (gcc) to program NI 6255 on Windows 10. I have downloaded the NI-DAQmx 17.1.0 Driver Software and started with the available sample codes. When I run a sample code with gcc, it gives me the error ' 'NIDAQmx.h': No such file or directory' since the header filed is included in the program.
As I read in the forum, this header file should be located in <Program Files>\National Instruments\Shared\ExternalCompilerSupport\C\include\NIDAQmx.h . However, inside the Shared directory, there is no 'External Compiler Support'. Therefore, I cannot find the header files.
Can someone tell me what I am missing?
Cheers