05-17-2017 11:33 AM
Hello everyone,
I have searched for solution, but yet i have not found the right solution. So my problem is that i have been deveopling a program for a NI-DAQ device, which is working without any problem on the developer computer, however when i try to run the executable on a client computer i have the following problem:
When i install the NI-DAQmx driver 16.0, it works. My question is:
Is there a way to use the programm i have made, which uses the DAQmx device, without installing the DAQmx driver? Is it possible to just include the neccessary .dll files in the executable? I hope someone can give me any advice.
Thank you in advance!
Solved! Go to Solution.
05-18-2017 07:59 AM
Hello,
To make sure that all files needed to run your executable on another machine you have to make a distribution and install it on the machine you want to run the executable.
See here how you can deploy an application:
http://www.ni.com/white-paper/5987/en/
Constantin