Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmxConfigureLogging unresolved external

I am using a USB-6008 to input some voltage levels. Everything works well until I try to add the NI function to configure logging for a tdms file. Then I get the error: [Linker Error] Unresolved external 'DAQmxConfigureLogging' referenced from E:\NITINKERING\ANALOG INPUT TESTING\NITASKS.OBJ

 

I am using Borland Builder 6 Pro. Why would this one function not work and is there a way to fix this?

Thanks!

Tim

0 Kudos
Message 1 of 3
(3,151 Views)

I am thinking that the lib file I have for Borland is older and does not include this function. Could that be the problem? If so, where can I find the latest version of the NIDAQmx.lib file and how can I get that into a format compatible with BCB6?

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

Yes, the problem was in the older library file. I downloaded the 9.0 file from: http://digital.ni.com/public.nsf/websearch/B09727F89DA3A06C86256F430071D88E?OpenDocument  and copied it into the BCB6 and logging compiles and runs just fine.

0 Kudos
Message 3 of 3
(3,145 Views)