06-23-2015 05:34 AM
Hello,
I have created an EXECUTABLE that runs perfectly in my PC. However, when my workmate runs the exe on his PC (there is only installed the Run-Time engine) a message is shown (image004.png).
Until now, previous executables have been working properly in both PC. The difference between previous executables and the last one is that I have created another VI with mathematical functions.
Thanks for the help.
Vicen
Win XP with LabVIEW2010
Solved! Go to Solution.
06-23-2015 05:41 AM
Hi Vicens,
when you want to distribute executables you should create an installer - this will bring all needed resources for that executable to that different computer!
That being said: your mathematic functions are kept in a analysis library, which is not included in the bare runtime engine.
06-23-2015 05:43 AM
thank you
06-23-2015 06:50 AM
What I'm guessing here is that you did not copy the "data" folder that was made with the executable. Analysis code that NI developed but is not included in the RTE often ends up there.