04-15-2015 10:27 AM
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.
04-15-2015 10:41 AM
In your executable build specification, you should try to put the class in the "Always Include".
04-15-2015 11:17 AM
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.