11-05-2024 08:02 AM
I'm developing a software in Microsoft Visual C++, using a certain DAQmx version in my development machine to access DAQ USB-6218.
Then the software is deployed on several machines.
Is it necessary that the DAQmx version on target machines match with the one installed on developing machine?
Solved! Go to Solution.
11-05-2024 10:28 AM
It is often not *necessary* to have an exact version match, but it's probably a generally good practice in cases where there isn't a compelling reason *not* to.
-Kevin P