I am attempting to build the ContGen-ExtClk.c example file from the DAQmx ANSI C examples. I am using Microsoft Visual C++ 4.0 (yes I know this is an old version). The file compiles with no errors; however, when I attempt to build an executable I get the following linker error:
--------------------Configuration: TestDaq2 - Win32 Debug--------------------
Linking...
C:\MSDEV\LIB\nidaqmx.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x42d0f528
Error executing link.exe.
TestDaq2.exe - 1 error(s), 0 warning(s)
Am I using the correct version of the library file? I copied it from the C:\Program Files\National Instruments\NI-DAQ\DAQmx ANSI C Dev\lib\msvc folder.
Thanks,
Steve Reiling