Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

64bit NIDAQmx ANSI C library location

I am unable to find the 64bit NIDAQmx library location.  The 32bit files are in `C:\Program Files (x86)\National Instruments\NI-DAQ\DAQmx ANSI C Dev`, but `C:\Program Files\National Instruments\NI-DAQ` does not contain a `DAQmx ANSI C Dev` folder.  Does a 64bit library even exist?  I am running a 64bit machine so I had thought that the 64bit libs would be installed by the package manager.

0 Kudos
Message 1 of 2
(949 Views)

If you open any examples in C:\Users\Public\Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C, you find out that the project is configured to load 

AdditionalLibraryDirectories="$(ProgramFiles)\National Instruments\Shared\ExternalCompilerSupport\C\lib32\msvc

 

What you need to do is to change this path to 

C:\Program Files (x86)\National Instruments\Shared\ExternalCompilerSupport\C\lib64\msvc

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 2 of 2
(915 Views)