LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can't find the type define control after building exe

I use type define control as network variable, but after building application, it prompts dialog saying that can't find the control when execute application.But if ignore all of them, the application works well and the controls are all works at window.So how to disappear the dialog?

wisdoms_1-1646968176579.png

wisdoms_2-1646968244782.png

 

 

 

0 Kudos
Message 1 of 3
(810 Views)

Make sure type defs are not disconnected:

wiebeCARYA_0-1646985917539.png

 

If that doesn't work, I'd make sure the type def is used in the executable, simply by putting it in a diagram, or maybe even a front panel (a the diagram constant might be removed by dead code removal).

0 Kudos
Message 2 of 3
(784 Views)

In fact, I used the type def in the front panel, and binding with network variable.And if I checked disconnect type defs, the actor core.vi is broken. 

0 Kudos
Message 3 of 3
(743 Views)