Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

Programming the NI-DAQmx C API with Bloodshed Dev-C++, linking library?

Hi!

I'm trying to program the NI-DAQmx C API in Bloodshed Dev-C++ in order to control a PCI 6602 card. The library / include directories are set, nidaqmx.h is included, nidaqmx.lib mentioned to the linker. I'm getting linker errors ([Linker error] undefined reference to `DAQmxCreateCOPulseChanFreq@44' etc) for each function call.

Is there a linker definition file .a or has anyone an idea where my error may be?

Thanks a lot!

CU
CJ

PS: I hope this board is the right one.
0 Kudos
Message 1 of 2
(3,523 Views)
.oO ( Don't know why it always has to be that way round ...)

Just found this forum thread and got reaction by using the supplied .a file on page 2.

I think if you'd be able to supply such a file directly it'd spare many some work.

CU
CJ

edit: Bad english corrected.

Message Edited by c.jesch on 06-20-2005 04:58 PM

0 Kudos
Message 2 of 2
(3,521 Views)