Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

missing dll

Inside the MeasurementStudioVS2003\DotNET\Assemblies\Current folder, the only dll is

NationalInstruments.Common.dll
 
but  NationalInstruments.DAQmx.dll is missing !!
 
Why ?
 
Thank you.
0 Kudos
Message 1 of 3
(3,007 Views)
Hello Bip Bip,
 
Please see the attached document to solve the problem:
 
Visual Studio .NET Application Missing the NationalInstruments.DAQmx.dll File
 
Regards,

Sanaa T
National Instruments
0 Kudos
Message 2 of 3
(2,997 Views)
After a lengthy conversation with the support staff at NI, I learned some things that are rather hard to divine...

I wanted the NIDAQmx.dll and its associated header file.

NIDAQmx.dll is really nicaiu.dll and it resides in C:\WINDOWS/System32\nicaiu.dll.

The header file NIDAQmx.h is located at:
C:\Program Files\National Instruments\NI-DAQ\DAQmx ANSI C Dev\include

Example code that uses the methods may be found in (of all places):
C:\Documents and Settings\All Users\Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\

This post would have helped me when I was looking, so I thought it might help the next person whose trying to use the "loadlibrary" function in Matlab to control their DAQPad-6508.

yours,

Raj

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