After deploying ni-acquisition_19.0_suite_online.exe I find five files in C:\Program Files (x86)\cameralink\serial
- clallserial.h
- clallserial.lib
- clallserial.tlb
- clallserial.dll (163K)
- clsernif.dll (63K)
But in C:\Program Files\cameralink\serial I find only
- clallserial.dll (208K)
- clsernif.dll (77K)
Using Visual Studio 2019 I am able to build a WIN32 (x86) program that successfully calls clSerialInit but I cannot build an x64 program as (of course) the cl functions are unresolved.
Where can I find the LIB and TLB files that accompany the 64-bit DLLs delivered in C:\Program Files\cameralink\serial?