07-27-2023 02:25 AM
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.
07-27-2023 07:36 AM
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