Using DevC++ with the gcc compiler, I'm attempting to build the ANSI C example program ContAcqSamps-IntClk.c
I have NI-DAQ\DAQmx ANSI C Dev\include in my include path and NI-DAQ\DAQmx ANSI C Dev\lib\ in my library path, but still get "unresolved reference" errors for functions such as DAQmxCreateTask@8, DAQmxStartTask@4, etc.. These functions appear to be in NIDAQmx.lib, so perhaps I'm not setting up DevC++ properly (this is the first time I've used DevC++). Any suggestions?