08-14-2009 06:15 AM
Hello, I have a vi attached from which I am building an application to install on anther computer without a licence. I am using Labview 7.0 and have installed Run-time 7.0 on the target computer.
The only problem is that when I try and run the built application on the target computer it doesn't work like the original vi and fails to report errors or save data, or communicate via the serial port which I have built into the vi as it should.
Is there something I am missing when making a build application from a vi. I use the very basic settings in build application and simply save a build to a certain location and hit build. I do not play with any of the settings in build application.
Nevica
Solved! Go to Solution.
08-14-2009 06:46 AM
The COM port number might be the key. Comp port number which you initially specify might vary from pc to pc.
08-14-2009 06:55 AM - edited 08-14-2009 06:56 AM
No, its not the com port. I have checked the com port addresses with Hyper Terminal. Definitely not the problem.
Nevica
08-14-2009 07:00 AM
08-14-2009 07:02 AM
08-14-2009 07:25 AM
I understood from your post that you're building an EXE file, right?
Why don't you build an installer, all needed drivers, dependencies (call it laike you want) will be encapsulated into that installer.
You can then install your code like any other software.
Way easier than trying to find out what you have to install besides your exe
08-14-2009 07:39 AM
Hi Muks,
Thanks for the advice. It now works properly!!!
Nevica
02-22-2011 06:33 AM
i have a question.. if i make an installer or application..
the tool bars or the stop button for the program will gone if i installed it to other computer that has no labview?
02-22-2011 08:55 AM
You need to install the Labview Runtime program on the target computer.