LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I installed DAQmx Base but in CVI I cannot access library

Hello,
 
I downloaded from the NI site the latest version of NIDAQmx Base (1.5) and installed it,
but in CVI (7.1) I cannot compile my project. The operating system is Windows 2000.
 
I included in my source file:
 
#include <NIDAQmxBase.h>
 
and added to project list the "nidaqmxbase.lib".
 
Actually in my source file I have only the "DAQmxCreateBaseTask" function. When I compile I get the message "Missing prototype".
In the Library menu I have only NI-DAQmx functions, but anything about DAQmxBase.
 
Can someone help me?
 
Thanks
0 Kudos
Message 1 of 2
(2,836 Views)

Hello baloss,

You should include the DaqMXBase header file in your project, and the function call is actually DAQmxBaseCreateTask instead of DAQmxCreateBaseTask.

Thanks.

Wendy L
LabWindows/CVI Developer Newsletter
Message 2 of 2
(2,830 Views)