04-28-2008 01:00 PM
Solved! Go to Solution.
04-28-2008
02:43 PM
- last edited on
05-28-2025
12:10 PM
by
Content Cleaner
As a follow up I found this link which may shed a little bit more light on the situation.
If you plan to distribute a stand-alone application that uses shared variables, do not include the .lvlib file in an LLB or in the executable. Use the Source File Settings page of the Application Properties dialog box to change the Destination of the .lvlib file to a destination outside the executable or LLB. You can deploy the shared variables in two ways:
If you plan to distribute a shared library that uses shared variables, do not include the .lvlib file in the shared library. Use the Source File Settings page of the Shared Library Properties dialog box to change the Destination of the .lvlib file to a destination outside the shared library.