I have built an application for use on another computer, and an installer to go with the application using the LabVIEW app builder. The problem is that after I install the application along with the LV runtime engine on the target computer, and then try to run the application, it starts up with several error messages saying it cannot locate several of the subVI's in my program. All of the VI's in question are part of the Digital IO section of the labview functions pallet. After all of these messages appear I get another message appearing which says that the previous errors can be fixed by installing the LabVIEW full development system on the computer. Sure enough, when I install th
e FDS it works perfectly.
I was under the impression that when you created a labVIEW application using the App Builder, it create a real stand alone application which did not require an installation of labVIEW to run (aside from the Run Time Engine). Could someone please explain to me what I may have been doing wrong when I created the application?
The code was created using the labview 6.1 FDS, and the same was used on the target computer.