LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exe build doesn't work with custom package

Good morning.

 

I have a progam that I have been developing for some time and haven't had this problem until yesterday. I have a vip package installed that we developed and another program that uses the functions on that package to talk to some custom hardware.

 

The problem I am having is that when I am in LabVIEW the program works just fine, but when I build an executable it seems to lose the connection to the package. To be more specific, we have an object that handles all the communication to the hardware. When I am using LabVIEW (2009) it works just fine, but from the exe it seems like the Object is missing (see attached photos).

 

I have tried replacing the object with the same control. Other than that I am not sure what to do.

Download All
0 Kudos
Message 1 of 3
(2,848 Views)

In your executable build specification, you should try to put the class in the "Always Include".



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,830 Views)

It doesn't show up in the build. It's from an installed package, so I think it's being treated like a native(maybe) control, IE it's in the dependencies, but not a project file.

0 Kudos
Message 3 of 3
(2,818 Views)