05-25-2012 07:18 AM
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
05-25-2012 08:17 AM
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?
05-25-2012 12:24 PM
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.