11-15-2005 11:05 AM
c:\Program Files\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Analog In\Measure Voltage\Acq-Ext Clk\Acq-ExtClk.c(50) : fatal error C1853: 'Debug/volt.pch' precompiled header file is from a previous version of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa)
11-15-2005 11:25 AM
Hi olyha-
You can definitely program for VC++.NET with NI-DAQmx without Measurement Studio. You may first want to disable precompiled headers using the information in this KB. You should then make the necessary include and library file settings as described in this KB.
Hopefully this helps-