08-09-2005 08:21 AM
08-15-2005 03:45 PM
08-16-2005 01:06 AM
08-16-2005 01:18 AM
08-16-2005 07:33 AM
08-16-2005 09:53 AM
08-16-2005 11:08 AM
Hi,
Assuming you are using NI-DAQmx 7.5 and the DAQmx 7.5 library from the KB, you should be able to compile your code. Those "unresloved external" errors typically mean that your compiler is not finding the library or header file. I would suggest putting an include statement at the top of your code to include the nidaqmx.h file (located in C:\Program Files\National Instruments\NI-DAQ\DAQmx ANSI C Dev\include). And you will also have to tell the compiler where the library file (NIDAQmx.lib) is. I'm not that familiar with Borland so you may have better luck getting that question answered on a Borland forum.
Good luck,
Sal
08-16-2005 01:07 PM
08-17-2005 12:34 AM
08-17-2005 01:04 AM