Hi mwibm,
The link error sounds like a library file is missing from your project. Make sure you've added the NIDAQmx.lib file (C:\Program Files\National Instruments\NI-DAQ\DAQmx ANSI C Dev\lib\msvc) to your project and have included the header file, nidaqmx.h (C:\Program Files\National Instruments\NI-DAQ\DAQmx ANSI C Dev\include) in your source code files. Try one of the DAQmx examples (C:\Program Files\National Instruments\NI-DAQ\Examples\DAQmx ANSI C) to see if you encounter the same error still.
Thanks,
Lesley