11-12-2019 10:48 PM
When I would like to develop an application which will be built to executable, adding gcomp into project is required step.
Let's assume there are two VIs, "Sub.gvi" which is called from "MAIN.gvi".
To build the application, both VIs should be placed in gcomp. If Sub.gvi is not placed, NXG returns dependency error.
This situation tells us that if we want to create executable, all VIs should be placed in gcomp.
I want to know Best Practice for application distribution.
Solved! Go to Solution.
11-12-2019 10:50 PM
I've watched online training "LabVIEW NXG Core 2: Create User-Driven Applications" but it didn't mention the question.
11-19-2019 07:22 PM
Hi ,
Did you see these articles in the LabVIEW NXG manual?
http://www.ni.com/documentation/en/labview/4.0/application-builder/componentize-application/
http://www.ni.com/documentation/en/labview/4.0/application-builder/code-dependency-guidelines/
To answer a few of your questions:
Thanks,
Frank
11-20-2019 08:45 PM