03-07-2007 04:07 PM
03-09-2007 08:43 AM
03-09-2007 04:02 PM
Hello Johannes,
the error occurs every time, when I try to start an analog voltage input task either with a simulated or a real device (PXI-4472). Changing any of the measurement parameters did not have any effect. I also tried one of the C-source code examples, which came with the original NI-documentation of the DAQmx 8.5 driver, resulting also in the same error.
However, starting a counter task with a simulated PXI-6601 device worked without any problems !
Do you have any ideas ?
Regards,
Thomas
03-14-2007 10:39 AM
03-14-2007 12:02 PM
The import library bases on the original DAQmx.lib file, comming from the NI Device Driver Reference CD. This library has to be converted from MS-COFF-file format to the OMF-format for further use with Borland C++. This conversion has been done with the converter tool "coff2omf.exe", which is part of the C++ Builder software.
Regards,
Thomas