Hi, I have to run an application in a computer that doesn´t have labview installed, what do I have to do? I´ve already done the .exe and I´ve installed the run time engine, but an error occur when I try to execute it. I use labview 6.1.
What's the error? Are you using DAQ or VISA? These have to be installed separately. Are you using File I/O? Paths are different in a built EXE. Are you using any ActiveX controls? These have to be installed separately. Are you dynamically calling VIs. You have to explicitly include dynamic VIs when you build the appp. Lots of reasons. Need more info to say exactly what's wrong.
Well, I fixed the other error, but now, there are other messages of error: error 21 - error loading: - Clock config.vi - Parameter.vi and - Scaling constant tuner.vi
I use AT-MIO16E board, and NI-DAQ is installed on the computer. When I execute the program in another computer it executes correctly. Do you think that the NI-DAQ version is old, or it doesn´t matter?