From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Referencing other packed libraries within a packed library

How would you go about referencing a PL inside another PL without creating a copy of the referenced PL when building?

 

I have a PL1 that is used by PL2. PL2 is used directly and so is PL1 so when LV builds an executable I assume PL1 gets included twice even though (in this instance) they are the same version.

 

Found the solution for this part:

FQ6xg8VDPd.png

 

I can see some potential problems with doing this, namely the referenced PL is rebuilt and no longer compatible, but are there any ways to overcome this?

 



Using LV2018 32 bit

Highly recommended open source screen capture software (useful for bug reports).

https://getsharex.com/
0 Kudos
Message 1 of 2
(1,886 Views)

@matt.baker wrote:

I can see some potential problems with doing this, namely the referenced PL is rebuilt and no longer compatible, but are there any ways to overcome this?


You have the same issue with DLLs and APIs in general.  Plan ahead is about all I can say there.


GCentral
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
Message 2 of 2
(1,872 Views)