LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I get an error 1 when I'm building an executable file in Labview 6.0

I'm trying to create an executable file in labview 6.0 but I get an error 1 (see attachment) with a GSim file (control and simulation toolkit). I didn´t install the toolkit (on the computer i´m trying to create the executable) because we lost the CD and we had the toolkit installed on another computer so I copy the files I needed.
0 Kudos
Message 1 of 2
(2,408 Views)
You probably have a linkage issue.

Open the top level VI on the machine that has the toolkit installed, and make sure that it opens without an error (the run arraow should be white). Press : ctrl + shift + run arrow. This forces a recompile of the code, and will update the internal links to all the sub-VIs. Then, save the top level VI, and close it. Open a new VI, so that there is only one VI in memeory, and it is a new (blank) VI, and try to build the applictaion again.

J
0 Kudos
Message 2 of 2
(2,408 Views)