Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Which functions are in which DLLs?

I am adding support for a PCI-6013 to a C application. Because not all of our customers will be using the 6013, it is necessary to load the DLLs dynamically. Where can I obtain a list of functions and their related DLLs? Currently NIDAQErrorHandler() is the only function I'm using that isn't in nidaq32.dll, but I will probably be adding more functionality later. Thanks!
0 Kudos
Message 1 of 2
(2,529 Views)
All NI-DAQ functions have their entry point in nidaq32.dll. Loading it will load the dependant dlls so, really, loading nidaq32.dll is all you need to worry about. Except for NIDAQErrorHandler(), like you said. The reason is because it isn't actually part of the NI-DAQ API. It and a couple other functions that start with "NIDAQ..." are just utility functions to help demonstrate the shipping examples. I believe that function needs nidex32.dll.

Russell
Applications Engineer
National Instruments
http://www.ni.com/support
Message 2 of 2
(2,529 Views)